How to Access and Use the Terminal (SSH) via cPanel

June 07, 2026 Web Hosting and Control Panels (cPanel)

For advanced users, developers, and system administrators, managing a website via a graphical interface is not always enough. Sometimes you need to run command-line operations to install packages via Composer, deploy code using Git, or execute specific script scripts.

At CeylonServers, you don't even need to configure external software like PuTTY. You can access a secure command-line interface directly through your web browser using the cPanel Terminal tool.

Important Note Before You Start:

Caution: The Terminal gives you direct command-line access to your hosting account's files and server environment. Running incorrect commands can delete files or break website databases. Always ensure you double-check your commands before pressing Enter.

Step 1: Open the Terminal Tool

  • Log in to your cPanel dashboard directly.
  • Scroll down to the Advanced section or search for "Terminal" in the top search bar.
  • Click on the "Terminal" icon.

Step 2: Accept the Security Warning (First-time Users Only)

  • If this is your very first time opening the Terminal on your hosting package, a warning message will pop up titled "Notice".
  • This screen reminds you that you are entering an advanced CLI environment. Click the blue "I understand and want to proceed" button to continue.

Step 3: Using the Command Line Dashboard

A black terminal interface screen will load instantly. You will see a command prompt displaying your cPanel username and host system info (e.g.:[username@server ~]$).

You can now start typing standard Linux commands. Here are a few essential examples to get you started:

  1. Check your current location: Type pwd and press Enter.
  2. List all files inside a folder: Type ls -la to see hidden files (like .htaccess).
  3. Navigate to your main website directory: Type cd public_html and press Enter.
  4. Check your installed PHP version: Type php -v.
  5. Check your active Composer version: Type composer -V.

Useful Tips for Using cPanel Terminal:

  • Copy and Paste: Standard keyboard shortcuts (Ctrl + C and Ctrl + V) might not work directly inside the web browser terminal screen.
  • To Copy text: Highlight the text using your mouse, right-click, and select Copy.
  • To Paste text: Right-click inside the black terminal area and select Paste (or use Shift + Insert).
  • Clearing the Screen: If your screen gets too cluttered with data text logs, simply type clear and press Enter to start on a fresh page.
  • Closing the Session: When you are done running your terminal tasks, type exit and hit Enter to log off safely.

Troubleshooting: Why can't I see the Terminal icon?

If you look for the Terminal icon inside your cPanel dashboard but it is completely missing, it generally means SSH access is disabled for your specific hosting profile package due to general security compliance settings.

How to activate it: Please click "Open Ticket" from your CeylonServers client panel top menu, and request our technical team to securely authorize and toggle SSH / Terminal access on your domain package instantly.