Hello,
I’m trying to set up an ARK Ascended cluster on Pelican Panel but am facing issues, and I would appreciate any guidance.
What I've Done:
-
Environment:
I have multiple ARK Ascended servers on the same node, all using the same egg. I’ve enabled transfers between them. -
Cluster Directory:
I followed this Pterodactyl guide and applied the steps using/etc/pelican/asa_clusteras the cluster directory. -
Mount Configuration:
I updated/etc/pelican/config.ymlto include:allowed_mounts: - /etc/pelican/asa_cluster``` Afterward, I restarted `wings` with: ```bash sudo systemctl restart wings``` -
Permissions:
I ensured the directory/etc/pelican/asa_clusteris owned by thewww-datauser:sudo chown www-data:www-data /etc/pelican/asa_cluster``` -
Server Settings:
All servers have the following settings inGameUserSettings.ini:[ServerSettings] NoTributeDownloads=False PreventUploadSurvivors=False PreventUploadItems=False PreventUploadDinos=False PreventDownloadSurvivors=False PreventDownloadItems=False PreventDownloadDinos=False``` -
Cluster ID:
I used the following startup command:-NoTransferFromFiltering -clusterid=myid -ClusterDirOverride="/cluster"```
The Issue:
The cluster is not working, and the mount didn’t seem to function as expected. I made sure to target /cluster instead of /home/container to avoid permission issues.
Request:
I’ve already asked for help in the Pelican Panel Discord, but it seems no one has dealt with this specific problem. Could anyone with experience setting up ARK Ascended clusters on Pelican Panel help me out?
Thanks in advance!
Note: This guide is for ARK Survival Evolved. If your looking for directions on setting up ARK Survival Ascended cluster in Pterodactyl, please click here
Pterodactyl ASE Cluster Creation
The Pterodactyl control panel runs all of it's game servers inside of a docker container. These containers...