The Administer AOS is a FastAPI program which manages Administer applications, collects statistics, and completes recurring tasks. It is designed for Administer 2.0 and later panels.
For everything knowledge related (recommended specs, installation, API reference, ...) please refer to our official documentation.
https://docs.admsoftware.org/AOS/information/about
Please refer to our Quickstart Guide on the official documentation.
https://docs.admsoftware.org/AOS/maintaining/setup
Once you have installed AOS, log into the webpanel to set it up. It runs at :8020 by default, so you can visit the Admin Interface at MACHINE_IP:8020/a/.
We do not have a live demo yet, but when we do you will be able to use it at https://demo.admsoftware.org.
Run the following (assuming you already have python3 and pip):
pip install uv
uv venv
# Enter the venv.. it varies from OS to OS so if this doesn't work just run the command it tells you to
source .venv/bin/activate
uv pip install .
See here: https://docs.admsoftware.org/legal/privacy
We welcome contributions as long as they are meaningful. Please ensure you are familiar with our code standards and libraries before making pull requests. For larger changes, you may want to discuss a change in our Discord beforehand.
All projects operated by Administer Software and your usage of it is governed under the GNU AGPL 3.0 license.
Administer Software 2024-2025