Before you can use RunCloud, please make sure your server fulfils these requirements.
Software requirement:
Hardware Requirement:
For VPS providers such as AWS and AZURE, those providers already include an external firewall for your VPS. Please open port 22, 80, 443, and 34210 to install RunCloud.
Login to your account and click add server. Fill in the form with your server name (any name that you want) and your server IP Address.
SSH into your server as root and run the installation script given by RunCloud.
Installation may take up to 5 minutes minimum which may also depend on your server internet speed. After the installation is completed, you are ready to use RunCloud to manage your server.
AWS by default disables root login. To login as root inside AWS, login as default user and then use command sudo -s
.
$ ssh [email protected]<your server IP address>
$ [email protected]:~$ sudo -s
$ [email protected]:~# <paste installation script>