More downloads are always being added to this page. If you would like to upload your code please email me here!
Ubuntu/Debian Scripts
System Update Script Download
Copy the code below to download this script directly to your linux machine & make it executable.
wget https://lab2prod.net/downloads/system_update;sudo chmod +x system_update
Windows Scripts
System Maintenance Script Download
This script takes advantage of native windows tools to keep windows running smoothly.
BeamMP Server Start Script
This script allows you to easily startup all your Ubuntu/Debian BeamMP servers and verify that they are functionally doing so. Set this script to run @reboot in your crontab to simply automate this already convenient script! Copy the code below to download this script directly to your linux machine & make it executable.
wget https://lab2prod.net/downloads/startall;sudo chmod +x startall
BeamMP Server Check Script
This script will allow you to log onto your Ubuntu/Debian server & run a check on all your servers at once. Copy the code below to download this script directly to your linux machine & make it executable.
wget https://lab2prod.net/downloads/checkall;sudo chmod +x checkall
