To install Nextcloud on a Farbyte cloud KVM virtual server, simply select the Nextcloud option from the Cloud-Init Script dropdown list when creating the VPS.
The script will perform the following:
- Update the OS packages for your chosen OS template
- Install the latest version of Docker
- Install the latest Docker version of Nextcloud
Once the virtual server is deployed, you can monitor the progress of the updates & installations via the Xterm.js console for the VPS.
Firewall Configuration
Make sure you open the following ports on the VPS dedicated firewall:
- 80 TCP - Used for SSL certificate validation
- 8080 TCP - Web admin (self signed certificate)
- 8443 TCP - Web admin (public certificate)
- 3478 TCP/UDP - Talk container
After the software has finished installing you should be able to access the Nextcloud web interface at https://ip.address.of.this.server:8080