How to Connect to Your Server via SSH InMotion Hosting ContributorUpdated on July 30, 2025 2 Minute Read In this tutorial, we will show you how to connect to your VPS and dedicated server via SSH. This will allow you to interface with your server via Command Line Interface (CLI). First, we will show you how to add your IP address to the firewall to allow you to access your VPS / dedicated server. Then we will show you how to connect with both PuTTY, and Terminal. 1. Add Your IP to the Firewall Look up your IP address. Write it down so you have it for later use. Login to WHM. Type firewall in the search box, then click the Add IP to Firewall link in the navigation menu. In the Allow Rule field, enter your IP address. Click the Add Rule / Restart button. You are finished when you see a message stating “Your IP(s) have been added, and APF is being restarted.” 2. Connect Using PuTTY or Terminal After adding your IP address to the firewall, you can connect to the server using a client (such as PuTTY), or directly in terminal (if you are a Linux, or Mac user). This section includes guides for both PuTTY and Terminal. Connect Using: PuTTY OpenSSH Terminal Connecting to Your Server via PuTTY Download and Install PuTTY. In the Host Name (or IP address) field, enter your domain name, or the IP address of your server. Click the Open button. You will see a PuTTY Security Alert, click the Accept button. When the login as message comes up, enter your username (cPanel username, or root), then click the Enter key. Enter your cpanel password (or root password if you are connecting as the root user), then click the Enter key. The password will not show when you type it. Connecting to Your Server via Windows OpenSSH OpenSSH is natively included with Windows 10. Use Powershell to access it: Open the Start menu and type Powershell. Select Powershell,then Run as Administrator. Continue to the Unix instructions below. Connecting to Your Server via Terminal Open the terminal on your computer. Type ssh, followed by a space. Then your username, followed by the ‘@’ symbol, and your domain (or IP address) for the hostname and hit the Enter key. For example: ssh [email protected] If you see a message stating “Are you sure you want to continue connecting” type yes, then click the Enter key. You will then be prompted to enter your password. Type your password, then click the Enter key to connect. The password will not show when you type it. Congratulations, now you know how to connect to your server via SSH! Next, consider learning how to navigate the command line structure in SSH. Share this Article IC 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 Use rsync to transfer files How to Generate SSH Keys and Set Up SSH Key Authentication How to Connect to Your Server with SSH How to SSH Into Your Shared/Reseller Server SSH Commands: The Practical Guide for Developers and Site Owners 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