3x-ui
3x-ui on the railway with a single port
This 3x-ui project packages the 3x-ui panel with an Nginx reverse proxy for deployment on Railway through a single public port. Standard 3x-ui setups use separate ports for the web panel and proxy inbounds, which conflicts with Railway’s one-port routing model. Nginx listens on Railway’s assigned port and routes the management panel and VLESS WebSocket traffic through different URL paths. The included Dockerfile, configuration template, and startup script provide a compact deployment workflow. ...