Managing Your Server: Start, Stop, Console, Snapshots & Backups
How to manage your RemarkableCloud VPS from the client area: start, stop, and reboot, access the console, take snapshots, restore from backup, reinstall the OS, and monitor resources.
Every RemarkableCloud Cloud Cube comes with a self-service server management interface. You can start, stop, and reboot your server, access the VNC console, take and restore snapshots, and request backups: all without opening a support ticket.
Accessing server management
This opens your server’s management dashboard where all the controls below are available.
Start, stop, and reboot
Reboot your server
From the server management dashboard:
- Click Reboot
- Confirm the action in the dialog
- The server shuts down and starts back up: typically takes 30-60 seconds
- The status indicator turns green when the server is back online
Stop your server
- Click Stop
- Confirm the action
- The OS performs a graceful shutdown
- Your server stops billing for compute while powered off: storage billing continues
Start your server
If your server is stopped:
- Click Start
- The server boots: typically takes 20-40 seconds
- The status indicator turns green when ready
Force stop (last resort)
If the server is completely unresponsive and a normal stop doesn’t work:
- Click Force Stop
- Confirm: this immediately kills the VM without a clean shutdown
- Run a filesystem check after restart by booting into rescue mode if needed
Console access (VNC)
The console gives you direct keyboard access to your server: useful when SSH is not reachable (misconfigured firewall, broken network config, forgot SSH port).
Snapshots
A snapshot captures the exact state of your server’s disk at a point in time. You can restore to that state at any time: useful before making risky changes like major software upgrades or config changes.
Taking a snapshot
before-php-upgrade) so you can identify it later.Restoring a snapshot
Deleting old snapshots
Snapshots consume disk space. Delete snapshots you no longer need:
- Go to Snapshots → find the snapshot
- Click Delete → confirm
Keep snapshots you took before major changes until you’re confident the change was successful, then delete them.
Backups
Your Cloud Cube includes automated daily backups to remote S3 storage. You can also request manual backups and restore from the management interface.
Requesting a manual backup
Restoring from a backup
Reinstalling the OS
If you want to start fresh with a clean operating system:
Resource monitoring
The Resources tab in the server management dashboard shows:
| Metric | What it shows |
|---|---|
| CPU usage | Percentage of allocated CPU used over time |
| RAM usage | Current memory consumption and peak |
| Disk I/O | Read/write operations per second |
| Network | Inbound and outbound bandwidth |
| Bandwidth usage | Monthly transfer used vs your plan allowance |
Use this to identify resource bottlenecks before they become problems. If CPU is consistently at 80%+, it’s time to consider upgrading to a Dedicated CPU plan.
Reverse DNS (rDNS)
Reverse DNS maps your server’s IP address back to a hostname. This is important for mail server reputation: many mail providers reject or spam-filter mail from IPs without a valid rDNS record.
To set your rDNS:
- Go to Network → Reverse DNS
- Enter the fully qualified hostname you want the IP to resolve to (e.g.
mail.yourdomain.com) - Click Save
Upgrading or resizing your plan
If your current plan is running out of resources:
- Go back to the client area → Services → My Services → open your Cloud Cube
- Click Actions → Upgrade/Downgrade
- Select the new plan
- Review the prorated cost and click Upgrade
The upgrade is applied at the next billing cycle. Disk and RAM are expanded: no reinstall needed.