Quick answer: Check the service status and power state in the Client Area first, then open the KVM Console to see the server screen directly. The console works even when SSH and the network are dead, so it tells you immediately whether the server is off, frozen or booted but unreachable.

Overview

"Not responding" can mean three very different things: the VPS is powered off, the OS has crashed or frozen, or the server is running but the network path or a firewall is blocking you. This guide separates the three in a few minutes using tools that do not depend on SSH.

Before you start

  • Your Client Area login and the affected service in My Services.
  • The server's IP address (shown on the service page).

Step-by-step guide

  1. Test reachability:
    ping -c 5 YOUR_SERVER_IP
    No replies does not prove the server is down — continue.
  2. Open the service page in the Client Area. If the status is Suspended, the usual cause is an overdue invoice — pay it and access is restored automatically.
  3. Check the power state on the service page. If the VPS is stopped, start it and wait a minute.
  4. Open the KVM Console. A login prompt means the OS is up — the problem is network or firewall. A frozen screen, kernel panic or boot error means an OS-level problem.
  5. If the console shows a login prompt, log in there and check networking and the firewall (see Cannot connect via SSH).
  6. If nothing helps, try a restart from the service page and watch the boot in the console.

Common issues

  • Suspended service: not a technical fault — settle the invoice and the VPS resumes.
  • Out-of-memory freeze: the console shows OOM messages; after reboot see high RAM diagnostics.
  • Firewall lockout: you blocked your own IP or the SSH port — fix it via the KVM Console.
  • Kernel/boot errors on screen: note the exact message before opening a ticket.

When to contact support

If the KVM Console itself does not load, the VPS will not start from the service page, or the console shows hardware-style errors you cannot interpret, open a ticket with the service ID, the exact time it stopped responding and what the console shows.

Frequently asked questions

How do I access my VPS if SSH is completely dead?

Open the KVM Console on the service page in the Client Area. It shows the server screen directly over the virtualization layer, so it works even when the network stack or SSH daemon is down.

Why does my VPS show Suspended instead of Active?

Suspension is almost always billing-related: an overdue invoice pauses the service. Pay the outstanding invoice in the Client Area and access is normally restored automatically within minutes.

Is it safe to force-restart a frozen VPS?

A forced restart on a truly frozen server is usually the only option and generally safe, but it skips clean shutdown. If the console shows disk activity, give it a few minutes first.

Related articles

Need a hand? Contact Cloud2Y support →

Was this answer helpful? 0 Users Found This Useful (0 Votes)