Access
- Open the web UI in your browser:
http://<SERVER_IP>:8080 - Complete the initial setup wizard.
- Create the admin account.
- Connect and configure your Kubernetes cluster.
Important Files and Directories
- Install directory:
/root/kite - Compose file:
/root/kite/docker-compose.yml - Data directory:
/root/kite/data - SQLite database:
/root/kite/data/db.sqlite
Docker Management
Go to the install directory:
cd /root/kite
Check container status:
docker compose ps
View logs:
docker compose logs -f
Restart the stack:
docker compose restart
Stop the stack:
docker compose down
Start the stack:
docker compose up -d