xray-ui icon indicating copy to clipboard operation
xray-ui copied to clipboard

我的小疑问

Open nicelic opened this issue 1 year ago • 1 comments

作者你好,xray-ui已经更新了,可以在主页面更新一下,或者把主页面内容更改了也行。另外使用门槛略高,需要nginx转发或者ssh转发才能登陆面板,似乎还需要配置证书才行,没装nginx搞了ssh转发搞了一会不成就弃了

nicelic avatar Oct 18 '24 23:10 nicelic

ssh 你win11 可以安装openssh 客户端 系统->可选功能-OpenSSH客户端 安装完成然后 ssh 转发 客户机操作 ssh -f -N -L 127.0.0.1:22222(ssh代理端口未使用端口):127.0.0.1:54321(xray-ui 端口) [email protected](xray-ui 服务器ip) 或者服务器执行ssh -f -N -L 0.0.0.0:22222(ssh代理端口未使用端口):127.0.0.1:54321(xray-ui 端口) [email protected] 然后用你服务器地址+ssh转发端口访问ssh -f -N -L 0.0.0.0:22222:127.0.0.1:54321 [email protected]

qist avatar Oct 19 '24 01:10 qist