Administrator Guide
Server Details
- Host: 91.107.195.20
- Domain: claude-sandbox.detalex.de
- Deploy path: /opt/claude-test-bot
- OS: Ubuntu 24.04 (Kernel 6.8)
Service Management
systemctl status claude-sandbox
systemctl restart claude-sandbox
journalctl -u claude-sandbox -f
systemctl stop claude-sandbox
Deployment
Automated via Bitbucket Pipelines on push to main. For manual:
make deploy
Hotfixes
ssh root@91.107.195.20
vi /opt/claude-test-bot/main.py
systemctl restart claude-sandbox
Port any hotfix back to the repository afterwards.
SSL Certificate
certbot certificates
certbot renew --dry-run
Nginx
Config: /etc/nginx/sites-available/claude-sandbox.detalex.de → 127.0.0.1:8000
nginx -t && systemctl reload nginx
Environment Variables
systemctl edit claude-sandbox
# [Service]
# Environment=ANTHROPIC_API_KEY=sk-ant-...
Monitoring
curl https://claude-sandbox.detalex.de/health