Site.pro
  • AI Website Builder
    • AI Website Builder
    • Prices
    • Website Import
    • Online Stores
    • Plugins
    • Collaboration
    • Templates
    • Languages
    • Affiliate Program
    • Examples
    • For Design Studios
    • Website Builder
    • For Domain Investors
    • We Build for You
  • Domains
  • Email
  • Learn
    • Website Builder Video Tutorials
    • Blog
    • FAQ
    • Growth Hacking
    • For Hostings
    • Domainity
    • For Education
  • Accounting Software
    • Knowledge Base
    • Sole Proprietor
    • Accounting Software
    • Modules
    • Integrations, API
    • Prices
    • Business Types
    • Invoice Recognition
    • Training
    • Affiliate Partners
    • Accounting companies (360)
    • Software integrators (48)
    • Teaching Institutions (68)
    • Useful Links
  • For Resellers
    • Prices
    • White Label
    • Revenue Share
    • Panels
    • How it Works
    • Mass Import
    • Our Partners
    • Reselling Examples
    • Marketing Materials
    • Documentation
    • Free Websites
  • AI Website Builder
    • AI Website BuilderCreate your website easily and for free with AI. AI is creating website for you in seconds
    • PricesSite.pro Prices: Templates 200+, Websites, Basic Builder Functions, Online Stores.
    • Website ImportTransfer your existing website from anywhere to Site.pro website builder.
    • Online StoresSell your goods or services anywhere on the website.
    • PluginsMany functions and plugins depending on geographical preferences.
    • CollaborationCollaborative Website Builder, Create a website with teammates in real-time in one space.
    • Templates
    • Languages
    • Affiliate Program
    • Examples
    • For Design Studios
    • Website Builder
    • For Domain Investors
    • We Build for You
  • Domains
  • Email
  • Learn
    • Website Builder Video TutorialsVideos for Beginners. Download video tutorials for free! New video tutorial.
    • BlogWebsite Builder Lifehacks: Shared Hosting tips from Hosting Market Leaders.
    • FAQUse this FAQ database to find information about working with Site.pro products quickly and easily.
    • Growth HackingBoost your sales. Strategy
    • For HostingsEducation. Generate more website builder sales.
    • DomainityDomainity: Domain quantity per 1000 people
    • For EducationFree Website Builder for Online and Offline Classrooms.
  • Accounting Software
    • Sole ProprietorAutomated invoicing, accounting of expenses and income, e-shop integrations.
    • Accounting SoftwareAccounting software designed for small and medium-sized companies
    • ModulesModules required for accounting of production, trade, service provision and other companies.
    • Integrations, APIPlugins for e-shops, synchronisation with trading portals, Integrations With Cash Registers and POS Systems, Other Integrations.
    • PricesSite.pro accounting software 30 days for free. Comparison of plans, import from other programs.
    • Knowledge Base
    • Business Types
    • Invoice Recognition
    • Training
    • Affiliate Partners
    • Accounting companies (360)
    • Software integrators (48)
    • Teaching Institutions (68)
    • Useful Links
  • For ResellersWhite Label
    • PricesStart reselling. Pay for live websites. Free Websites.
    • White LabelThe most popular white label tool is ideal for reselling
    • Revenue ShareWebsite Builder: Provide free website builder and earn 50% commissions.
    • PanelsOne product for all platforms. Download plugin for your panel.
    • How it WorksCloud or On-Premises. Recommendations for Builder Server.
    • Marketing MaterialsVideo. Mockups. Website Blocks. Marketing Materials.
    • Mass Import
    • Our Partners
    • Reselling Examples
    • Documentation
    • Free Websites
  • Register
    By registering, you accept our Terms of Service
  • Log in

    Log in

    New user? Create account
    Forgot password?
  • $
  • English
  • Account & Billing (36)
  • Domains (42)
    • Purchasing (15)
    • Domain Investors (1)
    • Connecting (26)
  • Mailboxes (26)
  • Brand (Cloud, On-Premises) (19)
    • Cloud (5)
    • On-Premises (14)
  • Installation (16)
    • Website Builder (11)
    • Website Builder Plugin (5)
  • Hosting/Billing Panels (37)
    • WHMCS (5)
    • cPanel (9)
    • DirectAdmin (8)
    • ISPmanager (4)
    • Plesk (7)
    • Webuzo (2)
    • CentOS Web Panel (2)
  • Website Builder (284)
    • Website creation (52)
    • Text (14)
    • Pictures (11)
    • Media (15)
    • Additional (8)
    • Social (13)
    • SEO (22)
    • Import (5)
    • Commerce (81)
    • Maps (12)
    • Advanced (18)
    • Forms (7)
    • Errors (21)
    • Custom plugins (5)
  • License (28)
  • Managing Website (12)
  • Web Design Studio (3)
  • Affiliate Program (8)
  • Education (9)
Category
  • Account & Billing (36)
  • Domains (42)
  •     Purchasing (15)
  •     Domain Investors
  •     Connecting (26)
  • Mailboxes (26)
  • Brand (Cloud, On-Premises) (19)
  •     Cloud (5)
  •     On-Premises (14)
  • Installation (16)
  •     Website Builder (11)
  •     Website Builder Plugin (5)
  • Hosting/Billing Panels (37)
  •     WHMCS (5)
  •     cPanel (9)
  •     DirectAdmin (8)
  •     ISPmanager (4)
  •     Plesk (7)
  •     Webuzo (2)
  •     CentOS Web Panel (2)
  • Website Builder (284)
  •     Website creation (52)
  •     Text (14)
  •     Pictures (11)
  •     Media (15)
  •     Additional (8)
  •     Social (13)
  •     SEO (22)
  •     Import (5)
  •     Commerce (81)
  •     Maps (12)
  •     Advanced (18)
  •     Forms (7)
  •     Errors (21)
  •     Custom plugins (5)
  • License (28)
  • Managing Website (12)
  • Web Design Studio (3)
  • Affiliate Program (8)
  • Education (9)
  • Search
    Filter
  • All (548)
  • For Hosting Companies (425)
  • For Website Owners (400)
  • Website Builder

    How to Connect to a Server via SSH
    FAQ
    ›
    Website Builder
    How to Connect to a Server via SSH
    For Hosting Companies

    How to Connect to a Server via SSH

    SSH (Secure Shell) allows secure remote access to a server. Below are instructions for Windows, macOS, and Linux.

    For Windows

    Method 1: Using PowerShell (Windows 10/11)

    1. Open PowerShell (Press Win + X → Select PowerShell or Terminal).
    2. Enter the command:

      ssh root@server_ip -p 22

      (Replace "server_ip" with your server’s IP/hostname. If you use a non-default SSH port, replace "22" with your port number.)

    3. If prompted, type yes to accept the fingerprint.
    4. Enter your password (or use SSH keys if configured).

    Method 2: Using PuTTY (Alternative)

    1. Download PuTTY (https://www.putty.org).
    2. Open PuTTY → Enter the server’s IP/hostname and port (default: 22).
    3. Click Open → Log in with your credentials.

    For macOS & Linux

    Using Terminal (Built-in SSH Client)

    1. Open Terminal (⌘ + Space → "Terminal" on macOS / Ctrl+Alt+T on Linux).
    2. Run:

      ssh root@server_ip -p 22

      (Replace "server_ip" with your server’s IP/hostname. If you use a non-default SSH port, replace "22" with your port number.)

    3. If prompted, type yes to accept the fingerprint.
    4. Enter your password (or use SSH keys if configured).

    For cPanel server you can access your server via SSH using cPanel's built-in Terminal (Web-based) on Windows, macOS, and Linux.

    Accessing cPanel Terminal (any OS)

    1. Log in to your cPanel WHM system (usually https://yourdomain.com:2087).
    2. Under the "Server Configuration" section, find and click "Terminal".
    3. The browser-based terminal will open under root user.

    Accessing Plesk Terminal (any OS)

    1. Log in to your Plesk server as admin/root (usually https://yourdomain.com:8443).
    2. Go to "Extensions" in left sidebar and switch to "My Extensions" tab.
    3. Check if you see "SSH Terminal" extension in the list. If you don't, then install by by taking these steps:
      1. Switch to "Extensions Catalog" tab.
      2. Type "SSH Terminal" in search bar and click on the found entry.
      3. Click "Get if Free" button to install it and wait while the process completes.
    4. Go to "Tools & Settings" in left sidebar and click on "SSH Terminal" item.
    5. The browser-based terminal will open under root user.

    People also found this article using these queries:

    • How to log into a server using SSH
    • How to access a server through SSH
    • How to establish an SSH connection to a server
    • How to sign in to a server via SSH
    • How to remotely connect to a server with SSH
    • How to SSH into a server
    • How to use SSH to reach a server
    • How to open an SSH session to a server
    • How to authenticate to a server using SSH
    • How to initiate an SSH connection to a server
    • How to link to a server via SSH
    • How to connect remotely to a server using SSH
    • How to use Secure Shell to access a server
    • How to reach a server through SSH
    • How to start an SSH session with a server
    • How to make an SSH connection to a server
    • How to access a remote server via SSH
    • How to use SSH protocol to connect to a server
    • How to connect to a host by SSH
    • How to gain server access using SSH
    © Site.pro 2011. Website Builder. United States.
    Contact SalesTerms of ServicePrivacy Policy