Default Ports
This is a list of the default ports used by Modality. You can configure all of these in their respective configuration files or with command line options.
# modalityd ports
14181
: socket for HTTP API (used by themodality
CLI). Configured withapi-addr
config field or command line option. You can configure where themodality
CLI looks for this connection with themodality config
command.14182
: socket for receiving data using the data collection protocol. Configured withconnect-addr
config field or command line option.14183
: socket for HTTPS API (used by themodality
CLI). Configured withapi-addr-tls
config field or command line option. Only enabled iftls-cert
andtls-key
are provided. You can configure where themodality
CLI looks for this connection with themodality config
command.14184
: socket for receiving data using the data collection protocol with secure TLS encryption. Configured withconnect-addr-tls
config field or command line option. Only enabled iftls-cert
andtls-key
are provided.14192
: socket for insecure connections for the Deviant mutation protocol (coming soon). Configured withmutation-connect-addr
config field or command line option.14193
: socket for secure TLS connections for the Deviant mutation protocol (coming soon). Configured withmutation-connect-addr-tls
config field or command line option. Only enabled iftls-cert
andtls-key
are provided.
# reflector ports
14188
: socket for reflector to receive data. Configured withprotocol-child-port
config field or command line option.plugin ports: depending on which
modality-reflector
command and plugins you are using, other ports may be used. These can be configured with theplugins.available-ports
config field.
← Glossary