Adding devices
The inventory is the heart of the app. Add each device once, and every session, template and batch run references it.
- Open Devices and click “Add device”.
- Fill in the basics: name, host (IP or DNS), port (22 for SSH, 23 for Telnet) and username.
- Choose the authentication: password or private key (stored encrypted in the OS keychain, with optional passphrase).
- Pick the protocol — SSH or Telnet — and the device type (router, switch, server, firewall, access point, OLT…).
- The device type matters: network gear runs commands through an interactive shell with prompt detection, exactly like typing by hand — so switches and routers “just work”.
- To reuse credentials stored in Users, switch the authentication to “Saved user” — the username and secret come from the profile, so you never retype them.
- Optional: tags, group, vendor/model/location keep a large fleet searchable and filterable.
Tip
Pick the device type carefully: network gear (switch, router, OLT, firewall…) runs commands through an interactive shell with prompt detection — exactly like typing by hand — while servers use the fast exec channel.
Note
Passwords and private keys are encrypted with the operating system keychain (DPAPI / libsecret) and never stored in plain text.