Trying to run multiple servers

Running into an issue, trying to spin up a second server to run concurrently, while also running another server.

When creating the new server, I’m not assigning an IP (similar to the other server i have setup, which is currently running), and will have users connect through port 25566. The issue i’m running into now is that i can’t get it to start at all, and it doesn’t even generate any logs for me to troubleshoot with.

Is it possible to have two servers running at the same time?

Ok the issue i ran into is that my install is using Java 16, and was trying to spin up a 1.20.6 vanilla server, which requires java 17. This is using TrueNAS Scale install, so I will update if I can figure out how to update the java version