SinusBot 0.9.18 Unlimited instances [Ubuntu]

chris100184

Member
Apr 20, 2016
12
2
35
How can I access a dockers process like screens ? For example I need to restart sinusbot process, how can i do that ? I tried to restart a container but i was reset. It does not continue where it left off.
i had it running on a vps for itself, so i just restarted the VPS. If you can, try that.
 

r3flex

Member
Jun 21, 2016
33
0
38
My bots cant connect on the same server which ts3server is installed, but they can connect on other ts3 servers. how to fix that?
 

r3flex

Member
Jun 21, 2016
33
0
38
Do you mean to put this ip on my sinusbot website, ip to connect? if yes then I did that and it also doesnt work.
 

r3flex

Member
Jun 21, 2016
33
0
38
Also I ve installed sinusbot without docker and it works, and with it doesnt on the same server.
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
Also I ve installed sinusbot without docker and it works, and with it doesnt on the same server.
Docker :( , i had some other users that have the same problem, probably something is happening with docker. As i never used it i really don't know how to help you!
 

Eugene

Member
Feb 23, 2016
6
1
35
how about password? new system, old standart login admin and password foobar not working
 

Eugene

Member
Feb 23, 2016
6
1
35
solved this problem this way
after command - docker run --restart=always -d --name bot1 -p 8087:8087 ts3soundboard095
use command - docker logs -f bot1
and in the log looked password
 

Wrath X

Member
Oct 2, 2015
96
34
53
Hello,
After a reboot, my docker containers are not working. I checked status with "docker ps -a" here is screenshot ->
mgJv2Xm.png

It is restarting forever... I don't want to lose my containers, what can I do for it ?
 

Eugene

Member
Feb 23, 2016
6
1
35
Hello,
After a reboot, my docker containers are not working. I checked status with "docker ps -a" here is screenshot ->
mgJv2Xm.png

It is restarting forever... I don't want to lose my containers, what can I do for it ?

may be in long PORTS problem 8087/tcp, 0.0.0.0:7069->7066/tcp (or the same ports to different containers)
my docker ps -a answer PORTS is
0.0.0.0:8088->8087/tcp
0.0.0.0:8089->8087/tcp

stop containers
docker stop SinusBot1
docker stop SinusBot2
docker stop SinusBot3

and start one
docker start SinusBot1

work normal?
 
Last edited:
Top