Admin Center¶
Info
The default password to login the admin center is 0000
.
The admin center is the central place to configure the photobooth software. You can also use it to upload and download files to the device.
On the photobooth device browse to the admin center to configure your photobooth app: http://localhost:8000/#/admin
Info
From other devices you might need to replace localhost
by the hostname of the booth.
Port 8000
is default if you did not change it.
Dashboard¶
Server Control¶
- Shutdown or reboot the host computer.
- Service Controls (only on linux platform):
- Restart the service: On linux if the photobooth is installed as
systemctl
-service a restart can be triggered. - Reload service is to gracefully reload all resources and backends.
- Install service: On linux automatically install the systemctl service
- Uninstall service: If service shall not start on boot, uninstall the service. The webfrontend is not accessible until manually started again or the service is installed like described in the installation.
- Restart the service: On linux if the photobooth is installed as
Local UI Settings¶
The app supports several languages, many of these are translated automatically using AI. If the translation is off and you want to improve it, you are very much invited 🤝
Media Database¶
- Delete all media files. Take care to backup your data first!
Usage and Limit counter¶
The app counts how many images, collages and so on were taken. You can reset the counter manually. The limit counter would limit the amount of shares/prints that are allowed for an event.
Other Information panels¶
The other panels are information about the backends. Also some diagnostic data about the system is displayed.
Configuration¶
The configuration is divided in logical sections. After changing the config use the buttons to
SAVE
: Send configuration to server and persist it on the disk. Most changes will take effect only after restarting the app!RELOAD
: Reload the current config from disk to revert changes made.RESET
: Revert to default settings and delete config file from the disk.
All configuration elements have a description that should be helpful. More details on the sections actions and trigger, camera setup and more you find here in the chapter next to this page.
Files¶
Manage your files in one place - the filebrowser. Useful to download captured images or upload custom files that can be used in pipeline stages like frames or background images.
The filebrowser allows to
- create new folders
- upload files
- download zip files containing selected files and folders and
- delete selected files and folders.
Help¶
Collection of information that might be helpful. Also the REST-API documentation is linked. It's interactive, so you can test the REST-API right in your browser.