Operations
What is Control panel?
A control panel is a web interface for administering servers, websites, mail and databases — cPanel, DirectAdmin, CyberPanel and similar. Panels save time and add attack surface. Several require an enterprise-family Linux distribution such as AlmaLinux or Rocky.
Why Control panel matters
Panels save time and add attack surface. Several require an enterprise-family Linux distribution such as AlmaLinux or Rocky.
Control panel in practice
When you are actually running a server, the control panel is where you land after the first boot: it lists your instances, shows their IPv4 and IPv6 addresses, and gives you the out-of-band VNC console when the network stack misbehaves. You would use it to set reverse DNS for mail, take one of the three free snapshots before a risky change, and hot-add extra RAM or NVMe without reprovisioning. Getting it wrong—say, forgetting to set the PTR record—means mail servers reject your outbound messages.
What people get wrong about Control panel
People assume the control panel is just for beginners, so they skip it and manage everything over SSH. The correction: panels are also the operational interface for tasks that are otherwise painful from a terminal—snapshots, PTR records, and the console you need when your own network config locks you out. Avoid it, and you lose the safety net built into every plan.
Control panel — common questions
Can I get a root shell from the control panel?
Yes. Every plan includes full root and Administrator access, so you can reach a shell from the panel and do anything: custom kernels, nested virtualisation, raw sockets. The panel is just the front door; behind it you have a genuine KVM instance with your own kernel.
Does the control panel let me restore snapshots?
It does. Each instance comes with three free snapshots, and you can take and restore them from the panel without pausing the server. That is the quickest way back from a bad update or a deleted configuration file.
Where Control panel comes up
- How do I connect to a VPS with SSH? Run ssh root@your-server-ip from any terminal on macOS, Linux or Windows 10 and later. Use the key you supplied at provisioning, or the password emailed to…
- Can I set reverse DNS (PTR) records myself? Yes, for both IPv4 and IPv6, directly from the control panel, and changes propagate within minutes. Reverse DNS is essential for mail: most large receivers…
- What is an out-of-band console and why does it matter? An out-of-band console attaches to your instance's virtual display and keyboard through the control panel, independently of its network. It is how you fix …
- How do I contact support? Through the encrypted ticket desk in the control panel, by email to [email protected], or over Telegram and XMPP. Support is staffed 24/7/365 and the me…
- AlmaLinux vs Rocky Linux: does the choice matter? Both are free rebuilds of Red Hat Enterprise Linux, both offer roughly ten years of support per major release, and both are binary-compatible with RHEL. In…
More from operations
- SLA
- An SLA is a contractual commitment to a service level, usually availability, with defined compensation when it is missed.
- Out-of-band console
- An out-of-band console attaches to a virtual machine's display and keyboard independently of its network connection.
- Custom ISO
- Custom ISO support lets you upload an installer image and boot the instance from it, rather than choosing from a fixed template list.
- Terraform
- Terraform declares infrastructure in configuration files and reconciles the real environment against them.
- Seedbox
- A seedbox is a server dedicated to downloading and seeding torrents at high speed, typically with large storage and a fast uplink.
- Provisioning
- Provisioning is the process of creating, configuring and delivering a server so that it is ready to use.