A tool with limited AI capabilities to manage computers in academic labs. It is composed of two parts: the web part (PHP/MySQL) and the aura-client
(PHP, running as a command line app on every computer to be managed).
Clone the repo to your web document root (e.g. /var/www/
). Create a MySQL database and populate it with the content of inc/resources/sql/aura.sql. Finally change the file /config.php
to fit your needs, like the database name/user/password. You're good to go!
If you liked the project and want to help, you are welcome! Submit pull requests or open a new issue describing your idea.
Aura is licensed under the MIT license.