documentation icon indicating copy to clipboard operation
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.

Results 68 documentation issues
Sort by recently updated
recently updated
newest added

Just a helpful tip, fair enough if you do not merge this tho!

There should be info that after changing the adapter user has to restart the scheduler, otherwise automatic backups will be failing. There is even issue about that in panel repo...

Currently blocked by NixOS/nixpkgs#456521

Google ReCaptcha has recently moved to Google Cloud Console via [https://console.cloud.google.com/security/recaptcha](https://console.cloud.google.com/security/recaptcha), rendering the previous link useless and would redirect to 404 page soon.

Added a note in both “Nginx With SSL” and “Nginx Without SSL” sections explaining that on Ubuntu systems it may be necessary to run `sudo usermod -aG www-data nginx` to...

On https://pterodactyl.io/tutorials/creating_ssl_certificates.html#method-2:-acme.sh-(using-cloudflare-api) for the modern method it says: ``` export CF_Key="Your_CloudFlare_API_Key" export CF_Email="Your_CloudFlare_Email" ``` This should be: ``` export CF_Token="Your_CloudFlare_API_Key" export CF_Email="Your_CloudFlare_Email" ```

I added some examples of Operating Systems that are commonly tried and NOT supported to make it more clear that the software will not work right on them (or might...

I rewrote the first step in advanced troubleshooting steps to use `sudo wings diagnostics` to stop people from overreading the **Stop Wings** part and creating duplicate instances of Wings. Most...