When you purchase a VPS from Azion Cloud, you get access to Virtualizor — a powerful web-based VPS management panel that gives you full control over your virtual private server. Think of it as the control room for your VPS: you can start, stop, reinstall, monitor, and configure your server from anywhere through your browser.

Most VPS users only use the basics — start and stop. But Virtualizor has dozens of features that can save you time, prevent data loss, and help you diagnose problems faster. This guide covers everything you need to know.

What Is Virtualizor?

Virtualizor is a commercial web-based VPS control panel developed by Softaculous. It supports multiple virtualization technologies including KVM (Kernel-based Virtual Machine), OpenVZ, Xen, and LXC. Azion Cloud uses KVM virtualization for all VPS plans, which gives you a truly isolated virtual machine with dedicated resources.

KVM vs Other Virtualization

Understanding why KVM matters:

FeatureKVM (What Azion Uses)OpenVZ
IsolationFull hardware-level isolationShared kernel with host
Custom KernelYes — run any kernel versionNo — stuck with host kernel
OS SupportAny Linux distro, Windows, FreeBSDLinux only
Resource Guarantee100% dedicated CPU/RAMShared, can be oversold
Docker SupportFull native supportLimited or broken
PerformanceNear bare-metalSlightly faster but less isolated

With KVM, your VPS behaves exactly like a physical server. You get your own kernel, your own network stack, and guaranteed resources that can't be stolen by other users on the same machine.

Accessing the Virtualizor Panel

After purchasing a VPS from Azion Cloud, you'll receive login credentials via email. The panel is accessible at your server's IP address on port 4083 (HTTPS):

https://your-server-ip:4083

Log in with the credentials provided. You'll see your VPS listed on the dashboard with its current status, IP address, and resource usage summary.

Dashboard Overview

The Virtualizor dashboard shows you everything at a glance:

Essential Operations

Starting, Stopping, and Restarting

The power controls are at the top of your VPS management page:

Reinstalling the Operating System

One of Virtualizor's most useful features. You can completely reinstall your VPS with a fresh OS in under 5 minutes:

  1. Go to Manage VPSReinstall
  2. Choose your OS from the available templates:
    • Ubuntu 22.04 / 24.04 LTS — Most popular choice. Huge community, excellent documentation. Best for beginners.
    • Debian 11 / 12 — Ultra-stable, minimal bloat. Preferred by experienced sysadmins.
    • CentOS Stream / AlmaLinux 9 — Enterprise-grade stability. Good for production workloads.
    • Rocky Linux 9 — CentOS replacement, binary-compatible with RHEL.
  3. Set a new root password
  4. Click Reinstall

Warning: Reinstalling erases ALL data on the VPS. Always download your backups first. If you're running game servers through Pterodactyl, make sure to back up your server files through the Pterodactyl panel before reinstalling.

VNC Console Access

The VNC (Virtual Network Computing) console gives you direct screen access to your VPS — it's like sitting in front of the physical monitor. This is essential when:

Access it from Manage VPSVNC. The noVNC web client opens directly in your browser — no additional software needed.

Resource Monitoring

Real-Time Graphs

Virtualizor provides detailed resource graphs for your VPS:

Understanding Resource Alerts

Here's how to interpret common resource patterns:

PatternWhat It MeansSolution
CPU constantly at 100%Application is CPU-boundOptimize code, upgrade plan, or use lighter software
RAM slowly increasingPossible memory leakRestart the application, check for leaks
Sudden bandwidth spikePossible DDoS attackEnable DDoS protection
High disk I/OHeavy read/write operationsOptimize database queries, reduce logging
RAM at 95%+ constantlyServer needs more memoryUpgrade RAM or optimize applications

Networking Configuration

IP Address Management

Your VPS comes with a dedicated Indian IPv4 address. In Virtualizor, you can view your IP configuration under Manage VPSIPs. This shows:

Reverse DNS (rDNS)

If you're running a mail server or any service that requires proper DNS identification, you can set a reverse DNS record through the panel. Go to Manage VPSIPs and edit the rDNS field for your IP address.

Hostname

Set your VPS hostname from Manage VPSHostname. Use a fully qualified domain name (FQDN) like server1.yourdomain.com for best compatibility with services that check hostname resolution.

Backup and Snapshots

Taking Snapshots

Snapshots capture the exact state of your VPS at a specific moment — disk, memory, and configuration. They're invaluable before making major changes:

To create a snapshot: Manage VPSSnapshotsCreate Snapshot. Name it descriptively (e.g., "before-nginx-update-jul25").

To restore: Select the snapshot and click Restore. The VPS will be rolled back to exactly the state it was in when the snapshot was taken.

Backup Best Practices

Common Use Cases on Azion Cloud

Running Game Servers with Pterodactyl

Many Azion Cloud VPS customers use their VPS to run Pterodactyl Panel for managing multiple game servers. The workflow is:

  1. Purchase a VPS with sufficient resources
  2. Install Pterodactyl Panel (Wings) on the VPS
  3. Create game servers through Pterodactyl (Minecraft, FiveM, Palworld, etc.)
  4. Use Virtualizor for OS-level management (updates, reboots, snapshots)
  5. Use Pterodactyl for game-level management (server configs, mods, backups)

This gives you a two-layer management system: Virtualizor handles the infrastructure, Pterodactyl handles the games.

Running a Discord Bot 24/7

A VPS is perfect for hosting Discord bots that need to run around the clock. Use Virtualizor to monitor your VPS resources and ensure your bot isn't consuming too much RAM. Set up a process manager like PM2 (Node.js) or systemd to auto-restart your bot if it crashes.

Web Hosting and Development

Deploy websites, APIs, and web applications on your VPS. Use Virtualizor to monitor traffic patterns and scale resources as your site grows. The NVMe storage on Azion Cloud's VPS plans ensures fast page loads for visitors across India.

Troubleshooting

Can't SSH into VPS

  1. Check if the VPS is running in Virtualizor (might be stopped)
  2. Use VNC console to access the server directly
  3. Check if you've blocked SSH with a firewall rule (iptables -L via VNC)
  4. Verify you're using the correct IP, port, and credentials
  5. Try a fresh OS reinstall if nothing works

VPS Running Slow

  1. Check resource graphs for CPU/RAM bottlenecks
  2. Run top or htop via SSH to identify resource-hungry processes
  3. Check disk usage with df -h — full disk causes severe slowdowns
  4. Review security settings — crypto miners from compromised accounts cause high CPU
  5. Consider upgrading your plan if you've genuinely outgrown the current resources

Server Won't Boot After Update

  1. Use VNC console to see boot error messages
  2. If a kernel update broke things, try booting an older kernel from GRUB menu
  3. Restore a snapshot if you took one before the update
  4. As a last resort, reinstall the OS and restore your application data from backups

Getting Started

All Azion Cloud VPS plans include full Virtualizor panel access, Intel Xeon Platinum processors, NVMe SSD storage, a dedicated Indian IPv4, enterprise DDoS protection, and 1Gbps bandwidth. Plans start from ₹199/mo with instant provisioning.

Need help with your VPS setup? Join our Discord for 24/7 support, or check our VPS first-time setup guide and Linux security guide.