Ana içeriğe geç

VortexUI Dokümantasyon

Resmi VortexUI kılavuzuna hoş geldiniz.

Yeni nesil proxy panelini kurun ve yönetin (Xray + sing-box). Dil seçiciyi üst menüden kullanın.

Hızlı kurulum

bash <(curl -Ls https://raw.githubusercontent.com/iPmartNetwork/VortexUI/master/install.sh)

Dokümantasyon haritası

Bölüm Bölümler
Başlangıç Giriş · Kurulum · İlk adımlar
Panel rehberi Pano · Kullanıcılar · Node'lar ·
Yönetim Güvenlik · Planlar · Bildirimler · Ayarlar
Teknik referans API · Protokoller · Operasyonlar · SSS

Mimari

flowchart TB
    subgraph Client["Clients"]
        Browser["Browser / PWA"]
        ProxyApp["Clash / sing-box / v2rayNG"]
    end
    subgraph Web["Web Layer"]
        Caddy["Caddy — HTTPS + SPA"]
    end
    subgraph Panel["Control Plane"]
        API["Panel API — Go"]
        SSE["SSE — Live Events"]
        DB[(PostgreSQL + TimescaleDB)]
        Redis[(Redis)]
    end
    subgraph Nodes["Node Fleet"]
        Local["Local Node"]
        Remote["Remote Nodes — mTLS"]
    end
    Browser --> Caddy
    ProxyApp --> Caddy
    Caddy --> API
    API --> DB
    API --> Redis
    API --> Local
    API --> Remote

Faydalı bağlantılar

Kaynak Bağlantı
OpenAPI openapi.yaml on GitHub
Protocol examples protocols.md
Repository github.com/iPmartNetwork/VortexUI
Telegram @vortex_ui