RPort
  • RPort Knowledge Base
  • ๐Ÿ‘€WHAT IS RPORT
    • Features and benefits of RPort
      • Full feature list
    • Screenshots
    • Release Notes
      • 1.1.2
      • 1.1.0
      • 1.0.5
      • 1.0.4
      • 1.0.3
      • 1.0.2
      • 1.0.1
  • ๐Ÿš€GETTING STARTED
  • Install the RPort Server
    • Launch RPort in the cloud
    • Install on-premises
    • Install on Vultr
    • Install on Azure
    • Install on AWS EC2
    • Install on Digital Ocean
    • Install on Scaleway
    • Install on Google Compute
    • Install on Hetzner Cloud
    • Install RPort on any virgin cloud VM
    • Change the FQDN of the RPort server
    • Enable two factor authentication
      • Use push on mobile for 2FA
      • Use TOTP
  • Connecting Clients
  • Using the remote access
    • Creating tunnels
      • VNC via browser
      • VNC via VNCยฎ Viewer from RealVNCยฎ
      • RDP via Browser
    • Open SSH from the browser
    • Scp,sftp through a tunnel
  • Renaming and tagging of clients
  • Organize clients with groups
  • Activate the vault
  • Manage users and permissions
  • Video Courses
    • Installation Preparation
    • Install on Prem
    • Install on Cloud
    • Client installation
    • Remote Access
    • Network communication
  • ๐Ÿ—ฃ๏ธ NEED HELP?
    • Troubleshoot common problems
      • RPort Server not starting
      • Restart rport through a tunnel
      • Attributes file path not set
      • Recover lost passwords
      • Client is not connecting
      • Id is already in use
  • ๐Ÿ”ฆDIGGING DEEPER
    • Using the API
      • Create client credentials
    • RPort Technology Explained
      • RPort Security Model
    • Commands and Scripts
      • Executing commands
      • Executing scripts
      • Tacoscript
    • The scheduler
    • File copy and reception
    • Client Configuration Options
      • Supervision of OS updates
      • Script and command execution
    • Advanced client management
      • Install the RPort client manually
      • Uninstall the RPort client
    • Server Maintenance
      • Monitoring of RPortd
      • Updating RPort
      • Backing up the rport server
      • Renewing certificates
    • FAQ
      • How to use Cloudflare
    • High Availability
    • Install on macOS
Powered by GitBook
On this page
  • Update your VM first
  • Install the RPort server
  • What's next?

Was this helpful?

Export as PDF
  1. Install the RPort Server

Install RPort on any virgin cloud VM

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

PreviousInstall on Hetzner CloudNextChange the FQDN of the RPort server

Last updated 1 year ago

Was this helpful?

The following guide assumes you are going to install the RPort server on a virgin virtual machine, running Debian or Ubuntu on a public cloud.

โœ‹ Do not use this guide for installing RPort on servers inside an intranet where NAT (network address translation) is used.

To install RPort on a intranet host, follow this .

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.

RPort open-source has been dicontinued 2023-09-20. The RPort installer and the server executable will require a valid license.

export RPORTD_LICENSE_ID=<YOUR-ID>
export RPORTD_LICENSE_KEY=<YOUR-KEY>
curl https://get.rport.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.

Security advice: Exporting your licence key to an environment variable via the export command can be insecure because the key could be extracted from the process list by currently logged in none-root users. To prevent this, create a text file, e.g. rportd-license-key.txt that contains the line export RPORTD_LICENSE_KEY=<YOUR-KEY>. Load the environment variables from the file with . ./rportd-license-key.txt and delete the file securely afterwards, e.g. using shred rportd-license-key.txt.

You will be asked for your email address. Your email address is required because two-factor authentication is enabled by default. Tokens are sent via email. Your email address is stored only in the local database of your server.

๐Ÿ‘‰ 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

  • ๐Ÿ‘‰ Invite your team

  • ๐Ÿ‘‰ Perform regular backups

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

๐Ÿ‘‰

๐Ÿ‘‰

change it later
Connect your first client
Test the remote access
guide
Install RPort on any virtual machine on the cloud. Damn simple.
The cloud-installer has finished. Your rport server is ready.