Favicon of Warpgate

Warpgate

Secure internal SSH, HTTPS, and database servers with SSO and RBAC. This open-source tool requires no client apps and provides full session recording.

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:

  • Client-less Access: Connect using standard SSH clients, database tools, or web browsers. No special software is needed.
  • SSO and RBAC: Integrate with your OIDC provider to manage user access with Single Sign-On and granular Role-Based Access Control.
  • Complete Auditing: Capture full, live recordings of sessions for comprehensive security audits and incident response.
  • Simple Deployment: Get started quickly by running a single binary or a Docker container on your own hardware.

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.

Directory Structure

warpgate
data
.env
docker-compose.yml

docker-compose.yml

services:
  warpgate:
    image: ghcr.io/warp-tech/warpgate:latest
    restart: unless-stopped
    ports:
      - "2222:2222"
      - "8888:8888"
      - "33306:33306"
    volumes:
      - ./data:/data

.env

# 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.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Warpgate

Favicon

 

  
  
Favicon

 

  
  
Favicon