From 63a76c0f55ebe6e02d7b044d16c9b3cbc2b24d0d Mon Sep 17 00:00:00 2001 From: mcfnord Date: Tue, 21 Jul 2026 04:18:35 +0000 Subject: [PATCH 1/3] Document -c port-reachability limitation -c connects directly and, unlike selecting a server from the GUI directory list, does not have a directory open the server's port. Note that the port must be reachable from the client (router, cloud firewall/security group, and/or OS firewall), whether or not the server is listed in a directory. Addresses #1122 Co-Authored-By: Claude Opus 4.8 --- wiki/en/Include-Client-Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/en/Include-Client-Commands.md b/wiki/en/Include-Client-Commands.md index b136fe066..000e72f9d 100644 --- a/wiki/en/Include-Client-Commands.md +++ b/wiki/en/Include-Client-Commands.md @@ -1,6 +1,6 @@ - `-M` or `--mutestream` Prevent others on a server from hearing what I play - `--mutemyown` Prevent me from hearing what I play in the server mix (headless only) -- `-c` or `--connect` Connect to given server address on startup, format `address[:port]` +- `-c` or `--connect` Connect to given server address on startup, format `address[:port]`. `-c` connects directly, so the server's port must already be reachable from your computer — you may need to open it in the router, cloud firewall/security group, and/or OS firewall. (Selecting a server from the directory list in the GUI opens the port for you; `-c` does not, whether or not the server is listed.) - `-j` or `--nojackconnect` Disable auto JACK connections - `--ctrlmidich` MIDI channel to listen on, Jamulus control + MIDI control number and count of consecutive CC numbers (or Jamulus channels), pick-up mode, device selection option. Format: `channel[;fn[*n]][;pn[*n]][;sn[*n]][;mn[*n]][;on][;u][;dDeviceName]` See [Tips & Tricks](Tips-Tricks-More#using---ctrlmidich-for-midi-controllers). - `--clientname` Window title and JACK client name From bc19d0e1ae3fe7fc6fd73117ca82a42349bac4f1 Mon Sep 17 00:00:00 2001 From: John Dempsey <1750243+mcfnord@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:36:16 -0700 Subject: [PATCH 2/3] Apply suggestion from @mcfnord --- wiki/en/Include-Client-Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/en/Include-Client-Commands.md b/wiki/en/Include-Client-Commands.md index 000e72f9d..7d4b74575 100644 --- a/wiki/en/Include-Client-Commands.md +++ b/wiki/en/Include-Client-Commands.md @@ -1,6 +1,6 @@ - `-M` or `--mutestream` Prevent others on a server from hearing what I play - `--mutemyown` Prevent me from hearing what I play in the server mix (headless only) -- `-c` or `--connect` Connect to given server address on startup, format `address[:port]`. `-c` connects directly, so the server's port must already be reachable from your computer — you may need to open it in the router, cloud firewall/security group, and/or OS firewall. (Selecting a server from the directory list in the GUI opens the port for you; `-c` does not, whether or not the server is listed.) +- `-c` or `--connect` Connect to given server address on startup, format `address[:port]`. `-c` connects directly, so the server's port must already be reachable from your computer — the server's operator may need to open the port in the router, cloud firewall/security group, and/or OS firewall. (Selecting a server from the directory list in the GUI opens the port for you; `-c` does not, whether or not the server is listed.) - `-j` or `--nojackconnect` Disable auto JACK connections - `--ctrlmidich` MIDI channel to listen on, Jamulus control + MIDI control number and count of consecutive CC numbers (or Jamulus channels), pick-up mode, device selection option. Format: `channel[;fn[*n]][;pn[*n]][;sn[*n]][;mn[*n]][;on][;u][;dDeviceName]` See [Tips & Tricks](Tips-Tricks-More#using---ctrlmidich-for-midi-controllers). - `--clientname` Window title and JACK client name From 487e820f898f7b0007e0967af27bd65ce4dd2375 Mon Sep 17 00:00:00 2001 From: John Dempsey <1750243+mcfnord@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:09:04 -0700 Subject: [PATCH 3/3] Apply suggestion from @mcfnord --- wiki/en/Include-Client-Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/en/Include-Client-Commands.md b/wiki/en/Include-Client-Commands.md index 7d4b74575..64986a44e 100644 --- a/wiki/en/Include-Client-Commands.md +++ b/wiki/en/Include-Client-Commands.md @@ -1,6 +1,6 @@ - `-M` or `--mutestream` Prevent others on a server from hearing what I play - `--mutemyown` Prevent me from hearing what I play in the server mix (headless only) -- `-c` or `--connect` Connect to given server address on startup, format `address[:port]`. `-c` connects directly, so the server's port must already be reachable from your computer — the server's operator may need to open the port in the router, cloud firewall/security group, and/or OS firewall. (Selecting a server from the directory list in the GUI opens the port for you; `-c` does not, whether or not the server is listed.) +- `-c` or `--connect` Connect to given server address on startup, format `address[:port]`. `-c` connects directly, so the server's port must already be reachable from your computer - the server's operator may need to open the port in the router, cloud firewall/security group, and/or OS firewall. (Selecting a server from the directory list in the GUI opens the port for you; `-c` does not, whether or not the server is listed.) - `-j` or `--nojackconnect` Disable auto JACK connections - `--ctrlmidich` MIDI channel to listen on, Jamulus control + MIDI control number and count of consecutive CC numbers (or Jamulus channels), pick-up mode, device selection option. Format: `channel[;fn[*n]][;pn[*n]][;sn[*n]][;mn[*n]][;on][;u][;dDeviceName]` See [Tips & Tricks](Tips-Tricks-More#using---ctrlmidich-for-midi-controllers). - `--clientname` Window title and JACK client name