HOW TO: Accessing the console (OpenVZ)

In the Wyvern Console tab, you'll see the following information:
  • IP Address
  • Port
  • Username
  • Password
To access your VPS via console mode, you'll use your SSH client with the information provided in the Console tab. You should always be able to access your VPS via Console mode even if your network is not working, SSH is disabled, or you do not know your root password for SSH. Your console access is only available for 2 hours, after that you will need to generate new login credentials by clicking on the Generate Console Access button.

Create the console:
Wyvern console

Console details:
Wyvern console
  • 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:...