Overview
After the installation of FineBI, the server needs to open some ports for system monitoring. For clients who require high server security, it is necessary to ensure that these ports are open before starting, otherwise FineBI cannot start normally.
Open Port of Spider Standalone Deployment
Port | Effect | Note | State |
37799 | http monitoring port It is a port open to the outside world in BI's web port. | The port can be modified. For details, see Modifying FineBI Port Numbers. | Open Otherwise, the page cannot be accessed normally. |
8005 | It is a port which helps to remotely shut down the Tomcat service port. | The port can be modified in server.xml of %FineBI%/server/conf. | There is no need to open it. The default monitoring address is 127.0.0.1. |
8009 | It is a Tomcat AJP port, which makes Tomcat a reverse proxy. | The port can be modified in server.xml of %FineBI%/server/conf. | There is no need to open it. It is recommended to directly modify the server.xml to block the version information if you use the old version of Tomcat. |
17777 | It is a spark.driver port of BI. | The port can be modified. (The port will increase automatically if it is occupied.) For details about how to modify spark_ driver_ port, see Parameter Configuration Method. | There is no need to open it. The default monitoring address is 127.0.0.1. |
17778 | It is a spark.blockManager port of BI. | The port can be modified. (The port will increase automatically if it is occupied.) For details about how to modify spark_blockManager_port, see Parameter Configuration Method. | There is no need to open it. The default monitoring address is 127.0.0.1. |
48888 | The platform's WebSocket port | The port can be modified. For details, see WebSocket port Being Occupied/Unavailable. Note: The WebSocket protocol is based on TCP. | Open If the port is not open, the socket communication may be affected and visit may be abnormally disconnected. |
Random | It is an anti-hacking port. | It does not need to be opened separately and does not affect the use of BI. | There is no need to open it. |
Note: If you use a Nginx server, you may need to modify the Requestport separately.