Headless Mode - project-owner/Peppy.doc GitHub Wiki
In a Headless Mode Peppy player can work without any display/TV connected to it. In this case it can be controlled using Web UI, IR Remote Control and Voice Commands (if microphone connected and Voice Assistant configured).
To set Headless Mode the property headless
in configuration file /home/pi/Peppy/config.txt should be set to True:
headless = True
As the only UI available in this case is Web UI the property enabling web server should be set to True as well:
web = True
The Tornado web server should be installed for this functionality. Please refer Web UI page for installation details.