SinusBot 0.9.18 Unlimited instances [Ubuntu]

chris100184

Member
Joined
Apr 20, 2016
Messages
12
Reaction score
2
Points
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
Joined
Jun 21, 2016
Messages
33
Reaction score
0
Points
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?
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
My bots cant connect on the same server which ts3server is installed, but they can connect on other ts3 servers. how to fix that?
Are you trying to connect them with localhost? or your server's ip?
 

r3flex

Member
Joined
Jun 21, 2016
Messages
33
Reaction score
0
Points
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
Joined
Jun 21, 2016
Messages
33
Reaction score
0
Points
38
Also I ve installed sinusbot without docker and it works, and with it doesnt on the same server.
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
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!
 

r3flex

Member
Joined
Jun 21, 2016
Messages
33
Reaction score
0
Points
38
Well I can always download the older version of sinusbot and run 6 of them.
 

ralph

Member
Joined
Apr 13, 2016
Messages
10
Reaction score
5
Points
38
Updated To Sinusbot Version 0.9.12.3-e018f94
 

Eugene

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

ralph

Member
Joined
Apr 13, 2016
Messages
10
Reaction score
5
Points
38
@Eugene In the new version you have you run this
./sinusbot --pwreset=newpassword
 

Eugene

Member
Joined
Feb 23, 2016
Messages
6
Reaction score
1
Points
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
Joined
Oct 2, 2015
Messages
96
Reaction score
34
Points
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
Joined
Feb 23, 2016
Messages
6
Reaction score
1
Points
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