2018-06-04 03:36:35 +00:00
---
name: "\U0001F41B Bug Report"
2019-02-15 18:54:34 +00:00
about: For reporting code or design bugs with the software. DO NOT REPORT APACHE/NGINX/PHP CONFIGURATION ISSUES.
2018-06-04 03:36:35 +00:00
---
2019-02-15 18:55:14 +00:00
DO NOT REPORT ISSUES CONFIGURING: SSL, PHP, APACHE, NGINX, YOUR MACHINE, SSH, SFTP, ETC. ON THIS GITHUB TRACKER.
2019-02-15 18:54:34 +00:00
2021-04-18 17:47:12 +00:00
For assistance installing this software, as well as debugging issues with dependencies, please use our discord server: https://discord.gg/pterodactyl
2019-02-15 18:54:34 +00:00
2021-04-18 17:47:12 +00:00
You MUST complete all of the below information when reporting a bug, failure to do so will result in the closure of your issue. PLEASE stop spamming our tracker with "bugs" that are not related to this project.
2019-02-15 18:54:34 +00:00
2021-04-18 17:47:12 +00:00
To obtain logs for the panel and wings the below commands should help with the retrieval of them.
Panel: tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc bin.ptdl.co 99
Wings: sudo wings diagnostics
2021-04-17 22:57:37 +00:00
2019-02-15 18:54:34 +00:00
**STOP: READ FIRST, AND THEN DELETE THE ABOVE LINES**
2018-06-04 03:36:35 +00:00
**Background (please complete the following information):**
2021-04-17 22:57:37 +00:00
* Panel or Wings:
* Version of Panel/Wings:
* Panel Logs:
* Wings Logs:
* Server's OS:
* Your Computer's OS & Browser:
2018-06-04 03:36:35 +00:00
**Describe the bug**
A clear and concise description of what the bug is.
Please provide additional information too, depending on what you have issues with:
Panel: `php -v` (the php version in use).
2021-04-17 22:57:37 +00:00
Wings: `uname -a` and `docker info` (your kernel version and information regarding docker)
2018-06-04 03:36:35 +00:00
**To Reproduce**
2021-04-17 22:57:37 +00:00
Steps to reproduce this behavior:
2018-06-04 03:36:35 +00:00
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen. If applicable, add screenshots or a recording to help explain your problem.