Skip to main content
Every VPS ships with a full-featured control panel you can access from the client area. This page covers the day-to-day management actions.

Accessing the VPS panel

  1. Log in to billing.crazynode.in.
  2. Under Services, click your VPS.
  3. Click Manage to open the control panel.

Power controls

VNC console

The VNC console gives you keyboard/mouse access even when SSH is broken. Use it to:
  • Recover from misconfigured firewall or SSH settings
  • Watch the boot process
  • Interact with a rescue image
Click Console in the VPS panel to open a browser-based VNC session.

Reinstalling the OS

1

Back up important data

Reinstalling wipes the entire disk. Download anything you want to keep.
2

Choose an image

In the VPS panel, click Reinstall and pick your desired OS.
3

Set a new root password

You’ll receive new credentials by email once the install completes (usually 2–5 minutes).
Reinstalls are permanent and free. There’s no automatic backup — always save your data first.

Snapshots

Snapshots capture the entire disk state at a point in time. Ideal before risky changes.
  • Create: Click Snapshots → Create Snapshot. Takes 1–5 minutes.
  • Restore: Select a snapshot and click Restore. VPS is rolled back to that state.
  • Delete: Old snapshots consume storage; delete ones you no longer need.

Rescue mode

If your VPS won’t boot, boot into rescue mode to repair the filesystem:
  1. VPS panel → Rescue Mode.
  2. The VPS reboots into a temporary Linux environment with your original disk mounted at /mnt.
  3. Chroot in, fix the issue, exit, and reboot normally.