How to change 80 port to XXX?

can port in openwrt be changed? i would change on wr841hpv3 wa901v4 and wr841v5

is it posibile and how to do that please help me

You can either install "luci-app-uhttpd" (over software menue) and change after install under services - uhttpd (new category) the HTTP/HTTPS listen ports or you can do this over ssh/console:

uci del uhttpd.main.listen_http
uci add_list uhttpd.main.listen_http='0.0.0.0:80'
uci add_list uhttpd.main.listen_http='[::]:80'
uci del uhttpd.main.listen_https
uci add_list uhttpd.main.listen_https='0.0.0.0:443'
uci add_list uhttpd.main.listen_https='[::]:443'

Adjust the port numbers to your choosen flavor. You could edit /etc/config/uhttpd directly and make your changes there also.

1 Like

on wa901 i have installed that service where to go to chagne?

As I've written above already:

after install under services - uhttpd (new category) the HTTP/HTTPS listen ports

Screenshot_20200706_161155

i did on wr841hp it was there that option but wa901 and wr941 use andyx and both have installed httpd but no listed in services

I don't know what you mean with andyx. Is it a community build? If so I cannot say why it is not listed because I don't know what is different/stripped or whatever is modifyed on this builds.
Anyway you can still use ssh/console to see if you can make changes with uci command line or edit /etc/config/uhttpd file directly.

1 Like

edit sounds safetly thank you i wil try now , yes andyx is some build of open wrt from someone here i downloaded he gives great db power

i got it thanks, ony to ask is there way to change http port without uhttpd with putty or telnet i have some issue with wr941v5.1

i maked with wr841hpv3 :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.