-
Notifications
You must be signed in to change notification settings - Fork 33
Advanced Setup
On this page we will show and explain you some advanced settings and the following Configurations of the CloudSystem.
- Services.json (Here you can see an example configuration)
- Master & Wrapper config.yml
In the services.json file are the most configurations of the CloudSystem.
Under the point "Wrapper" you can change the name ("id"), the IP-Address and the user. Under the point "proxyGroups" you can edit every proxyGroup you have ever created.
Here you can edit all settings related to the ProxyServers.
The following list contains some points of the configuration and a short description.
- "template" is defined here
- "proxyVersion" you can set which version of BungeeCord you want to use. Available are the following ProxyVersions: "BUNGEECORD", "TRAVERTINE", "WATERFALL" and "HEXACORD".
- "startPort" you can edit the port from which the Cloud should start the Bungeecords.
- "memory" here you can define how much memory a proxy should have
- "proxyConfig" you can find out more about that here
- "proxyGroupMode" here you can set if the proxy is "DYNAMIC" and will be loaded out of the template or "STATIC" and will never be reset by the Cloud (DYNAMIC [recommended], STATIC)
In the "config.yml" inside of your CloudNet-Master folder you can set some settings related to the CloudSystem. You can find an example configuration here
The following list contains some points of the configuration and a short description.
- "auto-update" here you can set if the CloudSystem should update itself (true, false)
- "server-name-splitter" here you can set the splitter of the servername and serverid for example "-" » "Lobby-1"
- "cloudGameServer-wrapperList" here are all available Wrappers listed
- "hostaddress" here is the Master-IP set, never set this to "127.0.0.1"
- "webservice" here you can set where the Cloud should bind the WebService (! You have to Change the port in the Wrapper Configuration, too !)
- "cloudnet-statistics" here you can enable or disable the CloudStatistics (true, false)
In the "config.yml" inside of your CloudNet-Wrapper folder you can set some settings related to the Cloud-Wrapper. You can find an example configuration here
The following list contains some points of the configuration and a short description.
- "cloudnet-host" here you have to set the Cloud-Master IP (never set this to 127.0.0.1)
- "cloudnet-port" here you can edit the Cloud-Master Netty-port if you changed this in the Master Configuration
- "cloudnet-web" here you can edit the Webservice port of the CloudMaster
- "wrapperId" here you can change the name of the Wrapper
- "proxy-config-host" here you can set where the Cloud should bind the proxy-Servers
- "max-memory" here you can set the maxmimal memory of the Cloud
- "viaversion" here you can enable or disable if the Cloud should automatic download ViaVersion (true, false)
- "maintenance-copyFileToDirectory" here you can set if a Server is in maintenance the Cloud should copy the files itself into the Template or folder
If you have any questions feel free to join our Discord Server / CloudNETService #RELEASE 2.2.0 by CloudNetService
- Home
- Setup
- Servers and Proxys
- Server/Proxy Types
- Signs and Mobs
- Commands
- Template
- Development
- Contributing