LarkXR Troubleshooting Reference
Deployment
Troubleshooting Backend Intranet Access Failure
Troubleshooting Backend External Access Failure
Troubleshooting Database Startup Failure
Troubleshooting Black Screen on Server Startup
Troubleshooting Service Startup Failure
Cluster Edition (Linux)
Troubleshooting “not found” Errors in sh Startup Scripts
Public Cloud
Tesla GPU GRID Driver and License Requirements
Configuring a Virtual Display for the Second vGPU
Troubleshooting Resolution Below 1080p on Tesla GPUs
Error Code Explanation
Web Client
Troubleshooting “No available render server, Please try again later.”
Code 102
Code 103
Code 202
Code 203
Code 401
Code 402
Code 403
Code 404
Code 500
Code 501
Code 502
Code 504
Code 601
Stuck on 5/5 Loading Page
Cloud Application Exit Detected
Point-to-Point Connection Disconnected
Frontend & Backend Inaccessible
VR Client
Code 11
Code 900
Code 1001
Continuous Loading
UDP Connection Failure
Other Issues
Code 1002
AR Client
UDP Connection Failure
Secondary Development
Data Channel
Unable to Communicate — Troubleshooting Guide
Failed to Pass the Message Body
Incorrect Message Delivery
Delay in Receiving Messages
UE5 Plugin Packaging: Possible Reasons for "Unknown Cook Failure"
WebSDK
1-5 Cards Loading
SDK License Does Not Exist
vue2-react Running Error (Node v18.12.1)
H.265 WebCodec Not Supported by Browser
Interface call
No Access Permissions
Signature and Timestamp Cannot Be Empty
Invalid Key Pair
Others
Apps Can't Sync
LarkXR Launcher: Check Environment Error
User Experiences
Live Streaming Screen is Black
Picture Quality is Not Clear
SN
Local SN
Invalid Authorization Code
Cloud SN
Authorization Code Is Disabled
Authorization Code Does Not Exist
-
+
首页
Troubleshooting Backend External Access Failure
## Verify Intranet Access First Before troubleshooting external access, confirm that intranet access to the backend is working normally. 1. On the server, open a browser locally. 2. Visit `http://<intranet-ip>:8182`. 3. Confirm that the backend login page opens successfully. If intranet access also fails, resolve that issue first by following the intranet access troubleshooting document. ## Common Causes and Solutions ### 1. External Port Is Not Open **Symptom** Accessing `http://<public-ip>:8182` from an external network times out or fails to connect. **Solution** - **Router or NAT device:** Log in to the router management interface and configure port forwarding to map external port `8182` to internal server port `8182`. Depending on the device, this setting is usually under **Advanced Settings**, **Port Forwarding**, or **NAT**. - **Cloud server security group:** In the cloud platform console, such as Alibaba Cloud, Tencent Cloud, or AWS, allow inbound TCP traffic on port `8182`. In most cases, the rule should allow access from `0.0.0.0/0` or a restricted source IP range, depending on your security policy. ### 2. Server Firewall Blocks External Requests **Symptom** The service is reachable from the intranet, but external requests are blocked. **Solution** Run the appropriate firewall command on the server: ```bash # Linux (firewalld) firewall-cmd --zone=public --add-port=8182/tcp --permanent firewall-cmd --reload # Linux (ufw) ufw allow 8182/tcp # Windows (run as administrator) netsh advfirewall firewall add rule name="LarkXR_Admin_External" dir=in action=allow protocol=TCP localport=8182 ``` ### 3. Public IP or DNS Resolution Is Incorrect **Symptom** Access by domain name fails, but access by public IP succeeds. **Solution** 1. Verify that the domain resolves to the correct public IP address. 2. Use one of the following commands: ```bash nslookup <domain> # or dig <domain> ``` 3. If a cloud load balancer is used, check that the listener and forwarding configuration are correct. ## Quick Verification ### Test External Connectivity Run these commands from a device outside the local network: ```bash telnet <public-ip> 8182 curl -v http://<public-ip>:8182 ``` If `telnet` connects successfully or `curl` returns a response, the port is reachable externally. ### Check Port Mapping Review the router, NAT gateway, or cloud platform settings to confirm that external port `8182` is correctly mapped to the target internal server. ## Additional Notes - Disable local VPN or proxy software before testing to avoid misleading results. - If the server is deployed in Mainland China and accessed through a domain name, confirm that the domain has completed ICP filing, because missing compliance requirements may affect public accessibility.
admin
2026年5月8日 10:10
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
Word文件
PDF文档
PDF文档(打印)
分享
链接
类型
密码
更新密码
有效期