this post was submitted on 24 Nov 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hi all, I have selfhosted various services on my server via docker such as the whole *rr suite, plex, jellyfin, pihole, nginx, qbittorrent.

Out of curiosity I ran an nmap on the server IP but I see a lot less ports than I actually use.

With nmap 192.168.1.180 i see:

  • 53/tcp open domain
  • 80/tcp open http
  • 81/tcp open hosts2-ns [this is nginx]
  • 443/tcp open https
  • 6881/tcp open bittorrent-tracker
  • 8080/tcp open http-proxy [this is pihole]
  • 9091/tcp open xmltec-xmlmail [this is qbittorrent]

Why don't I see all the ports for all the services?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago

Are you running nmap from the system itself? Depending on the network type you use docker does some pretty complicated things with NAT, so scanning a machine from itself isn't always very useful.