Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Mainfrezzer - Docker Repo

Featured Replies

Thanks. Then I'm not sure what my issue is, then. Using beta23, the panel starts up just fine. Using beta24, I get a 404 page not found error when I attempt to view the panel. only making the change of returning to beta23 gets the panel back. Any thoughts on any other troubleshooting steps to use beta24? Running the log collection script specified in the Discord shows no log created, so I'm assuming the panel isn't starting at all, which would fit the 404 error. I'm not sure where to look for a cause at this point. I'll add that i've got the panel reverse proxied, but even hitting the IP and port directly yield an "invalid response" error. I'll try clearing browser cache just in case it's something completely benign, but so far, the latest beta seems to be complete broken for me and I don't have any leads on why.

Edited by FirbyKirby

  • Replies 291
  • Views 42k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Mainfrezzer
    Mainfrezzer

    Im pretty sure that i solved the issue now. At least my tests with a cloudflare tunnel were successfull. i also tested nginx. in case its still not working, add the cloudflare ips to the trusted

  • Mainfrezzer
    Mainfrezzer

    Thats great, good to hear. What i got from the docs is that unbound itself is managing they keyfile as long as unbound is up and updates it correctly (from what ive seen it creates new subkeys) a

  • frank_alex92
    frank_alex92

    the newly created container did the waiting for logs -> sleep thing again. i then changed the global share settings according to your screenshot and restarted everything. it did a little download

Posted Images

OK, the invalid response error might be because my direct connection keeps forcing to https. Forcing it to http gets me something at least. So, an http://<local unraid ip>:<WebHttp> port shows the panel login page, and I can login, but all the pages are badly formatted and malformed.

image.png

  • Author

9 minutes ago, FirbyKirby said:

Thanks. Then I'm not sure what my issue is, then. Using beta23, the panel starts up just fine. Using beta24, I get a 404 page not found error when I attempt to view the panel. only making the change of returning to beta23 gets the panel back. Any thoughts on any other troubleshooting steps to use beta24? Running the log collection script specified in the Discord shows no log created, so I'm assuming the panel isn't starting at all, which would fit the 404 error. I'm not sure where to look for a cause at this point. I'll add that i've got the panel reverse proxied, but even hitting the IP and port directly yield an "invalid response" error. I'll try clearing browser cache just in case it's something completely benign, but so far, the latest beta seems to be complete broken for me and I don't have any leads on why.



if your are using traefik, its probably due to the broken healthcheck. ill add the missing package later.

I am indeed using Traefik! I had no idea the health check would be related at all, or that. a failed healthcheck would cause traefik not to route (they should really add an option to disable that behavior.) Sorry for any confusion. I was having a tough time trying to figure out what could be the cause of the problem. Especially since dropping to beta23 fixes everything easily.

Edited by FirbyKirby

I'll update my Pelican support thread as I am getting the feeling from those responses that they have nothing to offer in the way of help. Really appreciate your fast support, though! Thanks!

  • Author

53 minutes ago, FirbyKirby said:

I am indeed using Traefik! I had no idea the health check would be related at all. Sorry for any confusion. I was having a really tough time trying to figure out what could be the cause. Especially since dropping to beta23 fixes everything easily.



ive added the package, should show up as an update soon. While at it, i remove the php.ini message

image.png

Thanks! I really appreciate it. I'll let you know if I run into any trouble.

Just following up. The update works great! No issues. And the ability to auto-create users through OID is just what I needed. Much appreciated.

I recently managed to host a server using the ghcr.io/mainfrezzer/ase-docker repository. I want to add mods to the server but am not able to find any concrete guides. Not even ChatGPT can help me. The main problem I have is that the server is not downloading the mods after applying the settings suggested by chatgpt.

I am very new to creating servers and I do not even know if I am asking in right place for advice. The ark server is currently running with vanilla settings, it is only the mods which I am struggling with.

Please let me know if I need to submit additional info

  • Author
1 hour ago, MaliciosuMinion said:

I recently managed to host a server using the ghcr.io/mainfrezzer/ase-docker repository. I want to add mods to the server but am not able to find any concrete guides. Not even ChatGPT can help me. The main problem I have is that the server is not downloading the mods after applying the settings suggested by chatgpt.

I am very new to creating servers and I do not even know if I am asking in right place for advice. The ark server is currently running with vanilla settings, it is only the mods which I am struggling with.

Please let me know if I need to submit additional info

The easiest way would be to add in the following files

Game.ini

[ModInstaller]

ModIDS=NUMBERHERE

ModIDS=2ndNUMBERHERE

then in

GameUserSettings.ini

[ServerSettings]

......

......

...... #some lines are already here
ActiveMods=NUMBERHERE,2ndNUMBERHERE

and then add

-automanagedmods

to the extra game parameters in the template

Edited by Mainfrezzer

Hi, i bothered you with my Ark Server from your template some time ago, thanks again for your help back then, worked out fine.

My friends asked me to try to revert our server back to an older version, pre aquatica, as we still have problems and cant upload any dinos.

We found those steam posts about reverting servers back to a fixed version:

https://steamcommunity.com/app/346110/discussions/0/596280581879358180/
https://steamcommunity.com/app/346110/discussions/0/596280581879318721/#c596280581879322656

Basically this line
app_update 376030 -beta preaquatica validate
should be added to some server start file, but I'm not sure how this works for your container as much of this is generated from the unraid interface as far as i understand?

u think this is doable without much hassle?

thanks for any advice

  • Author
3 minutes ago, frank_alex92 said:

Hi, i bothered you with my Ark Server from your template some time ago, thanks again for your help back then, worked out fine.

My friends asked me to try to revert our server back to an older version, pre aquatica, as we still have problems and cant upload any dinos.

We found those steam posts about reverting servers back to a fixed version:

https://steamcommunity.com/app/346110/discussions/0/596280581879358180/
https://steamcommunity.com/app/346110/discussions/0/596280581879318721/#c596280581879322656

Basically this line
app_update 376030 -beta preaquatica validate
should be added to some server start file, but I'm not sure how this works for your container as much of this is generated from the unraid interface as far as i understand?

u think this is doable without much hassle?

thanks for any advice

It's all doable in the template

Screenshot_2025-08-26-19-07-44-507_org.mozilla.firefox.jpg

Oh thanks m8, will try.

Thought that number was a internal version number or something, didnt realise it's just the game id^^

  • 1 month later...
On 12/18/2024 at 4:40 PM, Mainfrezzer said:

Im good, how are you?

 

 

The ip is only used after you finished the Installation process. you get redirected to the login page. After you logged in, you can enter the ip in the DNS settingsScreenshot_2024-12-18-22-39-32-811_org.mozilla.firefox.thumb.jpg.36dc7263a25678cc5e02c0d9a00843fa.jpg

 

 

Edit: i just noticed that you changed the DNS port to 8053, you need to change that back to 53

I followed the instructions in the docker container and am having issues with the assigning server IP address in DNS settings.

I tried to put in [::1]:8053 but it errors saying it could not be used.

But when I try ::1 it will assign on the dashboard [::1]:53

Screenshot_20251007_215631.png

  • Author
5 hours ago, AlastorX50 said:

I followed the instructions in the docker container and am having issues with the assigning server IP address in DNS settings.

I tried to put in [::1]:8053 but it errors saying it could not be used.

But when I try ::1 it will assign on the dashboard [::1]:53

Screenshot_20251007_215631.png

sounds like the initial check didnt detect any ipv6 address and used the ipv4 only config. You can edit the unbound.conf in the appdata location and uncomment the ipv6 specific lines

#interface: ::1

#do-ip6: yes

updated to the latest pelican update an now when i press on any server this error comes
{9DE7F501-105C-4BD6-B10F-507C11F8698E}.png

  • Author
4 minutes ago, Onyxdigital said:

updated to the latest pelican update an now when i press on any server this error comes
{9DE7F501-105C-4BD6-B10F-507C11F8698E}.png

did you update wings to the latest version (beta18) as well? also which pelican container are you using? mine or the official one?

Edit: (if its the official one. You have to wait till they release an update to it, there is a fix for it https://github.com/pelican-dev/panel/pull/1787
mine has that already included, so if its still broken, would be worth knowing)

Edited by Mainfrezzer

3 minutes ago, Mainfrezzer said:

did you update wings to the latest version (beta18) as well? also which pelican container are you using? mine or the official one?


yep updated both
i use yours
{9D02BAFC-C9E1-4CCA-88B4-DDC83265C8A8}.png

  • Author
21 minutes ago, Onyxdigital said:


yep updated both
i use yours
{9D02BAFC-C9E1-4CCA-88B4-DDC83265C8A8}.png

If youre willing to test something, could you change the repository from the panel from "ghcr.io/mainfrezzer/pelican-panel:latest" to "magnon.ovh/mainfrezzer/pelican-panel:latest" and see if its still borked?

8 minutes ago, Mainfrezzer said:

If youre willing to test something, could you change the repository from the panel from "ghcr.io/mainfrezzer/pelican-panel:latest" to "magnon.ovh/mainfrezzer/pelican-panel:latest" and see if its still borked?

still error
{0F9CACCB-3AE6-40BD-86CE-536460880AB4}.png

  • Author

Did apply the rollback and it should work again now. Seemed to be very specific to postgres for some reason, although i didnt check mysql.

  • 2 weeks later...

Hello I am having a similar issue that someone had on may 9th in the support group in discord. I am beating myself in the head at this point and need some assistence please. I can't get pelican wings to start up no matter what I do. I have pasted the config.yml to the correct location and have had someone in the discord help me tweak my config file to be correct but I am still not able to get wings to start

  • Author
11 hours ago, ProjectSlang said:

Hello I am having a similar issue that someone had on may 9th in the support group in discord. I am beating myself in the head at this point and need some assistence please. I can't get pelican wings to start up no matter what I do. I have pasted the config.yml to the correct location and have had someone in the discord help me tweak my config file to be correct but I am still not able to get wings to start

Ive seen the post in discord just gonna ask here again what i asked over there.

Are you absolutely sure that your "remote" address is actually the Panel Address? The "could not unmarshal response: invalid character '<' looking for beginning of value" is a sign that youre trying to hit something else than the panel, i.e. the Unraid WebGui or something.

  • 2 weeks later...

Hi! I'm having an issue with the panel when updated past beta25. As you can see in the attached image. The side panel becomes transparent and I have no idea why 🥲. When I revert from latest to beta25 it works fine, but I can't use it since it won't download eggs correctly I'm assuming it's because wings is uptodate.Screenshot_2025-11-05-22-59-58-486.jpg

  • Author
41 minutes ago, tier1kill said:

Hi! I'm having an issue with the panel when updated past beta25. As you can see in the attached image. The side panel becomes transparent and I have no idea why 🥲. When I revert from latest to beta25 it works fine, but I can't use it since it won't download eggs correctly I'm assuming it's because wings is uptodate.Screenshot_2025-11-05-22-59-58-486.jpg

You have to go to settings and change something about the screen width to fix it.

Panel layout overflowing onto navigation side bar, this is due to using Screen for the display width, change it in the panel settings to fix it.,

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.