QDEQDE Docs

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

  1. Log in to the billing portal
  2. Go to Services
  3. Find your VPS, click the arrow icon
  4. 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:

TabWhat it's for
OverviewServer info, resource usage, quick actions
MediaMount ISOs
OptionsHostname, boot order, VNC settings
NetworkIP addresses, reverse DNS
StorageDisks and partitions
BackupsBackup 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.

  1. Click Rebuild
  2. Pick an OS (Ubuntu, Debian, CentOS, etc.)
  3. Optionally select an SSH key for passwordless login
  4. Confirm
  5. Wait for installation to finish

Rebuilding wipes everything on the server. Back up your data first.

Restart

Server stuck? Restart it.

  1. Click Restart
  2. Confirm
  3. 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.1

Enter 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.


Next Steps

On this page