-
[Support] binhex - Plex Pass
I just fixed mine up. If you do not see the Option to Claim the Server, you may have to change the value for allowedNetworks in your Preferences.xml Mine was set to my PCs static address, so i wasn't allowed to claim on my laptop. You can find descriptions of what it does here: https://support.plex.tv/articles/201105343-advanced-hidden-server-settings/
-
[Support] ich777 - Gameserver Dockers
I got it to work by setting the container to bridge mode for install. Idk why that worked, but for some reason the custom:br0 with a unique ip didn't work. Got it running now. Thank you for your help. Feeling a bit stupid that i didn't try that in the first place 😵💫
-
[Support] ich777 - Gameserver Dockers
I haven't seen anything in my FW/Router. Using Unbound only. Whitelisted github now just to be safe Do you also have Unifi gear on your network? Sometimes IDS/IPS is a bit to strict on those devices and restrict access for containers to some sites.Using a custom Router with OPNsense. Should not interfere with anything. Disabled my Packet Inspection for testing and it did not change. Can i somehow see the domains that he tries to access?
-
[Support] ich777 - Gameserver Dockers
Tried it, error message didn't change. Runtime folder contains an empty jre21.tar.gz after restarting the container. Also tried with jre17 and basicjre as values, didn't work either. removed the runtime-folder in between each of those. Docker command: docker run -d --name='MC-Archive-Proxy' --net='br0' --ip='10.42.1.21' --pids-limit 2048 -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Unraid-Test" -e HOST_CONTAINERNAME="MC-Archive-Proxy" -e 'JAR_NAME'='velocity' -e 'GAME_V'='custom' -e 'GAME_PARAMS'='' -e 'EXTRA_JVM_PARAMS'='-XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15' -e 'XMS_SIZE'='1024' -e 'XMX_SIZE'='1024' -e 'TCP_PORT_25565'='25565' -e 'TCP_PORT_8080'='8080' -e 'ACCEPT_EULA'='true' -e 'RUNTIME_NAME'='jre21' -e 'UID'='99' -e 'GID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://10.42.1.21:8080/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/mc.png' -v '/mnt/cache/appdata/mc_archive/proxy':'/serverdata/serverfiles':'rw' --restart=unless-stopped 'ich777/minecraftbasicserver' db6a742fa22043e6c7e493abcb1b730182e417e862425dc5571c32fe41a7bd48
-
[Support] ich777 - Gameserver Dockers
I tried that. Getting a non-informative error that the download has failed. Assumed jre21 wasn't allowed for some reason. edit: logs ---Ensuring UID: 99 matches user--- usermod: no changes ---Ensuring GID: 100 matches user--- usermod: no changes ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Taking ownership of data...--- ---Starting...--- ---Checking for 'runtime' folder--- ---'runtime' folder not found, creating...--- ---Checking if Runtime is installed--- ---Downloading and installing JRE21--- ---Something went wrong, can't download JRE21, putting server in sleep mode---
-
[Support] ich777 - Gameserver Dockers
Hello, i have been using the minecraftbasicserver for a long time and it always worked great. However i need to install a new server that requires java21. Is there a way to use that version in your server? entering jre21 in the java_runtime field fails to download it
-
Server Soft Crash after random amount of time
I have not had any crashes since, so i think the issue is solved. Thank you again for your help
-
Server Soft Crash after random amount of time
Thanks. Will do and provide an update in the future. What exactly does it do?
-
Server Soft Crash after random amount of time
I have an update. It is most likely a hardware Problem. It crashed again. This time however i did not power cycle the system and just pressed the reset button. After unraid had booted up again one of the SSD's was not showing up anymore. It did show up again after i restarted the server. I am not sure whether it is a problem with the SSD or with the Mainboard/CPU. Do you have any tips to diagnose this further? Extended smart test compeleted without errors. Smart report of said M.2 is attached. ad-mainframe-smart-20250220-1003.zip
-
Server Soft Crash after random amount of time
I have been observing a weird issue for a while. After a random amount of time my server enters a sort-of soft crash. The Web GUI, the Terminal and the VMs crash. The Docker Containers continue running without an issue. Since there is no way to obtain logs from the server because of neither ssh nor web gui working anymore. I set up a syslog server and have attached my complete log since the last reboot. Server is running 7.0.0 but this issue has been happening on v6 before. syslog ad-mainframe-diagnostics-20250204-2035.zip
-
Backblaze and unraid?
I would easily pay more than 9$ per month on that. Cloud Backups services are expensive to run. But i sure as hell can't afford to pay more than 200$ a month on it. I will at some point probably just built a second server and leave it at a friends place or sth like that. But currently that is not feasible. None of them have anything near gigabit speeds.
-
Assaro started following Out Of Memory Errors detected
-
Out Of Memory Errors detected
Hey, i woke up today to a Out of Memory Error reported by the Fix Common Problems Plugin. I do not know what might have caused it, as Ram Usage is sitting around 30%. I have attached the diagnostics, thanks for helping ad-mainframe-diagnostics-20240107-1156.zip
-
Assaro changed their profile photo
-
-
[Support] ich777 - Gameserver Dockers
Hey, i have a problem. I wanted to set a password on my garrysmod server. This is normally done by editing the server.cfg in garrysmod/cfg/ and adding sv_password "PASSWORD" to it. However i cannot connect to my server using that password. Gmod tells me it is wrong. Have you encountered this yet?
-
[Support] binhex - MinecraftServer
Hey i am currently in the process of transferring my Minecraft Server to your docker Container. I got most things figured out, however i got two questions Are there any relevant changes to server.properties i need to implement in my old server.properties, aside the different IP? How do I add custom JVM Flags? I found the STARTUP_CMD key, however I don't know what to put into it. Just the custom flags, my complete startup script or just the location of my start.sh? Thank you for your work and time
-
[Support] ich777 - Gameserver Dockers
So after a little bit more talking the solution was found to be moving the data folders of the needed games to the appdata/garrysmod folder with the server install and change the mount.cfg to /serverdata/serverfiles/data_folder_name for each game. Thanks again btw