Skip to content

Server Mac

Jonathan edited this page Mar 30, 2020 · 37 revisions

Home > Running a Server > Installing on Mac

Please ensure you have read the server overview

After installing Jamulus, you can run it in your chosen server mode using the Terminal program.

  1. First, quit Jamulus if it is already running.

  2. Start a Terminal session.

  3. You will need to know the full path to the Jamulus application (example below) so that you can run the following command. It must be all on one line:

/Applications/Jamulus.app/Contents/MacOS/Jamulus -s -n -e "jamulus.fischvolk.de" -o "yourServerName;Akhetaten;82" -w "Thanks for connecting"

Hit return to start the server.

If using the -n option, the process will run in the background (as a daemon). You will need to stop/restart it using the method of your choice.

Note that it is possible, but not recommended for performance reasons, to run both a server and a client on the same machine.