Keep your GPU server safe and see what’s going on — without touching the command line.
This template adds three things to your server:
Everything is protected by a personal access token.
After installation you can just click on the Button with the Port Number, see here:
Just open it in your browser. The token is remembered by your browser and removed from the address bar automatically, so it won’t stay in your history.
The dashboard shows:
Everything is done directly on your machine! No conn log is leaving the machine.
You set these when you install the template. All are optional.
| Setting | What it does | Default |
|---|---|---|
| AUTH_TOKEN | The token that unlocks your dashboard. Leave it to auto-generate a secure one. | auto |
| conn_logger | y shows a live list of all incoming/outgoing connections. n just shows the security info. |
n (off) |
| ssh_pubkey | Your SSH public key. Paste your ssh-ed25519 … / ssh-rsa … line to log in with a key. |
empty |
| disable_ssh_password | y turns off SSH password login (key-only) from the internet. |
n (password allowed) |
| clear_fail2ban_jail | y unbans all currently banned IPs once. Resets itself back to n afterwards. |
n |
See this screenshot of settings example:
Out of the box:
Locked yourself out by accident? Re-run the template with clear_fail2ban_jail = y
to unban everyone. It switches back to n automatically after it runs.
Want key-only login from the internet?
y.Password login is then turned off for the outside world, but still allowed from the Trooper management network, so our system can keep running your templates and changing settings. If you forget to add a key, we keep password login on to make sure you don’t get locked out.
If for any reason you still are logged out, try also our VNC Emergency Console.
Turn conn_logger on (y) to see live connections split into IN (someone
connecting to you) and OUT (your server connecting out), each with IP, port and
time. Turn it off (n) and no connections are logged at all — the page then only
shows the security info.
Good to know:
Is my dashboard public? No. The data is only shown with your token. Without it, the page loads but stays empty.
Does turning the connection logger off really stop logging?
Yes. With conn_logger = n nothing is recorded on the machine.
Which Ubuntu versions are supported? Ubuntu 22.04 and 24.04.