Skip to main content

Quick Verification

📌 Part 1: Deploying the Server

Please refer to Docker Deployment or Source Code Deployment for deployment instructions.


Part 2: Opening Ports

📡 IM Ports

TCP PortDescriptionOperation ⚙️
TCP:10001ws protocol, message port for client SDKOpen port
TCP:10002api port, for interfaces like user, friends, groups, messagesOpen port
TCP:10005Needed when choosing MinIO storage (OpenIM defaults to MinIO storage)Open port

💬 Chat Ports

TCP PortDescriptionOperation ⚙️
TCP:10008Business systems, such as registration, login, etc.Open port
TCP:10009Admin backend, such as statistics, account suspension, etc.Open port

💻 PC Web and Admin Frontend Resource Ports

TCP PortDescriptionOperation ⚙️
TCP:11001PC Web frontend resourcesOpen port
TCP:11002Admin frontend resourcesOpen port

💻 Grafana Port

TCP PortDescriptionOperation ⚙️
TCP:13000Grafana portOpen port

Part 3: Verification

PC Web Verification

tip

Enter http://ip:11001 in the browser to access PC Web. This IP is the server's OPENIM_IP; ensure the browser can access it. For first-time use, please register with a mobile number; the default verification code is 666666.

PC Web Interface

App Verification

Scan the QR code below or click here to download.

Download App
tip

Double-click the OpenIM logo, then change the IP to the server's OPENIM_IP and restart the App. Please ensure relevant ports are open and restart the App after making changes. For first-time use, please register with a mobile number; the default verification code is 666666.

Server Address Modification - Step 1Server Address Modification - Step 2