Z

ZProxy

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

PlatformZeabur
Deployed4
PublisherImSingee
Deployed4 times
PublisherImSingee
Created2025-09-24
Services
service icon
Tags
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