flomesh-io / pipy

Pipy is a programmable proxy for the cloud, edge and IoT.
https://flomesh.io/pipy
Other
776 stars 73 forks source link

ECONNREFUSED: version 1.5.3 macos admin gui #198

Closed victor-develop closed 2 weeks ago

victor-develop commented 2 weeks ago

Bug Report

release: pipy-1.5.3-macos-aarch64.tar.gz

./pipy

result: ECONNREFUSED

ethinx commented 2 weeks ago

Hi @victor-develop

Could you elaborate on your problem?

I think you want to access the admin UI, current binary release doesn't enable builtin UI. If you want a try, you could use the docker image flomesh/pipy-repo:1.5.3

# docker run -p 6060:6060 flomesh/pipy-repo:1.5.3 pipy
2024-11-08 03:02:30.106 [INF] [admin] Starting admin service...
2024-11-08 03:02:30.107 [INF] [listener] Listening on TCP port 6060 at ::

=============================================

  You can now view Pipy GUI in the browser:

    http://localhost:6060/

=============================================
victor-develop commented 2 weeks ago

Thanks for clarification.