Access
Admin console: http://<server-ip>:8000
基础代理端点:
http://<server-ip>https://<server-ip>
首次访问管理控制台时,请立即创建管理员账号。
重要文件与目录
- Application directory:
/root/zoraxy/ - Docker Compose 文件:
/root/zoraxy/docker-compose.yml - Zoraxy 配置数据:
/root/zoraxy/config/ - Docker 数据卷(运行时):
/var/lib/docker/volumes/ - Docker 服务日志:
/var/lib/docker/containers/
Service Management
# Go to the application directory
cd /root/zoraxy
# Check container status
docker compose ps
# Restart all services
docker compose restart
# View live application logs:
docker compose logs -f
# Stop all services
docker compose down
# Start services again
docker compose up -d