Install RPort on any virgin cloud VM

Learn how to install the RPort server on any public cloud-based virtual machine.

Update your VM first

It's always a good habit to apply all pending updates before installing the application. Also, reboot the machine to have the latest kernel with all security updates running.

apt-get update && apt-get -y dist-upgrade && reboot

Log in again using SSH and make sure πŸ‘‰ you are the root user.

Install the RPort server

The installation of the RPort server consists of several steps. We compiled a handy script that does everything for you. πŸͺ„ Fire it and let the magic begin.

curl https://get.openrport.io -o rport-install.sh
bash rport-install.sh

⏱️ The script needs approximately 2 minutes to finish. If all goes well, you will get a URL and a random password for the login to the graphical user interface.

πŸ’ Insider tip

You can start the installation with your own FQDN, for example bash rport-install.sh --fqdn rport.example.com. The FQDN must exist and it must reolve to the public IP address of your server.

If you ommit the FQDN a random hostname of the *.user.rport.io space will be created. You can change it later.

πŸ‘‰ Point your browser to the URL of your RPort server and log in with the user admin and the randomly created password. Check your inbox and grab the token for the two-factor authentication.

What's next?

After successfully starting your RPort server instance, you should

  • πŸ‘‰ Connect your first client

  • πŸ‘‰ Test the remote access

  • πŸ‘‰ Perform regular backups

Last updated