Restarting Your Server
Occasionally, you may need to restart (reboot) your server to apply system updates, finalize software installation, or resolve performance issues. There are two primary methods to do this safely.
Method 1: The Graceful Reboot (Recommended)
This method, performed via SSH, allows the operating system to shut down all running services properly before restarting, which helps prevent data corruption.
- Connect to your server via SSH as your sudo user.
- Execute the reboot command:
sudo reboot
Your SSH session will be disconnected. Please wait 1-2 minutes for the server to complete the reboot process before attempting to reconnect.
Method 2: The Force Reboot (Via Client Area)
This method should only be used if your server is completely unresponsive and you cannot access it via SSH. It is equivalent to pressing the physical reset button on a computer.
- Log in to your Arh24.com Client Area.
- Navigate to "Services" → "My Services".
- Find and click on your active VPS or Dedicated Server plan.
- On the management page, you will find server control options, including "Reboot" or "Restart".
- Click the button and confirm your action. The system will send a power cycle command to your server.
Warning: A force reboot does not gracefully shut down services and carries a small risk of file system corruption. Always attempt a graceful reboot first.