访问Web界面
打开浏览器并访问: https://<SERVER-IP>
当系统提示登录时,请使用保存在以下位置的凭据: /root/.cloudzy-creds
默认用户
安装过程中会自动创建两个用户。
您可以随时通过以下方式查看它们:
cat /root/.cloudzy-creds
用户管理
要手动添加另一个用户,请在文件末尾添加新条目: /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
重要文件与目录
- 安装目录:
/root/screego - Docker Compose 文件:
/root/screego/docker-compose.yml - 已保存的凭证信息:
/root/.cloudzy-creds - SSL证书:
/etc/nginx/ssl/screego.crt - SSL私钥:
/etc/nginx/ssl/screego.key - Nginx 配置:
/etc/nginx/sites-available/screego.conf