By JahgDohg
Is there?
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!
Sure:
sudo apt-get install vnc4server
then:
vncserver
which will launch your session.
if your client computer is windows you can use: https://duckduckgo.com/l/?kh=-1&uddg=http%3A%2F%2Fwww.realvnc.com%2F
If your client computer is linux, then take your pick for clients. I like Remmina
If your client computer is Apple, I think you can just use the native RemoteDesktop application.
Some other notes:
For Ubuntu 14.04, I installed gnome-panel, and then edited my ~/.vnc/xstartup to look like this:
#!/bin/sh
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-window-manager &
export XKL_XMODMAP_DISABLE=1
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
gnome-session --session=ubuntu -geometry 1280x930 -ls -title "$VNCDESKTOP Desktop" &
gnome-panel &
nautilus &
gnome-settings-daemon &
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.