Skip to main content

First login

After the server is listening:

ServiceURL / command
Web UI / APIhttp://127.0.0.1:9000 (or your published host port)
SSH (images)ssh -p 2222 root@localhost when 2222:22 is published
Shell into containerdocker exec -it containerws bash

Panel account

  1. Open the UI and register or sign in (routes under /sign-in, /register).
  2. On production starts, Linux ↔ panel users can sync (SYNC_USERS / --sync-users). See Users.
  3. Optional localhost auto-login can be enabled in Settings for loopback browsers (trusted hosts only).

Quick verification

# Native daemon
cws version
curl -fsS http://127.0.0.1:9000/ >/dev/null && echo ok

# Docker
docker logs -f containerws
docker exec -it containerws cws version

Next steps