- Open Syncthing preferences - Change the URL to something like `http://syncthing.localhost:8384` (or `https://syncthing.localhost:8384` if you use HTTPS). - Click on one of the following: - "Open Syncthing Web Interface" in the preferences window - "Open" from the menu This continues to open the old URL until the app is restarted. I suspect this code is accessing a cached value instead of a fresh one: https://github.com/syncthing/syncthing-macos/blob/f06374145368049673050c26dc868dc8e0fe0271/syncthing/STApplication.m#L211