- Reboot, shutdown, force-reset
- Reboot VPS, shutdown VPS, hard-reset VPS. For the up VPSes ACPI shutdown (when powered up) is used, and for the ones unresponsive (and thus need to be re-booted immediately) hard-reset is used.
- Reinstall any supported OS
- When needed wipe the disks and a minute later provision from scratch with any supported OS. Your SSH key will still work because Cloud-Init will have picked it up.
- Rescue mode
- Boot from recovery image and mount disks, then you can use rescue mode to fix file system, change root password for root account, or fix unbootable initramfs.
- Custom ISO upload
- Upload a custom ISO (64-bit Linux) and attach it to a VPS as a virtual CD-ROM to install from within the HTML5 console.
- HTML5 console
- HTML5 console (browser-based console for VPS access when SSH has been misconfigured for a VPS) for access to a VPS when SSH has been misconfigured for a VPS in.
- Reverse DNS (PTR)
- Manage Reverse DNS (PTR) for IP addresses (IPv4 and IPv6) from within the Control Panel. As a mail server for example, you wouldn't be able to send emails out if it doesn't have Reverse DNS (PTR) records set up for the IP address it's using.
- SSH key management
- Attach your known SSH key to newly provisioned servers. Cloud-Init will then add the key to newly provisioned servers on their first boot.
- REST API
- Deploy, resize, power-cycle and snapshot servers through a full REST API that also covers volumes, backups, ISO uploads, firewall rules, SSH keys and recipes. Generate API credentials and drive everything from Terraform, Ansible or your own CI/CD pipeline.