Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
please help. i have try the tutorial but when im trying connect the vnc, the screen was grey
Thank you! But i failed at the final hurdle. When i try to run
ssh -L 5901:127.0.0.1:5901 -C -N -l (my_ip)
I am told
ssh: connect to host (my_ip) port 22: Connection timed out
I’m on a new HP Chromebook that runs Linux.
Any hints?
Thanks for this great tutorial :-)
However, when I connect to the VNC session (Debian 10, xfce), I notice that my $PATH is not set correctly (as in a normal session).
Also, the session doesn’t pick up the theme, compositor etc. settings, so window decorations, icons, transparency are not working.
I assume I must suitably configure xstartup in order to get a normal session, but I’m not sure how. Could you provide some hints/examples?
Thanks for this great tutorial. It helped me a lot with my first VPS. ssh-ing through to VNC works flawlessly on my raspberrypi. But I cant get running the vnc-ssh-tunnel on my Windows-machine. I use putty and setting the tunnel in the menu ‘Connection > SSH > Tunnel’ will not work. Any hints, please?
I’d like to VNC into my Droplet from RealVNC on an iPhone. The thing is that I control my Droplet via SSH from the iOS app Termius.
Do I need to set up a non-root user? Why?
When I enter this into Termius: ssh -L 5901:127.0.0.1:5901 -C -N -l username server_ip
I get:
root@46.101.245.200’s password: bind [127.0.0.1]:5901: Address already in use
The article says:
If you are using a graphical SSH client, like PuTTY, use your_server_ip as the connection IP, and set localhost:5901 as a new forwarded port in the program’s SSH tunnel settings.
I think this might apply to Termius, but I don’t know how to do that.
Am I on the right track here? Is it the tunnel settings that need to be fixed?
Thank you