Shepherd is available on Windows, OSX, Linux, and on Android. In case you run into issues, contact Shepherd support.
Shepherd in start menu. Now you can launch Shepherd. You use the open "Run as Administrator".Open Dashboard to interact with dashboard.
A screenshot on Windows 11 shows how to launch shepherd from Start MenuSearch for Shepherd in the Launchpad.
Click on the Shepherd Icon to launch the application.
You will see Shepherd in the menu bar.
Click on it to view the dropdown menu.
Click 'Open Dashboard' to launch the dashboard in the browser.
Download the installer : Direct Download Link
Navigate to the folder where the installer was download. It is usually the Downloads folder.
Run the following command in the terminal.
sudo dpkg -i shepherd-latest-amd64.deb
Check the installation with shepherdctl command. This command returns the status of shepherd service whether its active or inactive and registered or unregistered.
sudo shepherdctl status
If Shepherd is active and running, Run the following command to get the URL for Dashboard
sudo shepherdctl dashboard
Open URL on any browser.
Registering your device
sudo shepherdctl register --user-token <your_user_token>
Check your device status by running the following command
sudo shepherdctl status
If registration is successful, you will see the following output
service status: "service: active (loaded)" Device registered?: true