Replies: 1 comment
-
sorry didn't know where should I open this feel free to close as solved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Install following from aur
One of these databases:
now depending on where you want to have your server, arch standard directory is
/srv
but you can freely create symlink in/var/www/pterodactyl
this way there won't be that much difference when configuring webserver according to docs.Before setting up database check out on ArchWiki recommendations, if using modern filesystem like ZFS/BTRFS.
With these packages, you can basically skip to Instalation, with couple of notes...
Before going into Environment Configuration
This might conflict/not desirable when running other php webservers since we touching global configuration, create a backup somewhere...
if your server is behind router proxy
Now you can follow Environment Configuration
Set Permissions
Crontab Configuration
instead of following docs you can run
Queue Worker
If not planning on using redis(lets say we chose filesystem instead) comment out in
pterodactyl-queue.service
Now as you could probably tell I'm using server behind router with caddy reverse proxy. Since I access my servers via Wireguard tunnel(for now) I chose "caddy without SSL". Caddy is really simple to setup thus my goto on this server too. This is practicaly same as in docs with few changes:
Now I think you should've access to panel. If not check you firewall rules.
When setting up wings skip to Configure. In UI create Locations, Nodes. Then paste configuration to
/etc/pterodactyl/config.yml
.After running
wings --debug
you might encounter Issues with docker.After fixed now you can run:
Hope this will be helpful, had trouble setting this. I don't understand why there isn't ootb setup.
Honorable Mentions
pterodactyl-installer - no idea if it works on arch
Beta Was this translation helpful? Give feedback.
All reactions