Power actions
You can control the state of your VPS with one click:- Start — boot a stopped VM.
- Reboot — graceful restart.
- Stop — shut it down (the VM still exists and bills as usual).
- Force stop — only use this if the VM is unresponsive; it’s the equivalent of pulling the power cable.
Web console (VNC)
Locked out via SSH? Forgot a firewall rule that blocked yourself off? The web console gets you back in. Click Open Console from the VPS detail page — a new browser tab opens with a live VNC session connected directly to your VM. It works exactly like a physical monitor and keyboard plugged into the server.Reset password
Forgot your root / Administrator password? Reset it in seconds:1
Open the VPS
From Dashboard → Servers, click the VPS you want to reset.
2
Click 'Reset Password'
Enter a new password.
3
Done
The new password is applied live — no reboot required. On Linux, you can use it immediately for SSH. On Windows, it’s applied to the Administrator account within a couple of seconds and you can RDP straight in.
On Windows, the very first password reset can take up to ~10 seconds because we also normalize the local admin account name. Subsequent resets are instant.
Upgrade your plan
Outgrown your current plan? You can move a VPS up to a larger plan (Plank → Broglie → Einstein) in place — without rebuilding the machine or losing data.1
Open the VPS
From Dashboard → Servers, click the VPS you want to upgrade. The Upgrade plan card shows your current plan.
2
Click 'Upgrade plan'
A dialog lists the larger plans you can move to, each showing its RAM, vCPU, disk and the prorated price for the rest of your billing period. Pick one.
3
Confirm
You’re charged the prorated difference immediately, and the server reboots briefly (~1–2 min) to apply the new resources. Your disk and all data are preserved.
Upgrades are VPS-only (dedicated servers aren’t upgraded this way) and move in one direction — you can go up a plan, not down. The Upgrade plan button is unavailable while a VPS is still building, suspended, or has a cancellation scheduled.
Resource usage
The detail panel shows live metrics for:- CPU usage
- RAM usage
- Disk usage
- Network I/O
Connecting to your VPS
Linux (Ubuntu / Debian)
Use SSH from your terminal:Windows Server 2022
Use Remote Desktop (RDP):- Host: your VPS IP
- User:
Administrator - Password: the auto-generated password shown on the VPS detail page (or the latest one you reset to)