Accessing the server via SSH enables efficient management of your web server through the command line. This method is often used by administrators for advanced server configuration and maintenance. Follow the instructions below to connect to your server via SSH using cPanel:
1. Request SSH Access Activation
SSH access is usually disabled for shared hosting accounts for security reasons. To enable this function, contact technical support and request SSH access activation.
2. Connecting to the Server via Terminal in cPanel
cPanel offers a built-in tool called Terminal for direct SSH access, simplifying connection without the need for an external SSH client.
- Step 1: Log in to your cPanel account.
- Step 2: In the main menu, locate the Advanced section and select Terminal.
- Step 3: Confirm access to Terminal if prompted. A terminal window will open within cPanel, providing full SSH access to the server.
Note: Using the Terminal requires basic knowledge of Linux commands. If you are a beginner, use commands carefully and seek assistance if needed.
3. Connecting to the Server via an External SSH Client (Alternative)
If preferred, you can use an external SSH client, such as PuTTY (for Windows) or Terminal on macOS and Linux.
- Steps for Connection:
- Open your preferred SSH application (e.g., PuTTY).
- Enter your server’s IP address and SSH port 49786.
- Enter the login credentials provided by your hosting service (username and password).
Connecting via SSH allows you to directly manage files, permissions, and processes on the server and is an essential function for advanced administration.