OS Name/Version:
Rocky 9.5
Product Name/Version: (Always use the full version number - not ‘Latest’)
AMP Release “Phobos”
v2.6.1.6, built 21/04/2025 13:43
Problem Description:
Cannot get Wurm Unlimited Server to run.
At first was an issue which require ulimit to be increased, post resolving this the server appears to be running without a crash but server port shows “not running” and I am unable to connect to the server with the game client.
Steps to reproduce:
- Step 1 - Fresh install of Rocky 9.5 minimal VM on Proxmox host
- Step 2 - Install AMP using bash <(wget -qO- getamp.sh)
- Step 3 - Create wurm unlimited instance
- Step 4 - Resolve issue with ulimit crash
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<‘EOF’
{
“default-ulimits”: {
“nofile”: {
“Name”: “nofile”,
“Soft”: 4096,
“Hard”: 4096
}
}
}
EOF
sudo systemctl daemon-reload
reboot
Actions taken to resolve so far:
I bought this today to simplify spinning up a wurm server and then potentially other games in the future. I performed the steps above, I tried rebuilding the server from scratch as well, also tried making it not a ballooning VM and just directly assigning 16GB of RAM as the initial errors were related to memory but resolved by setting ulimit higher.