Windows Installation Guide
You should have received an email inviting you to your strongDM account. Open the invitation email and click the enclosed link to set your password.
After logging in, download the Windows client, or directly with this link. The file will appear as:
SDM Setup [VERSION_NUMBER].exe
.To install strongDM from the downloaded file, double click the downloaded .exe file and run its installation.
To launch the application, open the start menu and search programs for "sdm" or navigate to the downloads folder. Launch the
SDM
application.Next, you'll need to click on the SDM icon in the system tray, typically found in the lower right of your screen.
Login with email address and password that you used in the first step.
Login to SDM Once you have logged in, a list of resources you have permission to access will appear in the GUI (in system tray menu).
To enable a connection to one of the resources, simply click the one you'd like to access. A green icon will appear next to the datasource you've connected to. At this point you may connect to it with your preferred tool using
localhost
or127.0.0.1
and the listed port. If it is a website resource, clicking it will launch it in your default browser. To disconnect, simply click the named instance in the GUI and you'll see the green icon disappear. This will break any existing database connections to this instance.
Connections available in Windows UI Finally, set up the CLI utility.
Find
sdm32.exe
in the following location in your home folder:C:\Users\[user]\AppData\Local\SDM\app-[ver]\resources\sdm32.exe
Copy this file to a directory in your
PATH
. We suggestC:\Users\[user]\AppData\Local\Microsoft\WindowsApps\sdm.exe
but any location specified inPATH
is acceptable.We suggest calling the copied file
sdm.exe
rather thansdm32.exe
so that you can call it viaC:\> sdm
which is consistent with CLI usage throughout the strongDM documentation.Test by running
C:\> sdm status
at the command line. It should return a list of configured datasources.
If any errors occur or if the installation fails in any way, please contact support@strongdm.com for assistance.