Overview
The console gives you a machine’s screen and keyboard directly, the way a physical monitor would. It doesn’t depend on the machine’s network, SSH, or a public IP — which is exactly why it matters when those are what’s broken.Navigation: Compute → Virtual Machines → open a machine → Open Console. Also available as Open Console in the row menu.
When to reach for it
Opening it
Open Console appears in the header of a running machine and in its row menu. It shows Opening Console… while it works, then the console appears in a new browser window sized 1024×768.The console is only offered for a running machine. On a stopped machine the control isn’t rendered at all — there’s no disabled button explaining itself, so its absence is the explanation. Start the machine first.
Logging in
Where the credentials come from:Resetting the password
If the template supports it, Reset Password on the machine’s detail page gives you a fresh password.What the console is and isn’t
The console window is provided by the underlying platform, not built by Simnet, so it carries no Simnet chrome. Consequences worth knowing:
- No clipboard integration. Copy and paste between your machine and the console are not wired up. Long commands have to be typed.
- No special key helpers. There’s no on-screen affordance for key combinations the browser intercepts.
- No session timer. Simnet imposes no timeout and shows no countdown; the underlying platform may end an idle session on its own.
Worked example: recovering a machine you can’t SSH into
The scenario: you built a machine, forgot the SSH key, and it has no password.1
Check the template supports password reset
On the machine’s detail page, look for Reset Password. If it isn’t there, the template doesn’t support it — see the fallback below.
2
Stop the machine
Stop VM. Password reset can’t run against a running machine.
3
Reset the password
Reset Password. The job is queued; the password appears after the machine starts.
4
Start it and capture the password
Start VM. Copy the password somewhere safe the moment it appears — it’s shown once.
5
Open the console and log in
Open Console, allowing the pop-up. Log in with the OS username for your image — commonly
ubuntu, rocky, debian — and the new password.6
Fix the real problem, then leave
Add your public key to
~/.ssh/authorized_keys so you never need the console for this machine again:7
Verify SSH works before closing the console
Test from your own machine while the console is still open. If SSH fails you still have a way in to investigate.
If the template supports neither password reset nor console login, the machine is not recoverable. Rebuild it — attaching a key this time — and reattach any data volumes from the old one. See Volumes.
Before you need it
Related
Overview tab
The machine detail page these actions sit on.
SSH Keys
The way to avoid needing the console at all.
ISOs
Installing an OS, where the console is required.
Firewall Policies
A blocked port 22 is a common reason to fall back to the console.