> For the complete documentation index, see [llms.txt](https://xeqmlabs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeqmlabs.gitbook.io/docs/documentation/guides/mainnet/environment-setup/create-a-mainnet.md).

# Create a Mainnet

Windows:

1. Right-click on your Desktop
2. Select "New" → "Folder"
3. Name it something like `XEQMMainnet` (or any name you want)

Linux:

1. Open Terminal
2. Run: `mkdir ~/Desktop/XEQMMainnet`

Or use command line:

Windows (PowerShell):&#x20;

`cd Desktop`&#x20;

`mkdir "XEQMMainnet"`&#x20;

`cd "XEQMMainnet"`

Linux:&#x20;

`cd ~/Desktop`&#x20;

`mkdir XEQMMainnet`&#x20;

`cd XEQMMainnet`

Note: You can name the folder anything you want. The `data` folder will be created automatically inside it when you start the node.
