You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Добрый день! При автоматической установке получаю ошибки в логе. Но нода имеет статус Online
Jun 30 08:03:41 ru.server-1 xray[409734]: 2026/06/30 08:03:41.959371 [Info] infra/conf/serial: Reading config: &{Name:/usr/local/etc/xray/config.json Format:json}
Jun 30 08:03:41 ru.server-1 xray[409734]: Failed to start: app/proxyman/inbound: failed to listen TCP on 443 > transport/internet: failed to listen on address: 0.0.0.0:443 > transport/internet/tcp: failed to listen TCP on 0.0.0.0:443 > listen tcp 0.0.0.0:443: bind: address already in use
Jun 30 08:03:41 ru.server-1 systemd[1]: xray.service: Main process exited, code=exited, status=255/EXCEPTION
Jun 30 08:03:41 ru.server-1 systemd[1]: xray.service: Failed with result 'exit-code
Почему-то 443 порт занят caddy. Установку делал по вашей инструкции:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Добрый день! При автоматической установке получаю ошибки в логе. Но нода имеет статус Online
Jun 30 08:03:41 ru.server-1 xray[409734]: 2026/06/30 08:03:41.959371 [Info] infra/conf/serial: Reading config: &{Name:/usr/local/etc/xray/config.json Format:json}
Jun 30 08:03:41 ru.server-1 xray[409734]: Failed to start: app/proxyman/inbound: failed to listen TCP on 443 > transport/internet: failed to listen on address: 0.0.0.0:443 > transport/internet/tcp: failed to listen TCP on 0.0.0.0:443 > listen tcp 0.0.0.0:443: bind: address already in use
Jun 30 08:03:41 ru.server-1 systemd[1]: xray.service: Main process exited, code=exited, status=255/EXCEPTION
Jun 30 08:03:41 ru.server-1 systemd[1]: xray.service: Failed with result 'exit-code
Почему-то 443 порт занят caddy. Установку делал по вашей инструкции:
git clone https://github.com/ClickDevTech/hysteria-panel.git
cd hysteria-panel
cp docker.env.example .env
nano .env # Set your domain, email, and secrets
docker compose up -d
Docker ps:
68d3d0e21820 caddy:2-alpine "caddy run --config …" 11 hours ago Up 11 hours 0.0.0.0:80->80/tcp, [::]:80->80/tcp, 0.0.0.0:443->443/tcp, [::]:443->443/tcp, 443/udp, 2019/tcp hysteria-caddy
663c4e1cb41a hysteria-panel-backend "docker-entrypoint.s…" 11 hours ago Up 11 hours 80/tcp, 443/tcp, 3000/tcp, 8444/tcp hysteria-backend
b556511a330f redis:7-alpine "docker-entrypoint.s…" 11 hours ago Up 11 hours (healthy) 6379/tcp hysteria-redis
a43da14aa551 mongo:7 "docker-entrypoint.s…" 11 hours ago Up 11 hours (healthy) 27017/tcp hysteria-mongo
Beta Was this translation helpful? Give feedback.
All reactions