Access Slash
- Open:
http://<SERVER_IP>:5231 - Register your admin account to access Slash.
- New user registration can be controlled from the application settings after logging in as an administrator.
Important Files & Directories
- Install Path:
/root/slash - Docker Compose File:
/root/slash/docker-compose.yml - Application Data:
/var/lib/docker/volumes/slash_slash
Container Management
View running container:
docker ps
View logs:
docker logs -f slash
Restart application:
cd /root/slash
docker compose restart
Stop application:
cd /root/slash
docker compose down
Start application:
cd /root/slash
docker compose up -d