Post Reply 
Multiple instances on Synology NAS
13-09-2022, 14:50 (This post was last modified: 13-09-2022 14:57 by simbun.)
Post: #12
RE: Multiple instances on Synology NAS
I'm not sure what GUI is available to configure MinimServer on the Synology, but if you're somewhat proficient on the command line you can use mscript to make the ohnet change simoncn was talking about.

You'll need to go into the terminal of the MinimServer docker container, and cd to the root of the minimserver install (I'm guessing '/opt/minimserver' from looking at the image), then:

Code:
# show current properties
./bin/mscript -c props

# modify ohnet port
./bin/mscript -c "prop ohnet.port=9792"

# restart to apply changes
./bin/mscript -c restart

# only syntax errors are highlighted in interactive mode, so you'll need to check logic errors using
tail ./data/minimserver-out.log

I'm assuming the installation layout is the same as a vanilla Linux install, but that might not be the case.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Multiple instances on Synology NAS - simbun - 13-09-2022 14:50

Forum Jump:


User(s) browsing this thread: 1 Guest(s)