Skip to content

Managing Users

Useful commands

bash
# View live logs
docker compose logs -f

# Restart everything
docker compose restart

# Stop everything
docker compose down

# Pull the latest images manually and restart
docker compose pull && docker compose up -d

Revoking access

Remove the user's Discord role. SmartCAD revalidates role membership every 5 minutes (configurable via DISCORD_REVALIDATE_MS). Users removed from the guild entirely have all their data deleted automatically.

SmartCAD - Built for smart FiveM communities