访问 Web 界面
打开浏览器,访问: https://<SERVER-IP>
登录时,请使用以下位置保存的凭据: /root/.cloudzy-creds
Default Users
安装过程中会自动创建两个用户。
随时可以通过以下命令查看:
cat /root/.cloudzy-creds
Managing Users
如需手动添加用户,请在以下文件中追加新条目: /root/screego/users:
echo "<USERNAME>:$(python3 -c "import bcrypt; print(bcrypt.hashpw(b<PASSWORD>, bcrypt.gensalt()).decode())")" >> /root/screego/users
然后重启 Screego 服务:
cd /root/screego
docker compose restart
重要文件与目录
- Installation directory:
/root/screego - Docker Compose 文件:
/root/screego/docker-compose.yml - 已保存的凭据信息:
/root/.cloudzy-creds - SSL certificate:
/etc/nginx/ssl/screego.crt - SSL 私钥:
/etc/nginx/ssl/screego.key - Nginx configuration:
/etc/nginx/sites-available/screego.conf