Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.quantumproxies.net/llms.txt

Use this file to discover all available pages before exploring further.

Once your VPS is active, head to Dashboard → Servers and click it to open the management panel.

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.
Force stop can corrupt the file system if a write was in progress. Use it only when a clean shutdown doesn’t work.

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.
The console is the safest recovery tool. If anything goes wrong with networking, SSH, or RDP, you can almost always fix it from here.

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.

Resource usage

The detail panel shows live metrics for:
  • CPU usage
  • RAM usage
  • Disk usage
  • Network I/O
Use these to spot when you’re approaching plan limits or when a runaway process is eating resources.

Connecting to your VPS

Linux (Ubuntu / Debian)

Use SSH from your terminal:
ssh ubuntu@<your-vps-ip>
# or for Debian images:
ssh debian@<your-vps-ip>
You’ll be prompted for the password shown on the VPS detail page (or the latest one you reset to).

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)
On macOS, install Microsoft Remote Desktop from the App Store. On Windows, use the built-in Remote Desktop Connection app.

Extra IPs

If you bought extra IPs at checkout, they’re listed in the VPS detail panel. Each one is a fully routed public IPv4 address attached to your machine — you can use them to bind multiple services on the same port, run reverse proxies, or distribute outgoing traffic.
On Linux, extra IPs are configured automatically via cloud-init. On Windows, you may need to add them manually in Network Adapter → IPv4 Properties → Advanced.