Difference between revisions of "SOUND4 Server ports"

From SOUND4wiki
(Created)
 
m
Line 1: Line 1:
 
SOUND4 Server default ports are the following :
 
SOUND4 Server default ports are the following :
  
* TCP
+
*TCP
** 3001 : Remote port, for SOUND4 Remote Control access
+
**3001 : Remote port, for SOUND4 Remote Control access
** ''3002 : Remote port (local only)''
+
**''3002 : Remote port (local only)''
** 3003 : Link&Share port
+
**3003 : Link&Share port
** ''3004 : Link&Share port without replies''
+
**''3004 : Link&Share port without replies''
* UDP
+
*UDP
** 3001 : Discovery (used by preset sharing)
+
**3001 : Discovery (used by preset sharing)
  
=== Customizing ports ===
+
===Customizing ports===
 
A default configuration file (Ports.xml) is created when the server starts for the first time.  
 
A default configuration file (Ports.xml) is created when the server starts for the first time.  
  
Line 16: Line 16:
 
The file is stored in :
 
The file is stored in :
  
* Windows : C:\ProgramData\SOUND4\Server\Data\BoardsConfig\
+
*Windows : C:\ProgramData\SOUND4\Server\Data\BoardsConfig\
* Linux :/opt/sound4/Data/BoardsConfig/
+
*Linux :/opt/sound4/Data/BoardsConfig/
 +
 
 +
With this file, you can select an interface to listen to, limit the number of simultaneous connections, configure for logging activity and more...
  
 
<br />
 
<br />

Revision as of 10:46, 9 August 2023

SOUND4 Server default ports are the following :

  • TCP
    • 3001 : Remote port, for SOUND4 Remote Control access
    • 3002 : Remote port (local only)
    • 3003 : Link&Share port
    • 3004 : Link&Share port without replies
  • UDP
    • 3001 : Discovery (used by preset sharing)

Customizing ports

A default configuration file (Ports.xml) is created when the server starts for the first time.

It can be modified to suit your needs. The format is documented in the file Ports.ReadMe which is present in the same place.

The file is stored in :

  • Windows : C:\ProgramData\SOUND4\Server\Data\BoardsConfig\
  • Linux :/opt/sound4/Data/BoardsConfig/

With this file, you can select an interface to listen to, limit the number of simultaneous connections, configure for logging activity and more...