Teamspeak3-server-manager
Teamspeak3-server-manager copied to clipboard
Simple and clean Teamspeak 3 control panel built using Laravel
TeamSpeak 3 Server Manager
What is it?
TeamSpeak 3 Server Manager is a simple web application built on Laravel to let users manage their own TeamSpeak servers. It's been re-written in Laravel 5.5 LTS and still needs a lot of work done but the basics are there.
What does it do?
Right now it lets you create, delete and edit servers. You can start, stop and restart them. Edit their configuration. Create and delete tokens. And check how many people are online.
Requirements
It's built on Laravel 5.5 LTS so check the requirements from their site https://laravel.com/docs/5.5#server-requirements, plus;
- TeamSpeak 3 server
- Web server (nginx, Apache, or similar)
Installation
- Clone or download this repo
git clone https://github.com/Taronyuu/Teamspeak3-server-manager.git
- Setup your environment vars using
.env
or similar (Apache vars, php-fpm vars). You can copy the.env.example
file. - Run composer install
composer install
- Make sure
DB_CONNECTION
is set to sqlite! - Create an empty file named
database.sqlite
in the database folder.database/database.sqlite
. - Run
php artisan migrate
to migrate the database - Install or make sure your TeamSpeak 3 server is running. Doing this is outside the scope of this readme file.
- Run
php artisan teamspeak:sync
to sync the virtual servers and settings into the system. - Go to the URL you have setup and you should be able to register your new account.
- Enjoy
TeamSpeak Commands
We provide a small number of commands which you can use to complete your panel.
Command: php artisan teamspeak:reset
Description: DANGEROUS command, this will remove all your TeamSpeak server from the TeamSpeak 3 instance and database.
Command: php artisan teamspeak:sync
Description: This command will synchronize all the servers with your database and the TeamSpeak 3 instance itself.
Can you add....?
Of course! Please open an issue. we'll be more than happy to add/discuss features. :)
Screens:
Log in:
Dashboard:
Servers list:
Server overview: