Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@athena:/home/overlord# bash <(curl -s https://pterodactyl-installer.se)
- * Pterodactyl installation script @ v0.2.0
- *
- * Copyright (C) 2018 - 2021, Vilhelm Prytz, <[email protected]>, et al.
- * https://github.com/vilhelmprytz/pterodactyl-installer
- *
- * Sponsoring/Donations: https://github.com/vilhelmprytz/pterodactyl-installer?sponsor=1
- * This script is not associated with the official Pterodactyl Project.
- *
- * What would you like to do?
- * [0] Install the panel
- * [1] Install Wings
- * [2] Install both [0] and [1] on the same machine (wings script runs after panel)
- * [3] Install 0.7 version of panel (unsupported, no longer maintained!)
- * [4] Install 0.6 version of daemon (works with panel 0.7, no longer maintained!)
- * [5] Install both [3] and [4] on the same machine (daemon script runs after panel)
- * [6] Install panel with canary version of the script (the versions that lives in master, may be broken!)
- * [7] Install Wings with canary version of the script (the versions that lives in master, may be broken!)
- * [8] Install both [5] and [6] on the same machine (wings script runs after panel)
- * Input 0-8: 2
- * Retrieving release information..
- ######################################################################
- * Pterodactyl panel installation script @ v0.2.0
- *
- * Copyright (C) 2018 - 2021, Vilhelm Prytz, <[email protected]>, et al.
- * https://github.com/vilhelmprytz/pterodactyl-installer
- *
- * This script is not associated with the official Pterodactyl Project.
- *
- * Running debian version 10.
- * Latest pterodactyl/panel is v1.2.1
- ######################################################################
- * debian 10 is supported.
- ########################################################################
- * Database configuration.
- * This will be the credentials used for communication between the MySQL
- * database and the panel. You do not need to create the database
- * before running this script, the script will do that for you.
- * Database name (panel):
- * Username (pterodactyl):
- * Password (press enter to use randomly generated password):
- * List of valid timezones here https://www.php.net/manual/en/timezones.php
- * Select timezone [Europe/Stockholm]:
- * Provide the email address that will be used to configure Let's Encrypt and Pterodactyl: ******************
- * Email address for the initial admin account: ******************
- * Username for the initial admin account: overlord
- * First name for the initial admin account: Fredrik
- * Last name for the initial admin account: Kihlstedt
- * Password for the initial admin account: *************
- ########################################################################
- * Set the FQDN of this panel (panel.example.com): ******************
- * Do you want to automatically configure UFW (firewall)? (y/N): y
- * WARNING: You cannot use Let's Encrypt with your hostname as an IP address! It must be a FQDN (e.g. panel.e xample.org).
- * Do you want to automatically configure HTTPS using Let's Encrypt? (y/N): y
- * This script will perform a HTTPS request to the endpoint https://checkip.pterodactyl-installer.se
- * The official check-IP service for this script, https://checkip.pterodactyl-installer.se
- * - will not log or share any IP-information with any third-party.
- * If you would like to use another service, feel free to modify the script.
- * I agree that this HTTPS request is performed (y/N): y
- * Resolving DNS for ******************
- * DNS verified!
- ##############################################################
- * Pterodactyl panel v1.2.1 with nginx on debian
- * Database name: panel
- * Database user: pterodactyl
- * Database password: (censored)
- * Timezone: Europe/Stockholm
- * Email: ******************
- * User email: ******************
- * Username: overlord
- * First name: Fredrik
- * Last name: ******************
- * User password: (censored)
- * Hostname/FQDN: ******************
- * Configure Firewall? true
- * Configure Let's Encrypt? true
- * Assume SSL? false
- ##############################################################
- * Initial configuration completed. Continue with installation? (y/N): y
- * Starting installation.. this might take a while!
- Hit:1 http://security.debian.org/debian-security buster/updates InRelease
- Hit:2 http://deb.debian.org/debian buster InRelease
- Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
- Fetched 51.9 kB in 1s (99.9 kB/s)
- Reading package lists...
- Building dependency tree...
- Reading state information...
- All packages are up to date.
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Calculating upgrade... Done
- 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following NEW packages will be installed:
- ufw
- 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
- Need to get 164 kB of archives.
- After this operation, 852 kB of additional disk space will be used.
- Get:1 http://deb.debian.org/debian buster/main amd64 ufw all 0.36-1 [164 kB]
- Fetched 164 kB in 0s (16.4 MB/s)
- Preconfiguring packages ...
- Selecting previously unselected package ufw.
- (Reading database ... 29860 files and directories currently installed.)
- Preparing to unpack .../archives/ufw_0.36-1_all.deb ...
- Unpacking ufw (0.36-1) ...
- Setting up ufw (0.36-1) ...
- Processing triggers for man-db (2.8.5-2) ...
- Processing triggers for rsyslog (8.1901.0-1) ...
- Processing triggers for systemd (241-7~deb10u5) ...
- * Enabling Uncomplicated Firewall (UFW)
- * Opening port 22 (SSH), 80 (HTTP) and 443 (HTTPS)
- /dev/fd/62: line 655: ufw: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement