[offtopic] hosted ssh access & management

Regarding management, you could create your own relatively easily by:

  1. Write an Anvil app to manage your devices, that stores device details in Data Tables, and has a server function that adds a particular device’s details.
  2. Write an Uplink script that calls the server function with the details for the host it’s on.
  3. Run the Uplink script as a daemon, background task or cron job on every machine you wish to track.

As for SSH access, I created an SSH client in Anvil.

2 Likes