-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this work on one server? #19
Comments
It could be possible with some tinkering but it's not recommended. Pterodactyl wasn't designed to run the panel and wings on the same server. Panel itself doesn't require a lot of resources, you could get a cheap VPS and it will run just fine. |
It does work on one server and the same domain. I have my setup with UnRaid, Traefik, and Cloudflare. I had to do quite a bit of tinkering to get it working properly, but everything works just fine. It took me about a week just trying to get it all working though. The number one issue I had was getting the Wings connected, but it ended up being CORS-related. I had to create a middleware with Traefik / create labels for it. It probably would have taken me less time setting it all up, but I'm still getting used to Traefik. |
What labels did you use to get passed the CORS issues. I'm currently running into the same errors and can't for the life of me fix it. |
I would also like some help with this. |
I use Ptero full :p (Ptero + Wings + all related to ptero install) on a Raspberry Pi... So it run smoothly on a single machine. |
@P3ntest, @SeanMcTG, and @treierxyz. I used EdyTheCow's work here as a reference for getting started. I deployed Pterodactyl Wings and Pterodactyl Panel on my Ubuntu 22.04 server inside an existing hobby docker-compose project. I didn't want to learn Traefik, so I switched everything to work with my existing NGINX setup. I tried to document all the hurdles and notes I could for this, and I provided some example files and all those notes here. If anyone has questions about my setup, feel free to reach out, I will gladly assist. |
That's extremely well documented guide! Do you mind if I add this as a reference link in my guide? So it's more visible for anyone else looking for a single server setup. My guide was never meant to be single server, but I am sure there's many others who might be interested in the single server guide. |
Another guide for french reading peoples 📦 Docker + Traefik (or Caddy) + Panel + Wings (config files are commented in english) |
Absolutely, link away! |
Hey! If I just point everything to the same domain can I get this running on only one server?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: