Operations
GoodDeed operations checklist
Routine checks before and after launch.
Daily
- Open system-status.html
- Check API online
- Check Admin Donations Panel
- Check failed or pending donations
Weekly
- Check GDD balance
- Check BNB gas balance
- Backup gooddeed.sqlite and .env separately
- Review transparency figures
Security
- Never publish ADMIN_TOKEN
- Never upload .env to public_html
- Private key stays only on VPS
- Replace ADMIN_TOKEN after sharing screen or logs
VPS commands
pm2 statuspm2 logs gooddeed-worker --lines 80curl https://api.gooddeed.fund/api/public-statscertbot renew --dry-run
