RetroPie Web Gui is for managing your roms in RetroPie in a nice web interface. Developed by George Whitcher
- Apache is required. Install it by running the following command
sudo apt-get install apache2 - PHP is required. Install it by running the following command
sudo apt-get install php - RetroPie is required. RetroPie
- First you need to get your web directory ready.
cd /var/www/html/. - You will need to adjust ownership.
sudo chown pi:raspberry /var/www/html. - You will need to make your roms directory writable.
sudo chmod 777 -R /home/pi/RetroPie/roms. - Delete
index.htmlfrom your/var/www/htmldirectory now that you have permissions. You can do this manually or by runningrm /var/www/html/index.html - Now type
git clone https://github.com/gwhitcher/RetroPie-Web-GUI.git . - Copy the config
mv /var/www/html/system-config.php.default /var/www/html/system-config.php - Setup a symbolic link to your roms by entering the following
ln -s /home/pi/RetroPie/roms /var/www/html/roms. - Type
hostname(usuallyraspberry) and then enter that in a browser on your network to view!
- Go to your web directory
cd /var/www/html. - Type
git pull
- By default, RetroPie Web GUI is only accessible on your local network. If you want to lock down your RetroPie Web GUI: Dynamic Drive .htpasswd Generator