Skip to content

VPS System Cleanup (Linux)

Run this workflow to maintain the remote Strato VPS health.

1. System Cleanup

Executes APT cleanup, truncates systemd journals to 3 days, and prunes unused Docker data.

bash
# Run the VPS cleanup command
./platform/linux/vps-tools.sh cleanup

2. Verification

Check the disk space on the VPS after cleanup.

bash
# Connect to VPS and check disk usage
ssh -i ~/.ssh/id_ed25519_antigravity root@85.215.149.45 "df -h"

Released under proprietary license.