Skip to content

Service Management

VPS2 Services

Service Status Command
nginx Active sudo systemctl restart nginx
mariadb Active sudo systemctl restart mariadb
stalwart-mail Active sudo systemctl restart stalwart-mail
yardpro-api Active sudo systemctl restart yardpro-api
yardpro-web Active sudo systemctl restart yardpro-web
catalog Active sudo systemctl restart catalog
discordbot FAILED Needs investigation

VPS3 Services

Service Status Command
nginx Active sudo systemctl restart nginx
kedevo Active sudo systemctl restart kedevo
topcoasters Active sudo systemctl restart topcoasters
wg-quick@wg0 Active sudo systemctl restart wg-quick@wg0
docker (uptime-kuma) Active sudo docker restart uptime-kuma

Common Commands

# Check status
sudo systemctl status {service}

# View logs
sudo journalctl -u {service} --since "1 hour ago"

# Follow logs live
sudo journalctl -u {service} -f

# Enable on boot
sudo systemctl enable {service}