Cant Change Port

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
perezbalen
Posts: 1
Joined: Tue Jul 18, 2017 9:36 pm

Cant Change Port

Post by perezbalen »

Hi

I'm configuring a new installation of Mylar on a Qnap NAS TS-451A running QTS 4.3.3

When I go to the web gui, it's on port 48090, but I want to change it to port 8484

So I go to Settings->Web Interface->HTTP Port
and set it to 8484 and Save Changes, But it doesn't take.
I tried restarting Mylar and rebooting the NAS.

Yet, when I load the Web Interface, the port is shown as 8484 (Mylar saves the desired port). But Mylar still loads at
http://192.168.1.110:48090, not at
http://192.168.1.110:8484 (nothing loads at 8484)

this is in my config.ini:

Code: Select all

cv_verify = 1
http_port = 8484 
http_host = 0.0.0.0
http_username = ""
http_password = ""
http_root = /
Any ideas on what could be happening?
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Cant Change Port

Post by evilhero »

Pretty sure that you're editing the wrong config.ini file if you installed mylar as a qnap package.

I'm not familiar with the package, but either it's loading the config.ini from another location (and the one you're editing is just the default one), or it's being specified on the command line when it's run as a daemon (also if it's loading from an alternate config.ini it would be indicated on the command line).

If you can check the command that's being executed when you start it, it should say in the command where the config.ini is located.

As far as not saving, that's a permissions issue that's seems to be apparent with these 3rd party plugins for some reason. I'm betting the user that's running mylar doesn't have the proper permissions to write to the config.ini (and probably other stuff that's required, like the cache directory).
Post Reply