Can I run Replicated on a different port?

For some reason, I have a customer that won’t let me use port 8800, which Replicated normally uses for its UI. Is there any way for me to run Replicated on something like port 9845 instead?

There is!

When running the install script (for native, swarm or kubernetes) you can pass the ui-bind-port parameter like this:

curl -sSL https://get.replicated.com/docker | sudo bash -s ui-bind-port=9845

This parameter is available for both airgapped and online installations.