A web interface to manage recalbox configuration.
The API activation step is only needed if you want launch game through the web interface. Otherwise, it's not necessary.
- Clone or download the repository:
git clone https://github.com/DjLeChuck/recalbox-manager.git
- Compile the project from a computer (not recalbox):
./compile.sh
- Activate the API: https://github.com/recalbox/recalbox-api/blob/1.1.x/documentation/activate-on-recalbox.md
- Launch the server (connect through SSH on the recalbox):
cd /recalbox/share/manager && NODE_ENV=production PORT=3000 node dist/server.js
- Go on http://recalbox:3000/
- Download the release: https://github.com/DjLeChuck/recalbox-manager/releases/
- Extract the package on recalbox:
\recalbox\share\manager
for example - Activate the API: https://github.com/recalbox/recalbox-api/blob/1.1.x/documentation/activate-on-recalbox.md
- Launch the server (connect through SSH on the recalbox):
cd /recalbox/share/manager && NODE_ENV=production PORT=3000 node dist/server.js
- Go on http://recalbox:3000/
- Some changes are not directly applied; The recalbox must be restarted.
- Translations are managed with POEditor