Skip to content

Operations and Troubleshooting

Goal

Provide common post-deployment operation commands, health checks, and troubleshooting paths.

Common Commands

bash
cd $INSTALL_PATH
docker compose ps
docker compose logs --tail 200 --follow
docker compose down
docker compose up -d

View application logs:

bash
tail -n 200 $INSTALL_PATH/logs/app/app.log

Update location data:

bash
bash update_geolite2.sh

Health Checks

TargetCommand or EntryHealthy Result
Containersdocker compose psKey services are running/up
Application healthhttps://<APP_DOMAIN>/status/healthReturns healthy status
Admin console/admin/loginLogin page opens
User portal/app/loginLogin page opens
HTTPSBrowser address barCertificate is valid or matches intranet policy
Replay resources/__replay__/...Enterprise resources can load

Common Issues

SymptomPossible CauseSuggested Action
Page cannot openDNS, ports, or Caddy service issueCheck DNS, ports 80/443, firewall, and container logs
Admin cannot log inWrong password, init not complete, browser cacheUse installation system password and inspect app logs
User cannot see siteMissing group authorization, disabled site, empty categoryCheck group SaaS site authorization and site status
User cannot see workspaceWorkspace not authorized to groupAdd authorization in group workspace management
Site login failsAccount category, script, or target site policy changedCheck site config, account category config, and script match URL
Auto certificate failsDomain does not point to public IP or ports are blockedConfirm DNS and inbound 80/443 rules
Replay unavailableNot a full deployment or replay storage is unreachableCheck license, deployment type, and /__replay__/ access

Change Recommendations

  • Record old configurations before changing site scripts, plugins, proxies, or workspaces.
  • Before major upgrades, back up $INSTALL_PATH/volumes, $INSTALL_PATH/logs, and database data.
  • Before distributing collaboration links, open them once with a low-privilege test user.
  • After enabling production scripts, ask business users to verify login and key pages.

Sa2web 1.0.0