Installation
Requirements
To get started with CloudNet installation, make sure you meet all the requirements.
Installation
- Start your SSH client and connect to your server.
- Navigate to your installation directory
cd [PATH]
(e.g.cd /home/[USERDIR]
) and create a folder for CloudNet withmkdir [NAME]
(e.g.mkdir cloudnet
). Navigate to the newly created folder withcd [NAME]
(e.g.cd cloudnet/
). - Download CloudNet with
wget https://github.com/CloudNetService/CloudNet-v3/releases/latest/download/CloudNet.zip
. - Unzip the downloaded zip with
unzip CloudNet.zip
. - Make the start file executable with
chmod +x start.sh
. - Start the setup by executing the start file with
./start.sh
Setup
Tip
Use the following keys to switch between the options: โ / โ
- Answer the question
Do you agree to the Mojang EULA (https://account.mojang.com/documents/minecraft_eula)?
withyes
. - Select your server IP address and port for the CloudNet Node (e.g.
0.0.0.0:1410
). The specified port will be used by the CloudNet Node and cannot be used by other applications like BungeeCord. - Select your server IP address and port for the CloudNet web server (e.g.
0.0.0.0:2812
). - Specify the available memory (RAM) in MB that the CloudNet Node is allowed to use. (e.g.
8192
). - Answer the question
Is this node part of a cluster? (MultiRoot)
withno
. - Select an environment for the proxy (e.g.
VELOCITY
). - Select a version of the previously selected environment (e.g.
velocity-latest
). - Select an environment for the servers (e.g.
MINECRAFT_SERVER
). - Select a version of the previously selected environment (e.g.
paperspigot-latest
). - Answer the question
Should a default proxy be created?
withyes
orno
(recommended:yes
). - Answer the question
Should a default lobby be created?
withyes
orno
(recommended:yes
).