#Error during installation
1 messages · Page 1 of 1 (latest)
ah
?
php8.3 isnt in debian
use php 8.2
i run 8.2 and works fine
but make sure to replace in your webserver config from the 8.3 sock to a 8.2 sock
You need the extra repos for debian
https://pterodactyl.io/community/installation-guides/panel/debian.html
Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
if you run this
apt -y install software-properties-common curl ca-certificates gnupg2 sudo lsb-release
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/sury-php.list
curl -fsSL https://packages.sury.org/php/apt.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/sury-keyring.gpg
apt update
and then the php install command then it will work
see: https://pterodactyl.io/community/installation-guides/panel/debian.html
Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
isnt necessary, and using some repos i dont know or recognize
it is the offical php repo for debian?
i see sury.org and not debian.org
The sury.org repo isn't just some random repo
It's used just about everywhere, and it's maintained by a Debian developer who is responsible for the official Debian and Ubuntu PHP packages
Good