mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-16 15:45:16 +00:00
ed3da45ddf
1. Published official Docker images to Docker Hub. 2. Added docker-compose configuration template for easier deployment. Signed-off-by: GL.iNet-Yongping.Xie <yongping.xie@gl-inet.com>
Quick Start
This guide shows how to deploy glkvm-cloud using the provided Docker Compose environment template.
-
Clone the repository and prepare the environment template
git clone https://github.com/gl-inet/glkvm-cloud.git cd glkvm-cloud/docker-compose/ cp .env.example .env -
Configure environment variables
Edit
.envand update the required parameters:RTTYS_TOKEN: device connection token (leave empty to use the default)RTTYS_PASS: web management password (leave empty to use the default StrongP@ssw0rd)TURN_USER/TURN_PASS: coturn authentication credentials (leave empty to use the default)GLKVM_ACCESS_IP: glkvm cloud access address (leave empty to auto-detect at startup)
⚠️ Note: All configuration should be done in the
.envfile. You don’t need to modifydocker-compose.yml, templates, or scripts directly. -
Start the services
docker-compose up -dIf you modify
.envor template files, make sure to apply the updates:docker-compose down && docker-compose up -d -
Platform Access
Once the installation is complete, access the platform via:
https://<your_server_public_ip>