- Notifications
You must be signed in to change notification settings - Fork21
Simple and clean Teamspeak 3 control panel built using Laravel
License
Taronyuu/Teamspeak3-server-manager
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
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.
It's built on Laravel 5.5 LTS so check the requirements from their sitehttps://laravel.com/docs/5.5#server-requirements, plus;
- TeamSpeak 3 server
- Web server (nginx, Apache, or similar)
- 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
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 removeall 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.
Of course! Please open an issue. we'll be more than happy to add/discuss features. :)
About
Simple and clean Teamspeak 3 control panel built using Laravel
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.