What is Shell (SSH) Access? Updated on November 27, 2023 by InMotion Hosting Contributor 1 Minutes, 44 Seconds to Read Shell access, commonly referred to as SSH (Secure SHell), is remote command line access to a server. Having command line access (if you’re familiar with using it) can be very helpful. It can not only help you speed up certain tasks, but it also can give you access to do certain things that you cannot do within your cPanel. What is the Command Line? The command line is an interface that allows you to perform tasks by running text based commands. Most users are more familiar with graphical user interfaces and not the command line interface. In a GUI (graphical user interface) such as cPanel’s File Manager, you can perform tasks by pointing and clicking. For example, you can right click on a file and click “Change Permissions” if you want to update the permissions of a file. In the command line, you would instead type a command to change files, such as: chmod 755 some_perl_script.pl Do I need Shell Access? For the majority of our users, shell access is not needed. Shell Access is generally required by our more advanced users. Those users are either familiar with the Linux command line and prefer to work this way, or they need install server side applications and need shell access to do so. How can I get Shell Access? VPS/Dedicated Shell Access Shell access is available with all of our VPS Hosting and Dedicated Server Hosting accounts. You’ll log into shell using your cPanel username and password. If you are wanting root access to the server (similar to the Windows’ “Administrator” user), please see: How to Obtain Root Access. Shared/Reseller Shell Access More information on getting started with Shell Access with a Linux Shared Hosting or Reseller Hosting plans can be found here: How to SSH into your Shared/Reseller Server. NOTE: While shared servers now have SSH access capability, our large disk servers, known as ld servers, do not have this capability. If your server name takes the format ld###, then you are on a large disk server and unable to use SSH. Share this Article InMotion Hosting Contributor Content Writer InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals! More Articles by InMotion Hosting Related Articles SSH Commands: The Practical Guide for Developers and Site Owners How to Connect to Your Server with SSH How to Use SCP For Secure File Transfer A Complete SSH Tutorial for Beginners How to Connect to Your Server via SSH How to View MariaDB Databases Using the Command Line How to Add SSH Keys to Your GitHub Account How to Change Directories using SSH Commands How to SSH Into Your Shared/Reseller Server Viewing Running Processes on your Dedicated Server