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