การเข้าถึงเว็บ
- เปิดเบราว์เซอร์ของคุณแล้วไปที่:
http://<SERVER_IP>/ - It might take a few minutes to fully come up.
Admin Dashboard Access
The first admin account is auto-generated on initial startup,
Credentials are printed once in the container logs.
View admin credentials:
docker logs automad
The dashboard URL is usually: http://<SERVER_IP>/dashboard
ไฟล์และไดเร็กทอรีที่สำคัญ
- ไดเร็กทอรีการติดตั้ง:
/root/automad - ไฟล์ Docker Compose:
/root/automad/docker-compose.yml - Automad application data (content, cache, config):
/root/automad/app
Container Management
ตรวจสอบสถานะ:
docker ps
ดูบันทึก:
docker logs -f automad
Restart Automad:
docker restart automad
Stop / start stack:
docker compose -f /root/ferretdb/docker-compose.yml down
docker compose -f /root/ferretdb/docker-compose.yml up -d