You may want to connect to a Linux VPS using MacOS to manage the server. You can connect to a Linux VPS using methods like SSH or VNC. The most common method is using the SSH protocol via the terminal or a similar application. This guide explains the steps for MacOS users to connect via SSH protocol without needing any additional applications.

  • To access a Windows server, you will need connection details. To obtain these details, visit the website www.fastpanda.co.uk
  • Click on the “Sign In” button on the opened page, enter your customer panel information, and click the “Log in” button to log in to your account.

  • Click on the “VPS Server” option in the left menu.

  • On the page that opens, you will see your current server services. Click the “Manage Product” button for the service whose access details you want to view.

  • The required information for connecting to the server, including “IP Address”, “User” and “Password” will be displayed on the screen. Keep this information handy.

  • Open the terminal installed on your computer.
  • Enter the following command in the opened terminal, modifying it according to your details.
    ssh username@server_ip

username: Your username on the Linux server (e.g., root)
server_ip: The IP address of the server

TerminalConnect

  • On the first connection, you may receive a security warning from the server. Type “yes” to confirm.

Terminal Connect

  • Enter the server’s password and press Enter.

Terminal Password

  • After entering the username and password correctly, you will be successfully connected to the server.