Jump to content

variants

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by variants

  1. Sounds correct, you have to edit the docker to add ports to the docker, you can add a bunch of ports one time to not have to stop it every time you add a new game server to Amp like 8200:8300 tcp and udp
  2. I see there's a self hosted PWA for lemmy now
  3. has anyone found a solution?
  4. wow thank you so much this solved my issue, I needed to add a custom port since by default it only had sftp, port 1 and port 2. I just added custom port 2458 and as soon as I did that my valheim client updated with the servers name
  5. so I created a minecraft server and I am able to connect to it locally even though the ports still dont show up for it so I guess the issue with my valheim server might not be the ports
  6. I reinstalled amp and left everything as default except the port 8080 I changed to 7979 I added my amp key I added custom ports for Valheim 2456-2458 at the bottom when I create a Valheim server I am unable to connect to it. when i click the connect button on the status page it gives me a different ip than my local or public IP so Im guessing something is wrong there. I went through the connectivity diagnosing https://discourse.cubecoders.com/t/diagnosing-connectivity-issues/2290 but all I get is [Info] AMP Instance Manager v2.4.0.10 built 27/10/2022 18:16 [Info] Release spec: Release - built by CUBECODERS/buildbot on CCL-DEV Instance Name │ Friendly Name │ Module │ IP │ Port │ Up ───────────────────┼──────────────────┼────────────┼─────────────────┼───────┼─── Main │ Main │ ADS │ 0.0.0.0 │ 8080 │ ✓ Valheim01 │ Valheim │ Generic │ 127.0.0.1 │ 8081 │ ✓ on another forum I found some one mention but Im not sure how to bind the IP. when I see the instance it shows as 0.0.0.0:2456 even after I deleted the appdata, xml template, and reinstalled amp on bridge mode. if I try to install as host it just crashes out. In the networking tab in AMP settings the only IP's I can select for Default AMP IP Binding are 0.0.0.0, 127.0.0.1, ::, 172.17.0.2. is there a way to manually add my systems IP?
  7. I just fixed mine last night, same error. On nginx proxy manager I changed the setting from https to http and it worked, when I go to the domain it is https so good enough for me
  8. Hi the default was like 151 max connections I believe, I created another instance of maradb and now everything is running smoothly, thank you.
  9. Hi I am running this docker on my unraid machine and I am using nginx proxy manager. I have my current panel running fine by using nginx proxy manager and setup amp to use a subdomain the same way by pointing the subdomain to the IP and Port for AMP but I get a gateway error when using the subdomain. I can use AMP just fine by typing in the same IP and Port in the browser, is there anything I need to change in nginx proxy manager for amp?
  10. Hello, I am using the MariaDB docker to make some databases for some of my local minecraft servers, one of them is using a plugin that creates a map of the world called dynmap. the issue is that after the server starts up fine a few moments later I start seeing these errors of too many connections, then slowly the rest of the plugins that I used that also need a database start to complain about too many connections as well. I tried to create a 'connections.cnf' file in '/mnt/user/appdata/mariadb-official/config' with [mysqld] max_connections=1000 but it doesn't seem to change anything, in adminer I can see the variables and it is still shown as the default value, I tried adding a space as well before and after the equals sign but it still did not change when restarting the mariadb docker [13:57:54 ERROR]: [dynmap] SQLException: Tile read error [13:57:54 ERROR]: [dynmap] ErrorCode: 0, SQLState=08001 [13:57:54 ERROR]: [dynmap] Message: Could not create connection to database server. Attempted reconnect 3 times. Giving up. [13:57:54 ERROR]: [dynmap] ConnectionString: jdbc:mysql://10.10.22.3:3306/server_dynmap?allowReconnect=true&autoReconnect=true [13:57:54 ERROR]: [dynmap] CausedBy: Too many connections [13:57:59 ERROR]: [dynmap] SQLException: Tile exists error [13:57:59 ERROR]: [dynmap] ErrorCode: 0, SQLState=08001 [13:57:59 ERROR]: [dynmap] Message: Could not create connection to database server. Attempted reconnect 3 times. Giving up. [13:57:59 ERROR]: [dynmap] ConnectionString: jdbc:mysql://10.10.22.3:3306/server_dynmap?allowReconnect=true&autoReconnect=true [13:57:59 ERROR]: [dynmap] CausedBy: Too many connections
  11. So I followed the guide and got everything in the video working, including creating a few servers and having players join, but I cant access sftp, and I cant invite users to the panel since they never get an email
×
×
  • Create New...