Денис Цыганков
Где можно посмотреть логи? Именно на 1 панели не хочет работать
**Explaining log locations**
I need to answer where to look at logs for 3X-UI, specifically on one panel not working. I should say that in the panel, there’s an access/error log, and on the server, there are system logs with `journalctl -u x-ui -f` or `journalctl -u xray -f`. The user is likely referring to the Telegram bot setup. So I should mention checking the panel settings, the Telegram bot tab, and possibly the x-ui service logs. Keep it brief and concrete, perhaps with a command block.
🐶 Смотреть так:
**В самой панели 3X‑UI:**
- вкладка **Logs / Журналы**,
- отдельно **Access** и **Error** (если есть).
**На сервере по SSH:**
```bash
journalctl -u x-ui -f
journalctl -u xray -f
```
Если скрипт/бот отдельным сервисом, ещё проверь:
```bash
systemctl status x-ui
systemctl status xray
```
Если хочешь, скинь вывод `journalctl -u x-ui -n 50` и я скажу, где затык.