GetStarted

Deploy Gatwy in seconds. Open your browser and connect.

docker-compose.yml
services:
  gatwy:
    image: ghcr.io/kotoxie/gatwy:latest
    container_name: gatwy
    restart: unless-stopped
    ports:
      - '7443:7443'
    volumes:
      - ./data:/app/data
    environment:
      - GATWY_ENCRYPTION_KEY=your-64-char-hex-key  # openssl rand -hex 32

Next Steps

  1. 1Open https://<YOUR_IP>:7443 in your browser
  2. 2Accept the self-signed certificate warning (or mount your own cert)
  3. 3Create your admin account on first launch
  4. 4Add your first connection and start remoting!