Få adgang til administrationsgrænsefladen
Åbn din browser og gå til: https://<server-ip>:5656/ui/
Loginoplysninger: /root/.cloudzy-creds
Servicestyring
# Kontroller status sudo systemctl status gel-server-6 # Genstart tjenesten sudo systemctl restart gel-server-6
Skift administratoradgangskode
read -rsp "New Password: " NEWPASS
printf <gel-password> | gel query --host localhost --password-from-stdin --tls-security insecure "alter role admin set password := ${NEWPASS}"
Link Gel-instans (valgfri CLI-brug)
printf <gel-password> | gel instance link --host localhost --port 5656 --user admin --branch main --trust-tls-cert --password-from-stdin --non-interactive <instance-name>
Opgraderingsgel
sudo apt-get update sudo apt-get install --only-upgrade gel-6 sudo systemctl restart gel-server-6
Håndtering af miljøvariabler
Rediger /etc/systemd/system/gel-server-6.service.d/override.conf
Tilføj/rediger/fjern Environment="VAR=value" linjer under [Service]
Anvend ændringer:
sudo systemctl daemon-reexec sudo systemctl daemon-reload sudo systemctl restart gel-server-6
Dokumentation
https://docs.geldata.com/
https://docs.geldata.com/reference/running/configuration