Skip to main content
Version: 3.11.0

Port guide for company products

The following are the default ports used by NebulaGraph core and peripheral tools.

No.Product / ServiceTypeDefaultDescription
1NebulaGraphTCP9669Graph service RPC daemon listening port. Commonly used for client connections to the Graph service.
2NebulaGraphTCP19669Graph service HTTP port.
3NebulaGraphTCP19670Graph service HTTP/2 port. (Deprecated after version 3.x)
4NebulaGraphTCP9559, 95609559 is the RPC daemon listening port for Meta service. Commonly used by Graph and Storage services for querying and updating metadata in the graph database.
The neighboring +1 (9560) port is used for Raft communication between Meta services.
5NebulaGraphTCP19559Meta service HTTP port.
6NebulaGraphTCP19560Meta service HTTP/2 port. (Deprecated after version 3.x)
7NebulaGraphTCP9779, 9778, 97809779 is the RPC daemon listening port for Storage service. Commonly used by Graph services for data storage-related operations, such as reading, writing, or deleting data.
The neighboring ports -1 (9778) and +1 (9780) are also used.
9778: The port used by the Admin service, which receives Meta commands for Storage.
9780: The port used for Raft communication between Storage services.
8NebulaGraphTCP19779Storage service HTTP port.
9NebulaGraphTCP19780Storage service HTTP/2 port. (Deprecated after version 3.x)
10NebulaGraphTCP8888Backup and restore Agent service port. The Agent is a daemon running on each machine in the cluster, responsible for starting and stopping NebulaGraph services and uploading and downloading backup files.
11NebulaGraphTCP9789, 9788, 97909789 is the Raft Listener port for Full-text index, which reads data from Storage services and writes it to the Elasticsearch cluster.
Also the port for Storage Listener in inter-cluster data synchronization, used for synchronizing Storage data from the primary cluster.
The neighboring ports -1 (9788) and +1 (9790) are also used.
9788: An internal port.
9790: The port used for Raft communication.
12NebulaGraphTCP9200NebulaGraph uses this port for HTTP communication with Elasticsearch to perform full-text search queries and manage full-text indexes.
13NebulaGraphTCP9569, 9568, 95709569 is the Meta Listener port in inter-cluster data synchronization, used for synchronizing Meta data from the primary cluster.
The neighboring ports -1 (9568) and +1 (9570) are also used.
9568: An internal port.
9570: The port used for Raft communication.
14NebulaGraphTCP9889, 9888, 9890Drainer service port in inter-cluster data synchronization, used for synchronizing Storage and Meta data to the primary cluster.
The neighboring ports -1 (9888) and +1 (9890) are also used.
9888: An internal port.
9890: The port used for Raft communication.
15NebulaGraph StudioTCP7001Studio web service port.
16NebulaGraph DashboardTCP8090Nebula HTTP Gateway dependency service port. Provides an HTTP interface for cluster services to interact with the NebulaGraph database using nGQL statements.0
17NebulaGraph DashboardTCP9200Nebula Stats Exporter dependency service port. Collects cluster performance metrics, including service IP addresses, versions, and monitoring metrics (such as query count, query latency, heartbeat latency, etc.).
18NebulaGraph DashboardTCP9100Node Exporter dependency service port. Collects resource information for machines in the cluster, including CPU, memory, load, disk, and traffic.
19NebulaGraph DashboardTCP9090Prometheus service port. Time-series database for storing monitoring data.
20NebulaGraph DashboardTCP7003Dashboard Community Edition web service port.