I want to access VPS as Desktop remotely, how can i configure it on my Ubuntu 12.04 VPS securely.
Looking for help…
Thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Look at this article where I comment on two ways to configure. Last one (using NoMachine) being the one with best performance.
I found the following worked for me. This is simple to do and quite quick to setup.
Your Droplet The source recommends creating your droplet with a hostname, but I don’t see the utility. Anyway, after creation, ssh in and execute the following:
# For this first line, I was having issues with the digitalocean ubunutu mirrors and switched them out. This may not be neccessary if digitalocean fixes the issues later.
sudo sed 's/mirrors.digitalocean.com/mirror.us.leaseweb.net/g' -i /etc/apt/sources.list
sudo apt-get update
sudo apt-get install python-software-properties software-properties-common -y
sudo apt-add-repository -y ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goserver x2goserver-xsession -y
sudo apt-get install xfce4 -y #optional
reboot
Locally You’ll need to do this (assuming you’re on ubuntu/mint, but probably works on any debian as well):
sudo apt-add-repository ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goclient
Now, start your x2go and create a new session:
rootThis is a super basic setup that may not work for everyone. In my case, I have crap bandwidth and needed a place to download a few gigs of data, massage it with csvkit, awk, etc and reupload without it taking hours and hours for data transfers.
Spin up a new 1GB or larger droplet running Ubuntu 14.04 x64 and follow these two articles:
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.