Warpgate provides secure, audited access to your internal infrastructure, replacing traditional jump hosts and VPNs. It transparently proxies connections to SSH, HTTPS, MySQL, and Postgres servers without requiring any client-side applications. Your team can continue using their preferred native tools while you gain centralized control and visibility.
This self-hosted, open-source solution offers a robust set of features for modern teams:
Because it's fully open-source and self-hosted, you maintain complete control over your data and avoid SaaS vendor lock-in. It's a straightforward and powerful way to manage privileged access across your entire stack.
services:
warpgate:
image: ghcr.io/warp-tech/warpgate:latest
restart: unless-stopped
ports:
- "2222:2222"
- "8888:8888"
- "33306:33306"
volumes:
- ./data:/data# No sensitive environment variables are required for the initial setup.
# Admin credentials will be generated and printed to the container logs on the first run.Auto-fetched about 19 hours ago
Auto-fetched about 19 hours ago