By Jin
Hi,
My Droplet has Ubuntu 14.04 x64, and I tried to install ubuntu-desktop over there by sudo apt-install ubuntu-desktop
After installing that, Digital Ocean’s gets desktop login screen directly, and also there’s no user but temporary login because ubuntu desktop does not support to login as root.
The problem is, VNC console screen does not have correct mouse pointer, so I cannot click right-upper side nor do other things.
So I don’t want to open the desktop screen but want to get terminal console directly. I am not going to use Digital Ocean’s console often, but in an emergency case, it’s gonna be a problem.
Is there a way to setup Digital Ocean’s console to open console, not desktop?
Best, Jin.
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!
The name of the display manager (the software that among other things provides the login window) is lightdm. We can disable it from starting on boot by running:
sudo bash -c 'echo "manual" >> /etc/init/lightdm.override'
To start the display manager when needed, run:
sudo start lightdm
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.