เข้าใช้งาน Peekaping
- เปิดใน browser:
http://<SERVER_IP>:8383 - สมัครและสร้างบัญชีผู้ดูแลระบบของคุณ
- บัญชีแรกที่สร้างจะกลายเป็นผู้ดูแลระบบ
ไฟล์และไดเรกทอรีที่สำคัญ
- พาธติดตั้ง:
/root/peekaping - ไฟล์ Compose:
/root/peekaping/docker-compose.yml - ไดเรกทอรีข้อมูล:
/root/peekaping/.data
การจัดการ Stack
# Go to installation directory (where docker-compose.yml is located)
cd /root/peekaping
# Show running containers and their status
docker compose ps
# View live logs (useful for debugging issues)
docker compose logs -f
# Restart all services without recreating containers
docker compose restart
# Stop and remove containers (data volumes remain unless explicitly removed)
docker compose down
# Start services in detached mode (background)
docker compose up -d