Adgang
- Åbn din browser:
http://<SERVER-IP>:18800 - Log ind med dashboard-adgangskoden gemt i:
/root/.cloudzy-creds - Web-dashboardet er den nemmeste måde at konfigurere PicoClaw på, inklusive udbyder, model og API-nøgle.
Manuel konfiguration
PicoClaw kan også konfigureres manuelt.
Initialiser dit workspace:
picoclaw onboard
Konfigurer udbyder og model i: /root/.picoclaw/config.json
Konfigurer API-nøglen i: /root/.picoclaw/.security.yml
Se tilgængelige kommandoer og indstillinger:
picoclaw -h
Vigtige filer og mapper
- PicoClaw-binærfil:
/usr/local/bin/picoclaw - Launcher-binærfil:
/usr/local/bin/picoclaw-launcher - Konfiguration:
/root/.picoclaw/config.json - Sikkerhedskonfiguration:
/root/.picoclaw/.security.yml - Dashboard-loginoplysninger:
/root/.cloudzy-creds - systemd-unit:
/etc/systemd/system/picoclaw-launcher.service
Service-håndtering
Tjek status for PicoClaw Launcher:
systemctl status picoclaw-launcher.service
Genstart PicoClaw Launcher:
systemctl restart picoclaw-launcher.service
Stop PicoClaw Launcher:
systemctl stop picoclaw-launcher.service
Start PicoClaw Launcher:
systemctl start picoclaw-launcher.service
Se PicoClaw Launcher-logs:
journalctl -u picoclaw-launcher.service -f
Kørsel af en tilpasset launcher-konfiguration
Installationen opretter og aktiverer en systemd-tjeneste til PicoClaw-dashboardet.
Sådan stopper og deaktiverer du standardtjenesten:
systemctl disable --now picoclaw-launcher.service
You can then run picoclaw-launcher manually or create a custom systemd service.
Se tilgængelige launcher-indstillinger:
picoclaw-launcher -h