Accessing 1Panel
- Open in browser:
http://<SERVER_IP>:<PANEL_PORT>/<SECURE_ENTRANCE> - The access URL and login credentials are stored in:
/root/.1panel_credentials
Retrieve the access URL and login credentials:
cat /root/.1panel_credentials
Important files and directories
- Install Path:
/opt/1panel - Runtime Directory:
/run/1panel - Logs Directory:
/opt/1panel/log - Agent Service:
1panel-agent.service - Core Service:
1panel-core.service
1Panel CLI
Check available commands and help:
1pctl
Check version:
1pctl version
Check status:
1pctl status
View current user info:
1pctl user-info
Update admin password:
1pctl update password
Managing 1Panel services
Check core service:
systemctl status 1panel-core
Check agent service:
systemctl status 1panel-agent
Restart services:
systemctl restart 1panel-core
systemctl restart 1panel-agent
View logs:
journalctl -u 1panel-core -f
Notes
- Admin URL contains a randomized secure entrance path
- Panel port is randomly generated during installation
- Services are managed using systemd
- Main management utility:
1pctl