- Apr 25, 2015
- 1,845
- 2
- 2,199
- 327
Get a Vultr server setup today!
Run the following commands on a fresh Ubuntu Bionic 18.04 (x64) server:
Wait plentiful minutes!
Go ahead and restart the server, then load the IP of your server (https).
In Chrome, you can accept the self-signed certificate by clicking on Advanced and then click Proceed to <ip> (unsafe). In Firefox, click on Advanced, then Add Exception and then Confirm Security Exception.
The rest should be easy, otherwise refer to the official documentation here.
Run the following commands on a fresh Ubuntu Bionic 18.04 (x64) server:
Code:
wget https://cloudron.io/cloudron-setup
chmod +x cloudron-setup
./cloudron-setup --provider vultr
Wait plentiful minutes!
Code:
Visit https://<IP> and accept the self-signed certificate to finish setup.
The server has to be rebooted to apply all the settings. Reboot now ? [Y/n] Y
Go ahead and restart the server, then load the IP of your server (https).
In Chrome, you can accept the self-signed certificate by clicking on Advanced and then click Proceed to <ip> (unsafe). In Firefox, click on Advanced, then Add Exception and then Confirm Security Exception.
The rest should be easy, otherwise refer to the official documentation here.