Topic: [LINUX][TOOL] Teeworlds Web Panel v0.3.2
Teeworlds Web Panel
App web for manage your local teeworlds servers.
⚫·· FEATURES
- Responsive design
- Create/Delete/Start/Stop Servers
- Install/Remove Mods
- Compile&Install mods from git repositories
- Charts with some info about server: players, top clans, etc..
- Real-time information about servers: players, logs, ...
- External Console for admin via web: kicks, bans, execute commands....
- Search function
- Players seen function
- 'Adaptative' configuration: Set automatically a basic values for start a server without conflicts
- Relaunch servers if goes offline
- Manage maps
- Create banners for use as signature on forums
- l10n/i18n support
- 64 players servers support
- Users and Permissions
- Registry user activity
- Issues report
- etc...
⚫·· REQUIREMENTS
- gcc: for compile
- python-dev: for compile python libraries
- python-pip: for install python libraries
- python: for run python scripts
- git: for clone project repository
⚫·· GitLab REPOSITORY
⚫·· TEST SERVER
⚫·· INSTALLATION
wget http://tardo.github.io/twp/tools/install.sh && sudo bash install.sh
** This install TWP like a daemon in /srv/twp. See readme if you want an production deploy...
⚫·· UPDATE
wget http://tardo.github.io/twp/tools/update.sh && sudo bash update.sh
⚫·· UNINSTALL
wget http://tardo.github.io/twp/tools/uninstall.sh && sudo bash uninstall.sh
⚫·· DOCKERFILE (nginx+uwsgi+flask)
git clone -b docker https://github.com/Tardo/twp.git --depth=1