Connect to Edge Servers with SSH
Edge Servers are connected to via SSH or Secure Shell, a network communication protocol that enables two computers to communicate.
Last updated
Edge Servers are connected to via SSH or Secure Shell, a network communication protocol that enables two computers to communicate.
Last updated
Edge Servers are Linux-based virtual machines (VMs) that run on top of decentralised & virtualised hardware. Each Edge Server you create is a new server that you can use, either standalone or as part of a larger, cloud-based infrastructure.
Edge Servers are managed using a terminal and SSH. You will need to have an SSH client and, optionally, an SSH key pair. Clients generally authenticate either using passwords (which are less secure and generally not recommended) or SSH keys (which are very secure and strongly recommended).
Most users connect to their Edge Servers using SSH and tools like Terminal on OSX or Putty on Windows, however you can also use the Edge Console built in to the account portal.
To log in to your Edge Server with SSH you will need three pieces of information:
The server's public IP address
The default username on the server
The default password for that username, if you haven't already installed SSH keys
To get your Edge Server's public IP address, visit the Edge Account Portal. The IP address is displayed in the Edge Server's page within the account portal and will become visible after the Edge Server has finished being deployed. You can hit the copy icon next to the IP address to copy it to your clipboard.
The default username is root
on most operating systems supported by Edge Server, including Ubuntu, Debian, CentOS and AlamaLinux.
Once you have your Edge Server's IP address, username, and password, follow the instructions for your SSH client. OpenSSH is included on Linux, macOS, and the Windows Subsystem for Linux. Windows users with Bash also have access to OpenSSH. Windows users without Bash can use PuTTY.