On your Mac
Click this link to open the Sharing settings on your Mac.
You'll find your Mac's hostname (ex: MacBook-Pro.local.) at the bottom of the list or under Computer Name in macOS 12 or earlier.
On your Windows PC
- Click on the Start menu and type cmd. When you see the cmd applications in Start menu panel, click it or just press enter.
- A command line window will open. Type ipconfig and press enter.
- You'll see a bunch of information, but the line you want to look for is "IPv4 Address." The number across from that text is your local IP address (ex: 192.168.7.43).
On your Linux PC or Raspberry Pi
- Open a Terminal window
- Type ifconfig
- Find the current network interface (ex: 192.168.7.44)