Control Panel
Install an OS, view server info, reboot, and manage your VPS.
Control Panel
The control panel at cloud.qde.com is where you manage your VPS. Install an OS, monitor resources, reboot, and more.
How to Get There
- Log in to the billing portal
- Go to Services
- Find your VPS, click the arrow icon
- Click Access Control Panel
This takes you to cloud.qde.com.
Dashboard
The dashboard shows your account info, notifications, and traffic consumption at the top.
Below that, your servers are listed under Recent Servers. Each server shows:
- Hostname: the name of your VPS
- Type and location: e.g. Ryzen KVM VPS, Amsterdam
- Specs: memory, CPU cores, storage, traffic
- IP address
- Status: Active, Stopped, etc.
Click Manage to open a server.
Top Navigation
The control panel has these sections in the top menu:
- Dashboard: overview of your account and servers
- Servers: list of all your VPS instances
- SSH Keys: manage your SSH keys for passwordless login
- Account: your profile and settings
Server Management
Click Manage on any server to open its management page. You'll see tabs across the top:
| Tab | What it's for |
|---|---|
| Overview | Server info, resource usage, quick actions |
| Media | Mount ISOs |
| Options | Hostname, boot order, VNC settings |
| Network | IP addresses, reverse DNS |
| Storage | Disks and partitions |
| Backups | Backup and restore snapshots |
Overview Tab
The Overview tab is where you'll spend most of your time.
Server Info
On the left side:
- OS: installed operating system and version (e.g. Debian GNU/Linux 13)
- Loader: boot loader type
- System: hardware platform
- Created: when the server was created
Resource Monitoring
On the right side, live stats:
- Memory: RAM in use vs free
- CPU: current usage and model
- Network: inbound/outbound traffic, speeds, and monthly allowance
Quick Actions
Buttons at the top of the Overview tab:
- Start: boot the server
- Shutdown: graceful shutdown
- Restart: reboot the server
- Power Off: force power off (like pulling the plug)
- Rebuild: reinstall the OS
Common Actions
Install / Rebuild OS
Your VPS needs an OS before you can use it.
- Click Rebuild
- Pick an OS (Ubuntu, Debian, CentOS, etc.)
- Optionally select an SSH key for passwordless login
- Confirm
- Wait for installation to finish
Rebuilding wipes everything on the server. Back up your data first.
Restart
Server stuck? Restart it.
- Click Restart
- Confirm
- Back online in 1–2 minutes
Shutdown / Power Off
- Shutdown sends a graceful shutdown signal to the OS
- Power Off is a hard stop. Use it if shutdown doesn't respond
A stopped VPS is still billed. Your data and IP are preserved.
Connect via SSH
Once your OS is installed, connect to your server:
ssh root@192.0.2.1Enter your password when prompted, or log in with your SSH key if you selected one during installation.
On Windows, use Windows Terminal, PowerShell, or PuTTY. See Connect via SSH for details.