Truy cập
Go to http://<SERVER_IP>:3552 in your browser and follow the setup.
On first login, you must change the default admin password.
Thông tin đăng nhập mặc định:
- Tên người dùng:
arcane - Mật khẩu:
arcane-admin
Quản lý dịch vụ
# Check status
sudo systemctl status arcane
# Restart service
sudo systemctl restart arcane
# Stop service
sudo systemctl stop arcane
# Start service
sudo systemctl start arcane
# Follow live logs
sudo journalctl -u arcane -f
Các tập tin và thư mục quan trọng
- Thư mục cài đặt:
/opt/arcane/ - Main binary:
/opt/arcane/arcane - Environment config (secrets):
/opt/arcane/.env - Thư mục dữ liệu:
/var/lib/arcane/ - Dịch vụ Systemd:
/etc/systemd/system/arcane.service - CLI symlink:
/usr/local/bin/arcane - Logs directory:
/var/log/arcane/ - Install metadata:
/etc/arcane/install-meta.env
Ghi chú
- The system user running the service is
arcane, which is a system user with no login shell, and it belongs to the grouparcane. - The user
arcanehas access to Docker because it is added to thedockergroup. - he Arcane CLI is available and can be used with commands such as
arcane --versionto check the version orarcane --helpto see usage information.