Page 1 of 1

Can't login into admin panel

Posted: Mon Jun 08, 2015 2:39 am
by LittleB
Hello,
I just finished installing my musicbot,but when i go to the webinterface i cant login into the admin panel.I enter the password & the screen refresh back to the login page.Any ideas?I don't have iptables installed.getting the following error in the console:

TS3MusicBot: No or wrong configuration found, entering setup mode. Make sure to save a query login and password on the TS3MusicBot webinterface settings page. I f advanced settings were set recheck them.

Currently running this on Ubuntu 15 64 bit vserver.Using java 8 as well.

Re: Can't login into admin panel

Posted: Mon Jun 08, 2015 7:52 am
by Shadow86
Hello,

if your using the Linux-version in your startcommand are 2 parameters
Code: Select all
-webif-pw ADMIN_PASSWORD -webif-pw-user USER_PASSWORD
you can change the passwords as you want, only thing you need to care about is, that they are different.

on the Windows Version you can edit the passwords over der Launcher or Config(settings.ini)

greetings

Shadow86

Re: Can't login into admin panel

Posted: Mon Jun 08, 2015 8:22 am
by LittleB
./TS3MusicBot_runscript.sh -account *E-mail removed from Support* -port 8080 -webif-pw Bmg65?Ice823^ -webif-pw-user Clr693#Jre% -noquery
maybe try not to use special characters like ^

greetings

Shadow86

Re: Can't login into admin panel

Posted: Mon Jun 08, 2015 9:08 am
by Shadow86
sorry did a mistake by editing - but i think you understand waht i mean :)

greetings

Shadow86

Re: Can't login into admin panel

Posted: Tue Jun 09, 2015 3:12 am
by LittleB
Shadow86 wrote:sorry did a mistake by editing - but i think you understand waht i mean :)

greetings

Shadow86
That fixed it.Thanks.

Re: Can't login into admin panel

Posted: Tue Jun 09, 2015 5:24 am
by LittleB
Trying to update the bot through the wepanel & it just hangs.Any ideas on why it's not updating through the webpanel?

Re: Can't login into admin panel

Posted: Tue Jun 09, 2015 6:10 am
by Shadow86
Usally it doesnt depend if you update over the Console or the webpanel.

Maybe the Internet is slow or corrupted and it only take a little bit of time.

or

the Installation was corrupt since beginn, try a fresh install (remove the old files from your Server)

rm TS3MusicBot -Rf

dont forgett to remove the tarfile

rm TS3MusicBot_v4.5.tar -R

then start the Install again

maybe check bevor the nameservers

cat /etc/resolv.conf

if you didnt get a output with

nameserver 8.8.8.8
nameserver 8.8.4.4


anywhere

then edit the resolv.conf and add these 2 on the top

apt-get install nano (Debian based) / yum install nano (CentOs based)

nano /etc/resolv.conf

nameserver 8.8.8.8
nameserver 8.8.4.4



greetings

Shadow86

Re: Can't login into admin panel

Posted: Tue Jun 09, 2015 7:04 am
by LittleB
The tar file had already been removed & the dns checks out.I installed in my home dir using a diff. user & not root.Could that be the issue?

Re: Can't login into admin panel

Posted: Tue Jun 09, 2015 8:11 am
by LittleB
Did a complete reinstall & it now appears to be working correctly.Thanks.