WHAT IS THE USERNAME AND PASSWORD OF MY VM?
The username of your VM depends on the ~okeanos global Image that it was created from. It is "Administrator" for Windows Images, whereas for Linux/*BSD Images it can be found by clicking on the VM's info icon in Cyclades and checking the "users" tag. It should either be "user" or "root".
As far as the password is concerned, it is calculated randomly for safety reasons and printed to your browser window only after your VM has been created. If you confirm that you have written it down, there is no other way to retrieve it. If you choose the option 'Remind me later' your password will be available only for a short time so don't forget to write it down. In order to retrieve it later, just click on your VM's icon and a pop-up window with the password will appear.
BUT...
If you have a Linux VM and console access to it, consider yourself lucky. You can easily gain root access to your VM and change the root password yourself. Follow the simple steps below:
- Fire up the VM's console from the ~okeanos global UI.
- Then, press "Send Ctrl-Alt-Del". If nothing happens, press the "Ctrl" + "Alt" buttons next to "Clipboard", press "F1" on your keyboard and finally press "Send Ctrl-Alt-Del".
Your VM should restart and the GRUB window should appear.
-
Before the timeout ends, press "e". You should see a line that contains "/boot/vmlinuz-...". At the end of that line, write:
init=/bin/bash
-
Press "F10" to boot. You should be greeted with a root console.
-
Remount your root partition as read-write:
mount -n -o remount,rw /
-
Finally, change your root password with:
passwd
You can now login with your new password.
CYCLADES QUESTIONS
General
- Can I modify the technical specifications of an already created VM?
- How can I recover my data from a VM that has been destroyed? Is there any way to restore my VM back to its previous state?
- If I disconnect from my account, do my Virtual Machines stop working?
- Why does my VM's image show up as "Deleted" in its details?
- Why was my VM deleted?
Connectivity
- What is the username and password of my VM?
- Can I change the provided domain name of my VM?
- How can I connect to the Windows/Linux VM that I have created?
- How can I access all my VMs using one public IP?
- Why X2Go does not work when trying to connect to my VM?
- Why X2Go does not work on MacOS X?
- Is there a way of creating a local network using my Virtual Machines?
- Is it possible to create a local network between Virtual Machines that have been created by different users?
- In which case would I need to connect to my VM through the console?
- My Windows machine is "Running" but I cannot connect to it.
- My VM does not seem to have a network adapter, even though it is connected to a network.
- My VM does not have a floating IP, even though Cyclades report so.
- My VM does not work properly with IPv6.
- I'm getting confused about IPv4/IPv6, floating IPs and hot-plugging. Can you provide a simple explanation for all these?
- Can I shutdown/reboot my VM internally?
- Why is port X closed? Is it blocked by design?
- How can I add my public SSH key in an existing VM?