Zixi Broadcaster/ZEC v18 Docum...
...
Broadcaster - Errors and Troub...
Change the UI Port for Broadcaster
1 min
if for any reason you require the broadcaster user interface to be changed from port 4444 there is a few ways to make this adjustment within the user interface directly go to the settings tab and in "web server port" enter the new port number hit apply restart the broadcaster using sed or linux commands after installing the broadcaster, use sed or similar linux command to update the port in the broadcaster config xml file stop the broadcaster process run the sed command sed i 's/4444/5555/g' /zixi/zixi broadcaster linux64/broadcaster config xml or update in the config file change \<webserver> \<port>4444\</port> \</webserver> to \<webserver> \<port>5555\</port> \</webserver> for example restart the broadcaster process using api commands install the broadcaster make an api call on the local machine like the following curl i user "admin 1234" http //127 0 0 1 4444/apply settings json?gui web port=5555
