Can't connect via SSH
Can't connect via SSH
Run through this checklist before anything else:
- Is your VPS running? Check the power status in your control panel — it must show Running before SSH will work.
- Is port 22 open? Confirm that port 22 is allowed in your Networking panel.
- Are your credentials correct? Double-check that you’re using the right IP address, the username
root, and your current password.
- Use the in-browser Console to check whether the server itself is responsive.
- From the console, restart the SSH service:
VPS won't start
VPS won't start
If your VPS is stuck and won’t boot, follow these steps in order:
- Click Stop in the panel, wait 30 seconds, then click Start again.
- If it’s still stuck, use the Force Stop option from the panel, then try starting again.
- If the VPS still won’t boot after a force stop, Reinstalling the OS is the recommended last resort.
Server is running but website isn't loading
Server is running but website isn't loading
Work through each of these checks in turn:
- Is your web server running?
Replace
nginxwithapache2if you’re using Apache. - Are ports 80 and 443 open? Verify in the Networking panel that HTTP and HTTPS traffic is allowed.
- Is your firewall blocking traffic? Check your
ufwrules:If HTTP is blocked, allow it: - Is your DNS pointing to the right IP? Run a quick DNS lookup to confirm:
The returned IP should match your VPS IP shown in the dashboard.
Disk full
Disk full
A full disk can cause all kinds of unexpected failures. Start by checking your overall disk usage:Then find the largest directories to track down what’s consuming space:Common clean-up steps:
- Clear old system logs:
- Remove unused packages:
Out of memory / OOM kills
Out of memory / OOM kills
If processes are being killed unexpectedly, your VPS is likely running out of RAM. Start by checking your current memory usage:Find the processes consuming the most memory:Restart or stop the heaviest offending process to free up RAM immediately.The last line makes the swap file persist across reboots.
Forgot VPS password
Forgot VPS password
If you’ve lost your root password, you have a couple of options:
- Use the in-browser Console. If you can still access the Console, log in there and reset your password:
- Reinstall the OS. If you can’t access the console either, Reinstalling the OS will let you start fresh with a new password.
Bot / service stopped after SSH disconnect
Bot / service stopped after SSH disconnect
When your SSH session ends, any processes you started in that session are terminated along with it.To keep a process running after you disconnect, use one of the following tools:
- screen — a lightweight terminal multiplexer
- tmux — a more feature-rich terminal multiplexer
- PM2 — a process manager designed for Node.js apps and bots
General 'my VPS is slow' checklist
General 'my VPS is slow' checklist
If your VPS feels sluggish, work through this quick diagnostic checklist:
- CPU: Run
htopand look for any processes pinning the CPU at 100%. - Disk: A full disk causes severe slowdowns. Check with:
- RAM: Low memory leads to heavy swapping, which drags everything down. Check with:
- Throttling: If you’ve been running at high CPU for an extended period, you may have hit resource limits. See Resource Limits for details.
If none of these solutions resolve your issue, contact Opus Host support via the dashboard. Include your VPS ID and a clear description of the problem so the support team can help you as quickly as possible.
