Installation
Before installation, make sure your host meets the system requirements.
Install with Docker
shell
curl -sSL https://f.typesafe.cn/next-terminal/docker-compose.yaml > docker-compose.yaml
curl -sSL https://f.typesafe.cn/next-terminal/config.yaml > config.yaml
docker compose up -dAfter successful installation
Visit http://{ip}:8088/setup to initialize the admin user.
Visit http://{ip}:8088/login to sign in.
Upgrade Commands
shell
docker compose pull
docker compose up -dEnable IPv6 (Optional)
See the official Docker documentation: https://docs.docker.com/engine/daemon/ipv6/