• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Sinusbot Connection Issues

Hogan

New Member
Hello,

first.... yeah i did a search .... that's why i'm posting this... ;)

System setup:

  • Fully virtualized box on Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-69-generic x86_64)
  • Latest apt-get upgrade (today)
  • ufw as firewall is used
  • ufw-docker is used
  • Sinusbot is running under docker with docker-compose in conjunction with TS3 server. See docker-compose.yml for docker config
  • NGINX is setup and serving HTTP to HTTPS redirects on desired URL - WebUi of Sinusbot is up. See sinusbot.conf for NGINX config
  • TS3 Server is running and Sinusbot User can access the server. Required security level from TS3 server is 26, SinusBot identity has 29., Level is corretnly displayed in WebUi.
Now to the problem..... The bot is not able to join the TS3 server. See sinusbot instance log.txt
Addtionally setting the ListenHost in config.ini to localhost or 127.0.0.1 breaks the WebUI - NGINX reporting 503. ( I tired https://sinusbot.github.io/docs/reverse-proxy/nginx/ but ended up in 503 ). With 0.0.0.0 WebUi is working. I guess this is a driffent problem than the issue wiith the instance not joining the TS3 server.

Remark: I had to add *.txt to all provided files because of upload rules.

Is https://forum.sinusbot.com/threads/diagsinusbot-sh-sinusbot-diagnostic-script.831/ output needed as my setup is running with docker?

Anyone any clue?

Cheers
Hogan
 

Attachments

  • docker-compose.yml.txt
    831 bytes · Views: 2
  • sinusbot startup log.txt
    2.4 KB · Views: 2
  • sinusbot.conf.txt
    1.1 KB · Views: 1
  • sinusbot instance log.txt
    6.1 KB · Views: 2
  • config.ini.txt
    1.9 KB · Views: 0
Last edited:
Top