Skip to main content

Open Network Ports on RUBIK Pi Linux System

Port NumberProtocolListening AddressService/ProcessDescription
1883TCP0.0.0.0 & :::mosquittoMQTT message broker. Used for publish/subscribe message communication between IoT devices and servers.
53TCP127.0.0.1 & ::1dnsmasqDNS cache and local resolution service. Typically provides domain name resolution for other local services (e.g., containers, local network discovery).
33869TCP127.0.0.1containerdAPI for container runtime daemon. Used for managing (starting, stopping) containers.
111TCP0.0.0.0 & :::init (rpcbind)RPC port mapper. Provides port management for remote procedure call services like NFS (Network File System).
80TCP0.0.0.0lighttpdLightweight web server. Provides web configuration interface or API for the device.
22TCP6:::init (sshd)SSH remote secure login service. Used for remote maintenance, debugging, and file transfer.