I want to change the connection port for Sketch Mirror

By default Sketch Mirror connects to a random port each time you open it but you can change this to a fixed port with the following Terminal command.

To set the connection port to port 8080 type the following in Terminal:

defaults write com.bohemiancoding.sketch3.plist mirrorWebPort -int 8080