Pterodactyl Installer Versions Save

:bird: Unofficial installation scripts for Pterodactyl Panel

v1.0.0

9 months ago

v1.0.0

Introducing v1.0.0 - the first stable release of this script! This release comes with support for Debian 12, as well as dropped support for Ubuntu 18.04.

Changelog

Added

  • #416 panel/wings: add support for Debian 12 (thanks @Linux123123 for contributing!).

v0.12.3

1 year ago

v0.12.3

Introducing v0.12.3 - this is a hotfix release that comes with some important bug fixes. lib.sh now exports all possible paths in $PATH to solve a bug as well as adding back missing function used in uninstall script.

Changelog

Fixed

  • #385 lib: Fix a bug that would cause the script to fail on some systems because missing paths in $PATH (thanks @Linux123123 for contributing!).
  • #392 lib: Add back missing function print_list used in uninstall script (thanks @Linux123123 for contributing!).

v0.12.2

1 year ago

v0.12.2

Introducing v0.12.2 - this is a hotfix release that comes with some important bug fixes. Broken support for Alma Linux and Rocky Linux as well as a bug causing the wings script to call the wrong firewall function has been fixed, among other minor changes.

Changelog

Fixed

  • #366 panel/lib/wings Fix ask_database_external, some shellcheck issues, broken support for Alma Linux and Rocky Linux (thanks @Linux123123 for contributing!).
  • #377 wings: Fix wings script calling wrong firewall function (thanks @Linux123123 for contributing!).

v0.12.1

1 year ago

v0.12.1

Introducing v0.12.1 - this is a hotfix release that comes with a bug fix. A bug caused the script to fail on some systems because curl was not able to overwrite existing /tmp/lib.sh. Thanks to @Dany01000110 for reporting!

Changelog

Fixed

  • #359 lib: Fix a bug that would cause the script to fail on some systems because curl was not able to overwrite existing /tmp/lib.sh.

v0.12.0

1 year ago

v0.12.0

Introducing v0.12.0 - the twelfth semantically released version of pterodactyl-installer! This release is a complete rewrite of the script, splitting the UI components and installation logic into separate files. Bugs are to be expected, please report them to our issue tracker. Thanks to @Linux123123 for contributing!

Changelog

  • #353 panel: Update php version to 8.1 (thanks to @drylian for contributing!).
  • #315 panel/wings: Split the scripts into separate components, UI functions and installation functions. This is a major overhaul, expect bugs! (thanks @Linux123123 for contributing!).
  • #283 panel/wings: Introduce support for Rocky Linux and AlmaLinux, also remove support for CentOS and Debian 9 (thanks @Linux123123 for contributing!).

v0.11.0

2 years ago

v0.11.0

Introducing v0.11.0 - the eleventh semantically released version of pterodactyl-installer! This release comes with support for Ubuntu 22.04 as well as one bug fix.

Changelog

Added

  • #322 panel/wings: Added support for Ubuntu 22.04.

Fixed

  • #262 wings: Fix a bug that would cause the script to fail because /usr/sbin missing in $PATH when the script tries to run virt-what (thanks @Linux123123 for contributing!).

v0.10.0

2 years ago

v0.10.0

Introducing v0.10.0 - the tenth semantically released version of pterodactyl-installer! This release comes with some new bug fixes and added features.

Changelog

Added

  • #300 panel: Check if FQDN is IP and skip asking for Let's Encrypt certificate if FQDN is IP (thanks @Linux123123 for contributing!).

Fixed

  • #285 panel: Fix Nginx configuration files so that Nginx listens to IPv6 as well by default.

Changed

  • #267 wings: Rewrite some of the database host functionality to work with remote MySQL clients (thanks @Linux123123 for contributing!).
  • #288 wings: Avoid usage of deprecated apt-key during Docker installation.
  • #289 Replace old references to "daemon" with Wings.

v0.9.0

2 years ago

v0.9.0

Introducing v0.9.0 - the ninth semantically released version of pterodactyl-installer! This release comes with some new bug fixes and added features.

Changelog

Added

  • #249 install: Automatically log installation process to /var/log/pterodactyl-installer.log (thanks @Linux123123 for contributing!).

Fixed

  • #229 wings: Fixed a bug that would cause the process of obtaining a Let's Encrypt certificate to fail on CentOS 7 and CentOS 8 due to the missing epel-release package (thanks @Linux123123 for reporting!).
  • #264 install: Fix incorrectly labeled setup option (thanks @NoahvdAa for contributing!).
  • #266 panel/wings: Usage of hyphens in database names/usernames is not supported by the script. The script now checks if the credentials provided by the user contain a hyphen (thanks @GoudronViande24 for reporting!).

v0.8.1

2 years ago

v0.8.1

Introducing v0.8.1 - this is a hotfix release that comes with an important bugfix. The panel installation would fail on CentOS 8 because the symlink mariadb-secure-installation does not exist, this has now been fixed. Thanks to @Linux123123 for pointing this out.

Changelog

Fixed

  • #238 panel: Fixed a bug that would cause the installation script to fail on CentOS 8 because of invalid reference to mariadb-secure-installation.

v0.8.0

2 years ago

v0.8.0

Introducing v0.8.0 - the eight semantically released version of pterodactyl-installer! This release comes with support for Debian 11 as well as automatic database user creation for Wings ("database host" feature).

Changelog

Added

  • #220 wings: Add a feature that lets the user automatically create a user for "database host" (thanks @sinjs for contributing!).
  • #230 panel/wings: Added support for Debian 11 (bullseye) (thanks @Linux123123 for contributing!).