@Lordiablo
You can't run the bot with the ROOT user because of security issues.
Create a new user with "adduser <name>" (without < and >, follow the instructions),
use "chown <name>:<name> <directoryFromYourSinusBot>" to give the user the permissions for the sinusbot-files.
Than switch to this user with "su <name>".
Execute the command "./sinusbot", if you like that the SinusBot runs after you exit your SSH Terminal too, use this command instead: "screen -S sinusbot ./sinusbot" (you have to install screen if you dont have it with "apt-get install screen" (only tested on Debian))
If you like to stop the sinusbot if you opened it with "screen", you have to execute "screen -X quit" (you have to switch to the musicbot user to execute the command)
Greetings