First you need to contact support to attach a Serial port to your VM
After this is done you can connect to the server with a serial console
in case it does not work , you need to apply the following setup to get it working
- Let's open up our text editor:
nano /etc/sysconfig/grub
- Find the line labeled
GRUB_CMDLINE_LINUX
and addconsole=ttyS0
to the end (this assumes your serial port is ttyS0). It should look something like this:GRUB_CMDLINE_LINUX="rhgb quiet console=ttyS0"
- Save the file and exit
- Run
stty -F /dev/ttyS0 speed 9600
- Then
grub2-mkconfig -o /boot/grub2/grub.cfg
- Finally
systemctl start getty@ttyS0
Reboot the server and you can now acces the Xterm.js console