Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Simple and clean Teamspeak 3 control panel built using Laravel

License

NotificationsYou must be signed in to change notification settings

Taronyuu/Teamspeak3-server-manager

Repository files navigation

Laravel Version

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 sitehttps://laravel.com/docs/5.5#server-requirements, plus;

  1. TeamSpeak 3 server
  2. Web server (nginx, Apache, or similar)

Installation

  1. Clone or download this repogit clone https://github.com/Taronyuu/Teamspeak3-server-manager.git
  2. Setup your environment vars using.env or similar (Apache vars, php-fpm vars). You can copy the.env.example file.
  3. Run composer installcomposer install
  4. Make sureDB_CONNECTION is set to sqlite!
  5. Create an empty file nameddatabase.sqlite in the database folder.database/database.sqlite.
  6. Runphp artisan migrate to migrate the database
  7. Install or make sure your TeamSpeak 3 server is running. Doing this is outside the scope of this readme file.
  8. Runphp artisan teamspeak:sync to sync the virtual servers and settings into the system.
  9. Go to the URL you have setup and you should be able to register your new account.
  10. Enjoy

TeamSpeak Commands

We provide a small number of commands which you can use to complete your panel.

Command:php artisan teamspeak:resetDescription: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.

Can you add....?

Of course! Please open an issue. we'll be more than happy to add/discuss features. :)

Screens:

Log in:

Log in

Dashboard:

Dashboard

Servers list:

Servers list

Server overview:

Server overview v1Server overview v2

Create server:

Create server

About

Simple and clean Teamspeak 3 control panel built using Laravel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors5

Languages


[8]ページ先頭

©2009-2025 Movatter.jp