deekayzain commented on issue #10139: URL: https://github.com/apache/apisix/issues/10139#issuecomment-1705941035
How to access the apisix dashboard? below are curls we have checked but its not there. [root@VLAPISX201 conf]# curl -vv http://172.30.1.110:9000/dashboard/ * Trying 172.30.1.110... * TCP_NODELAY set * connect to 172.30.1.110 port 9000 failed: Connection refused * Failed to connect to 172.30.1.110 port 9000: Connection refused * Closing connection 0 curl: (7) Failed to connect to 172.30.1.110 port 9000: Connection refused [root@VLAPISX201 conf]# curl -vv http://172.30.1.110:9080/dashboard/ * Trying 172.30.1.110... * TCP_NODELAY set * Connected to 172.30.1.110 (172.30.1.110) port 9080 (#0) > GET /dashboard/ HTTP/1.1 > Host: 172.30.1.110:9080 > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 404 Not Found < Date: Tue, 05 Sep 2023 04:45:10 GMT < Content-Type: text/plain; charset=utf-8 < Transfer-Encoding: chunked < Connection: keep-alive < Server: APISIX/3.4.1 < {"error_msg":"404 Route Not Found"} * Connection #0 to host 172.30.1.110 left intact Any help/suggest something. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
