Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. TUTORIAL: Debian 7 or 8 x64
  2. Step 1: Install Java Oracle 8
  3. Spoiler: Link to install Oracle Java 8
  4. http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html
  5.  
  6. Step 2: Modify hosts
  7. nano /etc/hosts
  8. 127.0.0.1 ts3musicbot.net
  9. 127.0.0.1 www.ts3musicbot.net
  10.  
  11. Step 3: Extract Ts3MusicBotServer_4.5.0 and TS3MusicBot_v4
  12. tar -xvf TS3MusicBot_v4.tar
  13. tar -xvf Ts3MusicBotServer_4.5.0.tar
  14.  
  15. Step 4: Edit server_settings.ini and add you're Ip server and Port
  16. nano Ts3MusicBotServer_4.5.0/resource/conf/server_settings.ini
  17.  
  18. NOTA: if you want to use query mode
  19. Add bot IP in query_whitelist.txt of your teamspeak server.
  20. Set teamspeak security level to 8.
  21. Then configure query login and password on web interface (127.0.0.1:8080)
  22.  
  23. Step 5: Install Screen
  24. apt-get install screen
  25.  
  26. Step 6: Launch Emulator
  27. Go to folder : Ts3MusicBotServer_4.5.0
  28. screen java -jar Ts3MusicBotServer.jar
  29.  
  30. Step 7: Launch Ts3MusicBot
  31. Go to folder : TS3MusicBot
  32.  
  33. You choice with query mode or no query:
  34. #no query:
  35. screen ./TS3MusicBot_runscript.sh -account fake@email.com -port 8080 -webif-pw ADMIN_PASSWORD -webif-pw-user USER_PASSWORD -noquery
  36.  
  37. #query mode :
  38. screen ./TS3MusicBot_runscript.sh -account fake@email.com -port 8080 -webif-pw ADMIN_PASSWORD -webif-pw-user USER_PASSWORD
  39.  
  40. #exemple with query mode :
  41. screen ./TS3MusicBot_runscript.sh -account fake@email.com -port 8080 -webif-pw admin -webif-pw-user user
  42.  
  43. 10403280_683283308418631_2473153994596847621_n.jpg
  44.  
  45. INFO:
  46. Parameter description: (from ts3musicbot.net)
  47. -account: "your account registered at ts3musicbot.net" (or not :) )
  48. -port: optional, default port is 8080. Access over http://yourServer:8080
  49. -webif-pw: secure your webinterface with an admin password (full access).
  50. -webif-pw-user: webinterface password for users (can only control and upload files, no access to settings).
  51. -noquery: Start the TS3MusicBot without server query (webinterface control only).
  52. -max-disk-space: Set the maximum allowed amount of disk space to use in megabyte for music+radio folder.
  53. -disable-ytdl: This flag disables the "youtube to mp3" functionality (if the conversation needs too much cpu, disable this feature).
  54.  
  55. Step 8: Everything should work fine now !
  56. if not check firewall rules, server_settings.ini and java version
  57.  
  58. TUTORIAL VIDEO INSTALL IN DEUTSCH
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement