Linux Nodes
Overview
This guide describes how to install a StrongDM node (gateway or relay) on Linux.
Steps
Log in to the StrongDM Admin UI.
Go to Networking > Gateways and click Add gateway, or go to Networking > Relays and click Add relay.
For Name, enter a display name for the gateway or relay.
For a gateway, for Advertised Host, define the advertised host for the server (for example,
sdm-gw0.yourcompany.com, or111.222.333.444). It must be an IP or hostname accessible to your StrongDM clients. Additionally, for Advertised Port, enter the port that you left open for the gateway to interact with StrongDM clients (by default,5000).
If you change the advertised port, verify whether or not you also need to change the bind port. The bind port is set from the Advanced option upon gateway creation.
Click Create gateway or Create relay. A token is generated that is only shown to you one time that you'll need to use later in the installation process. Carefully copy the token and save it somewhere for later use.
Log in to the server you created to host your node.
Download the StrongDM binary:
Unzip it (if this is a new server, you may need to install a package to unzip archives, such as with
sudo apt-get install unzipon Ubuntu distributions):Install the node:
Follow instructions in the tab for the region of your organization's StrongDM control plane, not your own location. The default control plane region is US.
Follow instructions in the tab for the region of your organization's StrongDM control plane, not your own location. The default control plane region is US.
In the Admin UI, go back to Networking > Gateways or Networking > Relays to check the status of your node.
The node you created should appear to be online and have a heartbeat. If it doesn't appear online, perform a hard refresh of your browser. Within a couple of minutes, if it is still not online, verify that the StrongDM daemon is running by running ps aux|grep sdm on the server and looking for a line that says sdm relay.
Last updated
Was this helpful?

