Remote Access Overview

SSH LogoRDP Logo

Remote access is how you directly control your server's operating system to install software, manage files, and configure services. The method you use depends on your OS.

This page gives a brief overview of the main connection types. Use the accordion below to learn about each method.

Linux servers are managed through SSH (Secure Shell). This provides a secure, text-based command-line interface to your server, giving you full control.

What You Need:

  • An SSH client (e.g., Terminal on macOS/Linux, PuTTY on Windows).
  • Your server's IP address or hostname.
  • Your username (root) and password.

A typical connection command looks like this:

Example SSH Command
ssh root@your_server_ip

For detailed step-by-step instructions, please see the specific articles for your OS in the sidebar.