CPU Guardian [1.1]
Product information
Release v1.1 (Updated )
Reviews
3 out of 5 stars
3 out of 5 stars · 2 reviews · 29 purchases
Open sourced product that prevents people from spamming CPU by using activities that violate Terms of Service (ToS).
Release historyTeam
Lunar Hosting
Description
Please read below
It won't work as expected if these steps are not followed.
⬇️
Features
- A settings.json file for configuration
- Easy setup process
- Monitoring for abusive servers
- Open-sourced
Installation for execution every 20 minutes:
- Place
CPU_Guardian.php
andsettings.json
in/var/www/pterodactyl
- Modify the
settings.json
file - Execute
crontab -e
in your terminal and enter:*/20 * * * * sudo php /var/www/pterodactyl/CPU_Guardian.php
- Save changes
Note: If you wish to modify the interval, refer to: http://crontab.org/
Installation for manual execution:
- Place
CPU_Guardian.php
andsettings.json
in your preferred directory - Modify the
settings.json
file - Execute
sudo php /your_path/CPU_Guardian.php
in your terminal