Secure Shell (SSH) is the standard cryptographic protocol for operating network services securely over an unsecured network.
Windows Users
While Windows 10/11 now includes a native SSH client in PowerShell, many users prefer dedicated clients like PuTTY or MobaXterm for session management.
macOS & Linux Users
Simply open your terminal and type:
ssh root@your_server_ipYou will be prompted to accept the server's ECDSA key fingerprint on your first connection. Once accepted, enter your root password (note: characters will not appear on screen as you type them).