vmpheus was a bot created for hackclub summer of making to help in the project review process, vmpheus is a collaborated project between me and Eric built over the span of 5 days.
- Web dashboard for ease of management
- Incredibly scalable API
- Azure integration
- Ease of use with alot of management features
/srfor admin commands/sosfor staff support/utilsto request a utils api key/vmfor vm control
You're first going to want to run it once via the bash script setup.sh with an open port
bash setup.sh *port*
afterwards you should edit the config file with all your API keys :)
nano config.json
then run the bash script again
bash setup.sh *port*
if you plan to host this on a domain that depends on the platfrom so lookup a tutorial :))
First run it once to initialize files!
python main.py
then proceed to configure auth.json with your api key and domain/local host
nano auth.json
then finally run the app
python main.py &