Z

ZProxy

ZProxy is a SOCKS5 proxy that helps you access services deployed on Zeabur Dedicated Server without exposing them to the public Internet.

平台Zeabur
部署次數4
發布者ImSingee
部署次數4
發布者ImSingee
建立於2025-09-24
模板內的服務
service icon
標籤
ToolNetworkingProxy

ZProxy

ZProxy is a SOCKS5 proxy that helps you access services deployed on Zeabur Dedicated Server without exposing them to the public Internet.

Key environment variables

  • AUTH_USERNAME, AUTH_PASSWORD: SOCKS5 authentication
    • Default username: zeabur
    • Default password: generated randomly during deployment
  • ZEABUR_API_KEY: Zeabur API Key
  • ZEABUR_SERVER_ID: Zeabur Dedicated Server ID
  • ZEABUR_UPDATE_INTERVAL: Mapping refresh interval (default 5m)

Usage examples

Access internal services via:
{service-name}.{project-name}.zeabur.cluster.local
Note: Domains must be lowercase.

  • Example 1 — LobeChat with a logto service (admin panel on port 3002):
    Instead of exposing the admin panel to the Internet, configure the proxy and open:
    logto.lobechat.zeabur.cluster.local:3002

  • Example 2 — a postgres database inside the LobeChat project:
    With the proxy configured, connect locally via:
    psql -h postgres.lobechat.zeabur.cluster.local