Install on Digital Ocean
Last updated
Last updated
On the top right corner click the green "Create" button and click on "Droplets". You are asked some questions about your new droplet.
On "Distributions" select "Debian 10 x64".
For the plan select "Basic".
For the CPU options select "Regular Intel with SSD". (We don't need a high-performance droplet.)
Select the smallest VM (1GB/1CPU(25GB SSD(100GB transfer) ~$5/Month
Do not add extra block storage.
Select a data center region near you.
Don't change the default settings of the VPC network.
Either select an SSH Key for the authentication or choose authentication by a password.
Enter RPort-Server
as the hostname for the new droplet.
Optionally add tags or assign the new droplet to a project.
From the list of droplets 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
After the login, install the curl command because it's a prerequisite for all further steps.
👉 Now proceed to Install RPort on any virgin cloud VM