• 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.

Full license and one bot

Status
Not open for further replies.

David1981

Active Member
Hello, I have an unlimited license paid for several years and suddenly I only have one boot.I don't understand what that means .Can someone please advise me . Thank you very much
 

David1981

Active Member
I had a 12 shoe and now I only have one, I don't understand what's going on like this. Is it a bug or do I need to install a new version ??
 

Justman10000

Helping Hand
You need the v1.0.2 version! The licensing system will be abolished and Sinusbot will be available for unlimited use (512 bots)!
 

Justman10000

Helping Hand
Bash:
rm -r /tmp/.X11-unix
apt install x11vnc xvfb libxcursor1 ca-certificates bzip2 libnss3 libegl1-mesa x11-xkb-utils libasound2 libpci3 libxslt1.1 libxkbcommon0 libxss1 libglib2.0-0 libxcomposite1 curl screen -y
adduser --gecos --no-create-home --disabled-login --disabled-password sinusbot
mkdir /home/MusicBot
cd /home/MusicBot
wget https://www.sinusbot.com/pre/sinusbot-1.0.2-amd64.tar.bz2
bunzip2 sinusbot*.tar.bz2
tar xvf sinusbot*.tar
rm -r sinusbot*.tar
cd /home/MusicBot
rm -r config.ini.dist
wget https://pastebin.com/raw/d2D6wcPF -O config.ini
wget https://files.teamspeak-services.com/releases/client/3.5.6/TeamSpeak3-Client-linux_amd64-3.5.6.run
bash TeamSpeak3-Client-linux_amd64-3.5.6.run

Press enter, y and enter again to agree to the TeamSpeak terms of use... Then run:

Bash:
rm -r TeamSpeak3-Client-linux_amd64-3.5.6.run
mv TeamSpeak3-Client-linux_amd64 ts3
rm -r ts3/xcbglintegrations/libqxcb-glx-integration.so
mkdir ts3/plugins
cp plugin/libsoundbot_plugin.so ts3/plugins
chmod -R 777 .
sudo -u sinusbot ./sinusbot -override-password '1234'

Now log in to 0.0.0.0:8087 and use admin as username, 1234 as password (you can reset this under Settings -> User -> Edit)... Oh, and replace 0.0.0.0 with your IP
 

Lala Sabathil

Donor
is awesome!
Contributor
Insider
that is a bad configuration, if we ever fix the installer script the thing wouldn't work.

Just use this guide for updating the sinusbot.
Also no, because that's kinda outdated

@David1981 follow these instructions: https://lulalaby.github.io/sinusbot-docs/installation/linux/#update (lulalaby.github.io because this installation guide is updated + includes more infos about discord & reverse proxies)
The guide also downloads 1.0.2 and the correct supported teamspeak version

If you want to use a service file to control the bots process: https://github.com/SinusBot/linux-startscript
 

Justman10000

Helping Hand
that is a bad configuration, if we ever fix the installer script the thing wouldn't work.


Also no, because that's kinda outdated

@David1981 follow these instructions: https://lulalaby.github.io/sinusbot-docs/installation/linux/#update (lulalaby.github.io because this installation guide is updated + includes more infos about discord & reverse proxies)
The guide also downloads 1.0.2 and the correct supported teamspeak version

If you want to use a service file to control the bots process: https://github.com/SinusBot/linux-startscript
Yes, I'm going out of my way for a bash template .... But anyway, don't let anyone use it! Have so much time
 

Lala Sabathil

Donor
is awesome!
Contributor
Insider
We don't need to fight about that now.
We had a dm discussion already.

And the guide exists for a purpose, we don't need some random pasebin thingy that no one understands.

If you think "Have so much time", then leave it be and don't do it. Easy solution.

We admire that you want to help but you often don't have a clue what you talking about / give misinformation & make things harder.
 

Justman10000

Helping Hand
Bash:
rm -r /tmp/.X11-unix
apt install x11vnc xvfb libxcursor1 ca-certificates bzip2 libnss3 libegl1-mesa x11-xkb-utils libasound2 libpci3 libxslt1.1 libxkbcommon0 libxss1 libglib2.0-0 libxcomposite1 curl screen -y
adduser --gecos --no-create-home --disabled-login --disabled-password sinusbot
mkdir /home/MusicBot
cd /home/MusicBot
wget https://www.sinusbot.com/pre/sinusbot-1.0.2-amd64.tar.bz2
bunzip2 sinusbot*.tar.bz2
tar xvf sinusbot*.tar
rm -r sinusbot*.tar
cd /home/MusicBot
rm -r config.ini.dist
wget https://pastebin.com/raw/d2D6wcPF -O config.ini
wget https://files.teamspeak-services.com/releases/client/3.5.6/TeamSpeak3-Client-linux_amd64-3.5.6.run
bash TeamSpeak3-Client-linux_amd64-3.5.6.run

Press enter, y and enter again to agree to the TeamSpeak terms of use... Then run:

Bash:
rm -r TeamSpeak3-Client-linux_amd64-3.5.6.run
mv TeamSpeak3-Client-linux_amd64 ts3
rm -r ts3/xcbglintegrations/libqxcb-glx-integration.so
mkdir ts3/plugins
cp plugin/libsoundbot_plugin.so ts3/plugins
chmod -R 777 .
sudo -u sinusbot ./sinusbot -override-password '1234'

Now log in to 0.0.0.0:8087 and use admin as username, 1234 as password (you can reset this under Settings -> User -> Edit)... Oh, and replace 0.0.0.0 with your IP
Here
 
Status
Not open for further replies.
Top