You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run a command on a server: a new Remote command field in the editor (remoteCommand in JSON) builds ssh -t … <command> from the host/user/port — e.g. enter htop. A Raw custom command toggle keeps the verbatim mode for jump hosts/tunnels.
Reorder servers within a group by dragging them in the editor.
Fixed
Servers that share a name (e.g. two "AdGuard" with different IPs) are now handled correctly in the editor — editing, deleting or reordering one no longer affects the other. Entries now carry an internal id instead of being matched by name.