Everything posted by jspeeples
-
[Support] ich777 - Gameserver Dockers
Haha I've been loosing my mind over the past hour trying to figure out why all my ark servers were down. And looks like you got it working!? Can you please add me on discord and show me how you did it?
-
[Support] ich777 - Gameserver Dockers
Id love to know how to do that but I don't have any experience. 😕 In your testing did you copy in all of Ark ApI's files? The Log should have stared out with a bunch of green text saying what version of Ark API your running and all @CaptainPeeples on discord if you're patient with me, Id love to learn!
-
[Support] ich777 - Gameserver Dockers
How much much money would it cost to get you to update the container with this feature? It should be relatively easy, the user can manually add the API files like we have to do with any other installation method. The only change that needs to be made is the container needs to boot AsaApiLoader.exe instead of ArkAscendedServer.exe. Both of them are in the same folder.
-
[Support] ich777 - Gameserver Dockers
Good morning I am running some of your Ark ASA containers and loving them. This morning I installed Ark API so that I can run plugins on the server. Usually for this to work you have to boot the server from "AsaApiLoader.exe". How would I go about changing what .exe the container looks at to boot. Possibly related but unsure, I also tried adding some mods. Typically you just add -mods=929800,940003 to the extra game parameters in the container and reboot. But it's giving me the following error. [2024.11.18-13.26.04:804][298]LogCFCore: Error: Error querying server mods: ApiError: Processing (serverUnreachable)
-
[Support] Nginx Proxy Manager (NPM) Official
Fresh install of NPM using the br0 network and its own IP. Have both 443 and 80 ports forwarded with my router and even able to ping them from outside the network. When I try to add a new Proxy Host and enable SSL its says: "Internal Error" If I go to SSL Certificates and create a new one it says: "Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-12" --agree-tos --authenticator webroot --email "[email protected]" --preferred-challenges "dns,http" --domains "mydomain.org" Saving debug log to /tmp/letsencrypt-log/letsencrypt.log Some challenges have failed. Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details. at ChildProcess.exithandler (node:child_process:402:12) at ChildProcess.emit (node:events:513:28) at maybeClose (node:internal/child_process:1100:16) at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)"