What's new

[RT-AC88U] FW 384.3 port 80

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

NewFolk

New Around Here
Hello,
I have disabled UI on http (80 port).
And on 382.1_2 I had nginx server on router.

But after upgrade to 384.3 I get
Code:
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)

I do not see anything at [https://IP:80]
After I kill process by
Code:
fuser -k 80/tcp

I can use nginx again and Router UI work good.

So could you tell me who use 80 port? and could I disable this?
 
If you have Entware installed, install ‘lsof’ and then do;
lsof -iTCP | grep 80


Sent from my iPhone using Tapatalk
 
That will tell you the process that is listening on that port.

Also double check the HTTPS vs HTTP vs BOTH option for the GUI.


Sent from my iPhone using Tapatalk
 
Asus still launches an httpd instance on port 80 for their AiTunnel-related services (AiHome and such).

You can force the router to use a port different than 80, but it might break those services if you use them, so you're doing it at your own risks.

https://github.com/RMerl/asuswrt-merlin.ng/issues/79
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top