RoofPI is a simple control panel designed for Raspberry Pis (RPIs) located in inaccessible locations. It provides an easy-to-use interface for managing and controlling Raspberry Pis remotely.
To install RoofPI on your Raspberry Pi, you can use the following easy installer:
sudo bash -c "$(curl -s https://raw.githubusercontent.com/Lopastudio/RoofPI/main/install.sh?$(date +%s))"
This command downloads and runs the installation script, setting up RoofPI on your Raspberry Pi.
- Simplified control panel for Raspberry Pis.
- Designed for use in inaccessible locations.
- Easy installation process.
Once installed, access the RoofPI control panel through a web browser using the appropriate IP address or hostname of your Raspberry Pi and the port 3000.
To uninstall RoofPI from your Raspberry Pi, you can use the following uninstaller script:
sudo bash -c "$(curl -s https://raw.githubusercontent.com/Lopastudio/RoofPI/main/uninstaller.sh?$(date +%s))"
Contributions are welcome! If you find a bug or have a feature request, please open an issue.
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3.