I created a new qube and in Qube Manager I launched a console in that qube BUT it’s asking for login information!? How do I know the user name and the password? Thanks
1 Like
Type user
and press enter. No password should be needed.
If you want to open a root terminal, in dom0 run:
qvm-run -u root VMNAME xterm
You can change xterm
with any terminal emulator that’s installed in the VM.
And if you omit -u root
you’ll open a terminal without su privileges.
1 Like
Yes, this was resolved early I thought. Thank you
Please select a solution so this can be marked as resolved.