Run MistServer and the MistController
masterMistServer is initialized by executing the MistController binary.
How it works:
MistControllerscans its current directory for any other binaries starting withMist*.- It runs these discovered binaries to identify available inputs, outputs, and processes.
- You can manage available features simply by adding or removing
Mist*binaries from the same directory.
First-time Setup:
- If running in an interactive terminal, you will be guided through a brief setup process.
- If no interactive terminal is available, setup can be completed via the web interface.
Accessing the Server:
- The controller listens on port
4242for API connections. - You can access the web interface by navigating to
http://<your-ip>:4242in a web browser to perform human-friendly configuration and API commands.
# Run the controller from the build directory
./MistController