All Products 
Username / Customer#
Password
Log In
  • Site Search
  • Domain Search
  • WHOIS Domain Check
24/7 Support: (480) 505-8877
Hablamos Español
9 AM to 9 PM IST
7 days a week
Go Daddy Support

Search help articles, forums, and discussion groups

Remote desktop for Ubuntu Server 11.10

Viewing post 1 to 3 (3 total posts)
Profile picture of Oliver_ch

oliver_ch said 1 year, 1 month ago:

Hello,

how to install VNC on Ubuntu server 11.10 ?

I tried, I opened port 5900 but it is impossible to connect.

Thank you for your help.

Oliver
Switzerland

Profile picture of TimB

GoDaddy Expert timb said 1 year, 1 month ago:

@oliver_ch

You should be able to use these steps to connect:

1. Start your VNC client.
2. Enter your server IP and admin password when prompted.
3. When you connect to the server, type admin for the user name, and then enter the password you created when you set up your server.

If you continue to have connection issues, please contact our Support Team directly so that they can review specific details regarding your account.

Tim B

Profile picture of Vincent

GoDaddy Expert vincent said 1 year, 1 month ago:

There is no GUI or VNC server installed by default in Ubuntu Server, so there’s nothing to connect to right now. You’ll want to install the desktop environment and VNC server by running:

sudo aptitude install ubuntu-desktop tightvncserver

After that’s done (it will take a while), set a VNC password:

vncpasswd

Then start the VNC server:

vncserver

It will be listening on port 5901, so edit your port forward in the Cloud Servers control panel to say public: 5900, private: 5901. Then you can connect your client and should see the Unity desktop.

This forum post has an init script if you want to make VNC run on boot: http://ubuntuforums.org/showthread.php?t=1477909

Add a reply:

You will auto join this group when you reply to this topic.

When posting about a technical issue, please be sure to include as many details as possible, such as your domain name, related URLs and other pertinent information. This consideration will allow us to better understand the situation and quickly assist you.