skip to main content
MUDG > Appendix D: Installing patch server or static reflector > Installing local patch server on Ubuntu via docker
Installing local patch server on Ubuntu via docker
To install a local patch server
1. Stop any existing patch servers (ignore warning message if it is not running):
docker stop patch && docker stop patch-agent
2. Remove existing patch server volumes, if any:
docker volume rm patch-config \
&& docker volume rm patch-status
3. Run curl from the patch server generated via ICE Desktop admin account on your local Ubuntu machine that sits with the radios in the same multicast domain:
*DEBUG=1: You may remove for normal installs.
*TOKEN: The server link/token will be different for every patch server.
curl https://ICE_SERVER_URL:443/remote-installer/install_engagebridge.sh | \
DEBUG=1 \
TOKEN=..... \
SERVERBRIDGE_URL=https://ICE_SERVER_URL:443/server-bridge/\
bash -
Note: If your cluster is not using certificates, replace https with http.