Access
- Open:
http://<SERVER-IP>:8282 - Complete the initial setup wizard to create the administrator account.
- Log in to access the dashboard.
Important Files & Directories
- Install Path:
/root/wallos - Compose File:
/root/wallos/docker-compose.yml - Database Directory:
/root/wallos/db - Logo Upload Directory:
/root/wallos/logos
Docker Container
Check status:
docker ps
View logs:
docker logs -f wallos
Restart:
cd /root/wallos
docker compose restart
Stop:
cd /root/wallos
docker compose down
Start:
cd /root/wallos
docker compose up -d