Install ubuntu 24.04.4. There are many tutorials out there. Watch youtube tutorials or follow this guide:
https://blog.adopisoft.com/uncategorized/installing-ubuntu-server-24-04-3
Remember: Works best on fresh installation of Ubuntu server
Downloading and Running the Script on Your Server
Now you can go back to your Ubuntu server (via SSH) and execute the following commands.
Download the script :
sudo wget -O install_adopisoft.sh https://gist.github.com/cybermind2/24f6bd45aa9d4de74c93a2b06febfb8b/raw/081cc03aaa6f3393664b941975a8e81e94d62996/install_adopisoft.sh
Make the script executable:
sudo chmod +x install_adopisoft.sh
Run the script:
sudo ./install_adopisoft.sh
Configure adopisoft after reboot and set the database to postgeSQL
Configure network settings:
your VLAN's
your USB TO LAN
your Builtin WIFI
Enable SSH under SYSTEM SERVICES
Login via SSH and run the following to patch your network for fastboot and patch for RTNETLINK error:
Note: Make sure all USB TO LAN and VLAN interfaces are already configured in the admin dashboard before running this script.
If you have multiple VLAN, say 20 or 30 VLAN configure all of them first.
Download the script
sudo wget -O /tmp/bootoptimizer.sh https://github.com/cybermind2/Adopisoft-deb-package/releases/download/v5.1.7-20260112/bootoptimizer.sh
Make the script executable:
sudo chmod +x /tmp/bootoptimizer.sh
Run the script:
sudo /tmp/bootoptimizer.sh
Clean up your Admin Dashboard:
Delete redundant subdomains in your interface walled garden. Stick to these essentials for the fastest performance:
api.gcash.com / m.gcash.com
gstatic.com / googleapis.com
api.paymongo.com / checkout.paymongo.com
api.xendit.co / checkout.xendit.co
You will then be prompted to set your secure PostgreSQL password! Let me know if you run into any issues with the process.
Script for installing Adopisoft:
install_adopisoft.sh
Script for Fastboot and RTNETLINK error:
bootoptimizer.sh
No comments:
Post a Comment