Included are Ubuntu based scripts for Atlas device management.
DISCLAIMER
Code is sourced heavily from other users and the Google. The contents in this repo are not guaranteed to be clean but should mostly work.
SCRIPTS
-
Edit your network details in
devicelist.pyto generate lists for device IP and names that have Port 5555 open. This is tested with Python 3.6, no idea about others. If it complains about a missing module, thenpip3 install xxxit yourself. -
Use
./emagisk.sh DEVICEIP:DEVICEPORTto install eMagisk on your device. Or do./emagiskall.shto install it across all your devices that you found by runningdevicelist.py. -
Use
./install.shto install/update Atlas and PoGo on all your devices. It currently assumes you have a folder namedapksand filenames ofatlas,pogo32, andpogo64. Feel free to adjust accordingly. -
Use
./hostname.sh DEVICEIP:DEVICEPORTto change your device's hostname. I don't know about you, but the hostname of my devices would reset toatvxafter every reboot. It drove me crazy trying to figure out which device was which when looking at my network stats, so I added this script. Can also run./hostnameall.shto add it to all your devices found fromdevicelist.py
DASHBOARDS
- The eMagisk version in this repo includes webhook stats for keeping track of your devices.