Skip to main content
1

Download the SDK

Download the latest release from GitHub Releases.
2

Extract to Resources

Unzip the downloaded file and place the nocloud folder into your server’s resources directory.
resources/
└── nocloud/
3

Configure server.cfg

Add the following line to your server.cfg to ensure the resource starts:
ensure nocloud
4

Set API Key

Add your NoCloud API key to your server.cfg:
set NOCLOUD_API_KEY "your_api_key"
You can get your API key from the NoCloud Dashboard.