Was needing to know how I can change my Raspberry Pi port from 80 to 83?
Thank you!
TxRider
Re: How I can change my Raspberry Pi port from 80 to 83
What Operating System is running on your RPi?
What Service, Daemon or other listening process is currently responding to connections to Port 80? Because it is almost certainly the configuration for that application that you need to modify.
-
- Posts: 7436
- Joined: Sat Jan 12, 2013 3:01 am
- Location: Grants Pass, OR, USA
- Contact: Website
Re: How I can change my Raspberry Pi port from 80 to 83
Normally it is easier to configure the router something like: local port = 80 -> external port = 83.
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.
Re: How I can change my Raspberry Pi port from 80 to 83
That should probably read: external port 83 -> local port 80.
Quis custodiet ipsos custodes?
-
- Posts: 14031
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: How I can change my Raspberry Pi port from 80 to 83
If the OP is trying to more or less hide port 80 (HTTP) by using 83 instead, he should be aware that port 83 has an official IANA usage assigned. In general, on such reassignments, all ports below 1024 should be avoided.