IP Address and ports

IP Address and ports

Bind Address

machbase-neo runs and listens to only localhost by default for the security reason. If clients on the remote hosts need to read/write data from/to machbase-neo through network, it requires that machbase-neo starts with bind address option --host <bind address>.

To allow listening from all addresses, use 0.0.0.0

machbase-neo serve --host 0.0.0.0

To allow listening from specific address, set the IP address of the host.

machbase-neo serve --host 192.168.1.10

Listening Ports

There are more flag options for the protocol ports.

flagdefaultdesc
--mach-port5656machbase native port for JDBC/ODBC drivers
--grpc-port5655gRPC port
--http-port5654HTTP port
--mqtt-port5653MQTT port
--shell-port5652for ssh, open machbase-neo shell prompt remotely
Last updated on