SSH, EC2 SSM, tmux, SFTP and port forwarding in one app. On desktop, open RDP and VNC remote desktops in the same workspace. Hosts, keys and snippets sync with end-to-end encryption — and you can run the sync server yourself.
From SSH and remote desktops to AWS SSM and containers — the whole span of server work, in one app.
SSH, EC2 SSH-over-SSM, SSM shell fallback, ECS Exec, SFTP and port forwarding in one app. SSH agent auth and agent forwarding included.
Learn more →Fig-spec autocomplete that works inside remote sessions — subcommands and flags, plus file paths on the remote server, dynamic values generated server-side, and your snippets.
Ask about the current session using its host details and terminal output. Read-only commands run on their own; anything that changes state waits for your approval. Works with OpenAI-compatible APIs, Claude and Codex.
Open RDP and VNC remote desktops in the desktop app. View RDP monitors together or spread them across separate windows. Connect directly through Tailscale, use RDP over SSM, or reach VNC through an SSH tunnel.
Hosts, secrets and snippets sync between desktop and mobile with end-to-end encryption. The sync server (sync-api) runs from a single Docker command if you want to host it yourself.
The app itself joins as a tailnet node. It reaches hosts inside a tailnet with no Tailscale client and no VPN permission, and never touches your OS routing or DNS.
Learn more →Swipe through the real screens — terminals, autocomplete, SFTP and remote desktops.
Terminal workspace Keep several SSH sessions in one window as tabs and splits. The session panel shows resources, processes and ports right there.
Command blocks Every command carries its exit status and duration. Copy just the output, re-run it, or jump straight to the failed one.
Command autocomplete Inside the remote session it suggests subcommands and options, and keeps going with remote file paths and your snippets.
tmux control mode Remote tmux windows become app tabs and panes become splits. Splitting, closing and resizing are all available from the UI.
AI assistant Answers grounded in the current session's host details and terminal output. Reads run on their own; changes run after you approve them.
Dual-pane SFTP Local on the left, remote on the right, side by side. Remote files can be edited in place without downloading them.
Port forwards and tunnels Local, remote and dynamic forwards, SSM forwards and container tunnels all live in one list. For a jump host, point ProxyJump at a saved host.
RDP multi-monitor Put several remote monitors side by side in one tab, or spread them across your own displays.
Secret handling is the baseline for an SSH client. The rule here is simple — no secret is ever left in plaintext. The full design is published in the data protection document.
The sync-api that handles browser sign-in and sync is a single container. Start it, then point the app at your server's address from its sign-in screen.
docker run -d --name dolgate-sync-api \ -p 8080:8080 -v dolgate-sync-api-data:/app/data \ ghcr.io/doldolma/dolgate-sync-api
See the self-hosting guide for the full configuration.
Every platform ships the same version at the same time, and desktop builds update themselves.
Linux ships .deb and .rpm for x86_64 and arm64. Pick one from ▾ on the button above, or see the full list on the releases page.