documentation
documentation copied to clipboard
Pterodactyl's documentation is open source! This repository contains the documentation for installing and updating both the panel and the daemon.
vds 1: https://ibb.co/cXFjbq4 vds 2: https://ibb.co/tBWsvkK I configure iproute2 with this script https://pastebin.com/nxgJAMbF , I run the script on vds 2, on vds 1 I drive iptables -t nat -A...
Adds initial concept for an environment variables page under the Panel section. This is following the configurations set [in the panel files](https://github.com/pterodactyl/panel/tree/develop/config). Variables reused in other config files will not...
Update the Node.js install script to install with https://github.com/nodesource/distributions
When cloudflare proxy for wings is enabled larger servers transfers will fail due to [cloudflare's limits](https://developers.cloudflare.com/workers/platform/limits/#request-limits). (unless you have their enterprise plan)
The old 0.7 docs are still indexed on Google, and some are showing higher than the new 1.0 documentation, which is resulting in users doing incorrect actions (despite the warning...
Add Caddy reference to the permissions part, otherwise the panel will return a 500 error if using Caddy as a webserver when trying to access it because permissions weren't applied....
Updated the simple and advanced diagrams as a code using mermaid
Using the instructions above this code block, you create a Cloudflare API Token and not an API Key. The API token is the only variable you need to export before...
Expired certificate can create an error that looks like a general communication error, since websocket or XHR requests just fail in very similar way like the service was not responding...
I added the php-process package containing the posix php module required by Composer to the dependencies list. I was blocked because Composer was throwing `Root composer.json requires PHP extension ext-posix...