Install one binary. Get a full remote access dashboard — terminal, VPN, files, Docker, and more. No subscriptions. No third-party servers. Completely yours.
Most people need 5+ separate tools to do what DevMonk Connect does in one.
devmonk-agent binary
The entire platform is a single statically-linked Go binary. No containers, no dependencies, no daemon managers.
Each feature is purpose-built and deeply integrated — not a collection of bolted-together tools.
A full shell in your browser. No SSH client, no port forwarding, no VPN needed. Your terminal session stays alive for 24 hours — close the tab and come back later to find your process still running.
Add any device as a WireGuard peer in 10 seconds. Scan the QR code with the WireGuard app on your phone or laptop. Your device gets a private IP (10.100.0.x) and connects directly to your server — peer-to-peer, fully encrypted.
| Device | IP Address | Status | Last seen |
|---|---|---|---|
| iPhone 15 Pro | 10.100.0.2 | connected | now |
| MacBook Pro | 10.100.0.3 | connected | 2 min ago |
| Pixel 7 | 10.100.0.4 | connected | just now |
| Work Laptop | 10.100.0.5 | idle | 1 hour ago |
Browse your server's files directly in the browser. Upload files from your laptop, download them later. No SFTP client, no SCP commands, no ssh key juggling — just a clean file browser that works from any device.
| Name | Size | Modified |
|---|---|---|
| my-app | — | Mar 14 |
| backups | — | Mar 10 |
| scripts | — | Mar 08 |
| docker-compose.yml | 2.4 KB | Mar 13 |
| README.md | 4.1 KB | Mar 12 |
| backup-2026-03-14.tar.gz | 142 MB | Today |
From a Raspberry Pi under your TV to a fleet of production VPS servers — DevMonk Connect scales with you.
Run Jellyfin, Nextcloud, and Pi-hole on your home server. Access them from anywhere, manage Docker containers without Portainer, and connect to your home VPN with a QR code. One dashboard for the whole stack.
SSH into your dev machine from a coffee shop. Browse and edit files in the browser. Expose your local app to share with a client — get a live HTTPS URL in under 30 seconds, no ngrok account required.
Manage 10 client servers from one fleet dashboard. The audit log shows every action taken. Role-based access keeps junior staff out of sensitive settings. Onboard a new client in minutes.
Turn a $35 Pi into a full remote access gateway. VPN server, file sharing, web terminal — all on ARM64, using only ~30 MB RAM at idle. Runs alongside your existing services without impacting performance.
Four commands. One setup screen. No YAML files, no container orchestrators, no ops knowledge required.
ssh root@your-server-ip
curl -fsSL https://get.devops-monk.com | bash
http://your-server-ip:7474/setup
http://your-server-ip:7474
Every security protection is enabled by default. No configuration needed — and no excuses.
http://your-server-ip:7474 right after installation. If you want HTTPS with a real domain (recommended for production), you can point any domain or subdomain at your server and DevMonk Connect will configure nginx and request a Let's Encrypt certificate automatically.
curl -fsSL https://get.devops-monk.com | bash. The installer is idempotent — it detects the existing installation, downloads the latest binary, does a graceful restart, and preserves all your data (SQLite database, WireGuard keys, configuration). Downtime is typically under 2 seconds. You can also use dmctl update from the CLI.
devmonk-agent reset-password --user admin. This will prompt you to set a new password directly on the server. No email required. Alternatively, use dmctl users reset-password <username> from the CLI tool.