Skip to content
Jake Birchall edited this page Aug 31, 2016 · 7 revisions

Installation

To install NimdaTS3 you have to make sure you have these prerequisites available.

  1. PHP 5.5.*
  2. Teamspeak 3 Server (With query access)
  3. MySql (Optional)

Installing

  1. Download the latest release of NimdaTS3 from our release page here: https://github.com/JABirchall/NimdaTS3/releases extract the full contents of the archive to where you want NimdaTS3 to run.

  2. First run the command to setup the autoloader php composer.phar dump-autoload

  3. Edit both Teamspeak.php and Database.php config files in the config directory with the correct settings.

  4. Once you have done so you can run the bot by running the command php start.php

Errors and Debugging

  • Error 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Solution: Make sure your server IP and Port are correct, if they are make sure your server is running and their are no firewall rules blocking any connections.

Clone this wiki locally