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
  • Install the RPort server on your new Azure Virtual Server

Was this helpful?

Export as PDF
  1. Install the RPort Server

Install on Azure

PreviousInstall on VultrNextInstall on AWS EC2

Last updated 1 year ago

Was this helpful?

Create a virtual machine

Basic Settings

  • From the Azure Service select "Virtual Machines".

  • Click on Create > Virtual Machine

  • Select an existing resource group or create a new one. If don't know what resource groups are, create a new one called rport.This avoids conflicts with existing resource groups.

  • Enter rport-server as the name for the virtual machine.

  • Select a region near you.

  • Select "No infrastructure redundancy required" for the availability options.

  • From the Image drop-down select Debian 11 "Bullseye" - Gen 1.

    You might need to click on "See all images" and type in "debian bullseye" into the search field.

  • On the size-drop-down click "See all sizes" to get access to the cheap options. It's a bit challenging to find cheap VMs. Use the filters to display only VMs with 1-2 CPUs and 0-2GB RAM. Select a B1 or B1ls series (~3-7€/month)

  • If you have SSH key pair, use it. Otherwise, select "Password" as the authentication type.

  • Select a username other than root or admin. For example, superuser.

  • Enter a strong password, if you are not using SSH keys.

  • Do not change the inbound ports.

  • Proceed to the next step, "Discs". Do not change anything and proceed to next step "Networking".

Networking

On the networking setup, select "Advanced" for the NIC network security group" and click "Create New" to create a new security group.

When creating the new network security group, add the following new inbound rules.

Source

Src Port Ra

Dest.

Service

Dest.Port Ra

Protocol

Action

Prio

Name

Any

*

Any

HTTP

80

TCP

Allow

1010

Port_80

Any

*

Any

HTTPS

443

TCP

Allow

1020

Port_443

Any

*

Any

Custom

20000-30000

TCP

Allow

1030

Port_20-30k

Any

*

Any

Custom

*

ICMP

Allow

1040

Ping

Do not skip the ICMP rule. Your virtual machines must respond to ICMP echo requests.👆

Now proceed to all the next steps without changing the pre-filled defaults.

Finally, create the new virtual machine.

After the machine has been created, click on "Go to resource" to get access to all details of the virtual machine.

Install the RPort server on your new Azure Virtual Server

From the details of the newly created virtual machine, grab the public IP address.

Connect over SSH to the instance using the username you specified during the VM creation. For example, ssh superuser@20.185.220.116. After the login, type in sudo -i to change to the root account.

👉 Now proceed to

Install RPort on any virgin cloud VM
Basic details of the new virtual machine
You need an advanced setup.
Grab the IP address