pufferpanel

PufferPanel is an open source game server management panel, designed for both small networks and personal use

APACHE-2.0 License

Stars
1.2K
Committers
56

Bot releases are visible (Hide)

pufferpanel -

Published by LordRalex about 3 years ago

  • Fix local node addition causing errors when changing it's name
  • Add flag to disable registrations (panel.registrationEnabled)
  • Fix deleting servers not removing servers properly
  • Fix toggles on the Admin page for servers
  • Add extra packages for the docker massive image
  • Attempt to resolve some performance issues with the console
pufferpanel - v2.3.1

Published by github-actions[bot] over 3 years ago

pufferpanel - v2.3.0

Published by github-actions[bot] over 3 years ago

pufferpanel - v2.2.0

Published by github-actions[bot] over 3 years ago

  • Docker environments will now mount server files to the /pufferpanel directory
  • Improvements to the template and server creation UIs
  • Allow deleting of templates
  • Cleanup API and websockets to be less prone to errors
  • Add "alterfile" operation allowing for changing files that exist already
  • TTY is now the default environment on Linux, replaces standard
  • Add more docker options for creating servers
  • Add mailjet support
  • Fix SFTP perms check for admins
  • Switch to building packages ourself
  • Allow converting v1 templates to v2 format
  • websocket failures will revert to http polling
pufferpanel - v2.1.2

Published by github-actions[bot] almost 4 years ago

https://docs.pufferpanel.com/en/2.x/release-notes/2.1.2.html

  • Add UI for creating users
  • Fix docker UI to show memory usage correctly
  • Docker containers will mount server files to /pufferpanel
  • Fix console permissions so users can no longer run commands without permission
  • Update console to support ANSI color codes
  • Fix bug where empty permissions would nuke stuff
  • Add swagger documentation (available at http://panelurl/swagger/index.html)
pufferpanel -

Published by LordRalex about 4 years ago

pufferpanel - v2.1.0

Published by LordRalex about 4 years ago

pufferpanel - v2.0.0-alpha.3

Published by github-actions[bot] over 4 years ago

pufferpanel - v2.0.0-alpha.2

Published by github-actions[bot] over 4 years ago

BACK UP YOUR DATABASE BEFORE USING
Database is in /var/lib/pufferpanel. Back this up, or you risk nuking your servers.

Fix logger to put logs into /var/logs/pufferpanel
Move config entries that are global
Daemon now runs on port 8080 (web.host), 5656 is no longer used. This means we now only use ports 8080 and 5657.
Consolidate program and args in templates to a single command
Add template editor
Daemon now runs purely on the /daemon endpoint. A new endpoint exists to handle proxying requests (/proxy)
Fix issues with websocket killing commands
Improve UI flow for creating new servers

pufferpanel - v2.0.0-alpha.1

Published by github-actions[bot] over 4 years ago

pufferpanel - v1.2.4 - Installer updates

Published by LordRalex over 6 years ago

Installer fixes to make it smoother.

Fix server-status in theory.

pufferpanel - v1.2.3 - Fix SFTP

Published by LordRalex over 6 years ago

This is a hotfix to fix SFTP authentication

pufferpanel - v1.2.2

Published by LordRalex over 6 years ago

pufferpanel - v1.2.1 - Installer updates

Published by LordRalex over 6 years ago

FIXED: Auto-deploy for pufferd will now fall back to downloading binaries if the package manager does not recognize our packages
FIXED: Installer will now properly look for PHP 7.2
CHANGED: Bumped forge and sponge versions to latest recommended versions
ADDED: User and servers are now sortable. Any column in those tables are sortable by their value.
ADDED: Recaptcha will now show up on login if the recaptcha settings are enabled.

pufferpanel - v1.2.0 - Docker

Published by puffrfish almost 7 years ago

  • Added support for running servers inside Docker containers
  • Changed pufferd auto-deploy script to use package manager and repositories
  • Fixed issue when using SSL with pufferd
  • Fixed favicon loading
  • Installer will now ask for database credentials if no config is found
  • Settings users as an admin will properly create rights if they were not an admin prior.
pufferpanel - v1.1.4 - Edit Mode

Published by puffrfish about 7 years ago

  • Added support for editing of server variables from the panel
  • Admin users now have SFTP access to any server
  • Added ./pufferpanel purge command to remove existing PufferPanel database
  • Increased file upload limit
  • Fixed issue when using spaces in a password with accounts added via ./pufferpanel
  • Added confirmation modal for Install process
  • Various other bug fixes and enhancements
pufferpanel - v1.1.3.1 - Hotfix

Published by LordRalex about 7 years ago

This release is a hotfix to resolve the following 2 issues:

Due to multiple issues with the Filesize.js CDN server, we have moved their library into our own code. If you see folders but no files, that would be due to this issue.

When using Apache, the file manager would occasionally show no files and instead show an [object Object]. This was due to improper headers being sent back. https://github.com/PufferPanel/PufferPanel/issues/795

pufferpanel - v1.1.3 - Even More Bug Fixes

Published by puffrfish over 7 years ago

  • Fixes issue where servers were unable to be killed
  • Fixes issue preventing files from being deleted with the file manager
  • Fixes issue where console may appear blank when using fallback method
pufferpanel - v1.1.2 - More Bug Fixes

Published by puffrfish over 7 years ago

  • Fixes issue where file manager and console may stop working after accessing server via SFTP
  • Adds more verbose error when daemon cannot be reached
  • Moved database schema upgrade to ./pufferpanel upgrade
  • Added ./pufferpanel version
pufferpanel - v1.1.1 - General Bug Fixes

Published by puffrfish over 7 years ago

  • Fixes issues relating to upgrades from v1.0.3
  • Reintroduces Ubuntu 14.04 support with init.d service file for pufferd
  • Fixes issue preventing deletion of users
  • Makes Console tab default on server view
  • Adds file browser permissions for subusers
  • Removes broken spinner from server view
  • Fixes Maligun email issue
  • Update error messages to provide more information
  • Added _meta table to keep track of current database version
  • ./pufferpanel update will check if database is already updated
  • Bulk Command Sender is now hidden until it is reimplemented
  • Issue preventing 2 Factor Auth from working has been resolved
  • Updated translations