Ok. First off, welcome to the forums.
The first issue you raise sounds like the teamspeak is closing before the connection is established, this can be because of yo high security levels, the wrong IP being used, or a problem with your teamspeak.
The second issue is interesting. I assume that you are still using the username: admin Password: foobar.
If you can't access the pannel with the above username, could you please do the following:
Open up a connection with your server.
Using filezilla (or other file transferring programs) please open your config.ini and find the following lines:
Code:
Log level: 3
Log file: ""
Change to
Log level: 10
Log file: "home/sinusbot/log.txt"
Using comand lines do the following;
Code:
Use command
Nano config.ini
Find lines
Log level: 3
Log file: ""
Change to
Log level:10
Log file: "home/sinusbot/log.txt"
Save
(Ctrl+o, enter, ctrl+x)
Start up the bot, attempt to access the panel. This will create a log file, with the error logs. Attach the file to this topic, and we will find a solution for you.
TGT
(This reply was done while travelling with no access to my bot, it should be simple to follow but may be slighty incorrect with the config.ini line names)