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
  • Create a virtual machine
  • Create a custom firewall
  • Install the RPort server on your new droplet

Was this helpful?

Export as PDF
  1. Install the RPort Server

Install on Google Compute

PreviousInstall on ScalewayNextInstall on Hetzner Cloud

Last updated 1 year ago

Was this helpful?

Create a virtual machine

  • On the Google Cloud Platform dashboard go to Compute Engine/VM instances.

  • Click the "CREATE INSTANCE" button.

  • Enter rport-server as the name.

  • Select a region near to you.

  • Select General-purpose as machine family.

  • Select N1 (Powered by Intel Skylake) as series

  • f1-micro 1vCPU,614MB Memory) as machine type ~5.00 USD monthly estimate

  • "Select Debian GNU/Linux 11 (bullseye)" as boot disk.

  • On the firewall section enable "Allow HTTP" and "Allow HTTPS".

  • Create the VM instance by clicking the Create button

Create a custom firewall

The default firewall is not suitable for the RPort server.

Go to VPC Network -> Firewall. Click on CREATE FIREWALL RULE on top of the existing rules. Create the firewall rule as shown on the screenshot. It's important to apply the rule only to specify the target tag rport-server.

Once the firewall has been created, go back to the settings of the virtual machine. Click on EDIT on the top. Scroll down to the Network Tags and enter rport-server. This attaches the newly created firewall rule to the VM. Click on Save at the bottom.

Install the RPort server on your new droplet

From the list of VM instances, grab the public ipv4 address of your newly created instance.

Connect over SSH to the instance using the root user. Usually, you must specify the private key created for the instance or the region. For example, ssh root@143.198.182.188

The username is usualy extracted from the SSH key and therefore it's very likely not root.

👉 Follow the generic instructions .

how to install RPort on a VM
Create a VM instance on Google Compute
Firewall rule for the rport server
Activate the firewall rule for the rport server.