HOW TO: Accessing the console (KVM)

While your VPS is running open your VNC client of choice (we recommend https://www.tightvnc.com/) and connect to the IP and Port provided on the Console page in Wyvern. You will be prompted for a password to connect, use the password also found on that page. If you get a blank window after connecting, click inside the VNC window and hit a few keys on your keyboard to "wake up" the console (more details here: https://securedragon.net/clients/knowledgebase/222/HOW-TO-Fix-blank-screen-in-VNC-console.html).

If you are done using the console and do not plan on using it anymore, we recommend disabling VNC for security. You can also reset you console password if needed but this will require a Start and Stop of your VPS for it to take effect.
  • 1 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

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:...