Files
op-pedal/docs/CommandLine.md
T
Robin E. R. Davies ee201d280f Spellcheck. :-/
2025-07-01 21:00:24 -04:00

26 lines
933 B
Markdown

---
page_icon: img/commandline.jpg
---
{% include pageIcon.html %}
## Command-Line Configuration of PiPedal
The pipedalconfig program can be used to modify configuration of PiPedal from a shell command line. Run 'pipedalconfig --help' to view
available configuration commands, some of which are not available from the web interface. For example, you can change the port number
of the Web App HTTP server if you need to, using pipedalconfig.
Things you can do with pipedalconfig:
- Stop, start or restart the PiPedal services.
- Choose whether to automatically start PiPedal services on reboot.
- Select an alternate web server port.
- enable or disable the Wi-Fi hotspot.
Run `pipedalconfig --help` for available options.
--------
[<< Optimizing Audio Latency](AudioLatency.md) | [Up](Documentation.md) | [Changing the Web Server Port >>](ChangingTheWebServerPort.md)