HOW TO: Access a NAT VPS via SSH

This is a quick guide on how to access your NAT'ed VPS via SSH over IPv4.
  1. Log into Wyvern for the VPS.
  2. Find your root password for the VPS (image below).
  3. Click on the Network Management tab, then click on IPv4 (image below).
  4. Look for "Your external IP is:" and "Your SSH port is:" (image below), these are the IP and Ports you will use for SSH along with the password for root from step 2.

Step 2:



Step 3:



Step 4:
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

HOW TO: Backing up files with 1 line of code

rsync -avz /my/folder/ user@SERVERIP:/home/user/my/folderYup, that's it. All you do is enter the...

HOW TO: Cancel your service

Login to the Client Area. Click on "My Services" under the "Services" tab at the top. Click...

HOW TO: Creating an SSH RSA Key with PuTTYgen.exe

1) Open PuTTYgen.exe set the type to SSH2 RSA and minimum 1024 bits.2) Click "Generate" and move...

HOW TO: Backup your MySQL database

The easiest way to automatically backup your database is with a simple cron job running the...

HOW TO: Automatically backup your user data with rsync

Here is a quick and easy way to backup your files and MySQL database with a simple script:...