Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Use the VNC console on VPS Cloud / VPS Lite
This guide explains how to access the VNC console with VPS Cloud / VPS Lite Infomaniak.
Preamble
- Initial access to the server is via SSH key; it is therefore necessary to assign a password to the
root
account or create another user before you can authenticate with the VNC console. - Attention: you must use a US keyboard layout to use VNC properly!
Open the VNC console
To do this:
- Click here to access the management of your product on the Infomaniak Manager (need help?).
- Click directly on the name assigned to the relevant product.
- Click on Open the VNC console under Quick Actions.
If there is a display issue with the console, then from the VM:
In /etc/default/grub
modify GRUB_CMDLINE_LINUX_DEFAULT
, GRUB_GFXMODE
and GRUB_GFXPAYLOAD_LINUX
(the latter variable is likely missing and needs to be added):
GRUB_CMDLINE_LINUX_DEFAULT="biosdevname=0 net.ifnames=0 console=tty0 console=ttyS0,115200
earlyprintk=ttyS0,115200 consoleblank=0 systemd.show_status=true video=VGA-1:1280x1024"
GRUB_GFXMODE=1280x1024x16
GRUB_GFXPAYLOAD_LINUX=keep
Then update grub and reboot:
grub-mkconfig -o /boot/grub/grub.cfg
The resolution can be changed (1000x400 instead of 1280x1024 for example) to display the VNC console in the administration interface without opening a new tab.
Link to this FAQ: