Where to Find Your Minecraft Invite Address: A Complete Guide

Whether you're playing Minecraft Java Edition, Bedrock Edition, or running a dedicated server, finding the right invite address to share with friends can feel confusing — especially because the answer changes depending on how your game is set up. This guide breaks down exactly where to look, what each type of address means, and why your specific situation determines which one actually works.

What Is a Minecraft Invite Address?

A Minecraft invite address (sometimes called a server address or IP address) is the string of text or numbers that a player types into the game's multiplayer menu to connect to your world. Think of it like a home address — without the correct one, your friends simply can't find the door.

The format typically looks like one of these:

  • A local IP address: 192.168.1.x — used when everyone is on the same Wi-Fi network
  • A public IP address: A longer number like 203.0.113.45 — used for players connecting over the internet
  • A domain name: Something like play.yourserver.net — used when a server host provides a named address

Which type you need depends entirely on how your multiplayer session is being hosted.

Where to Find the Address Based on Your Setup 🎮

Playing on a Local Network (LAN)

If you've opened your single-player world to LAN (Local Area Network), Minecraft generates a port number automatically and broadcasts your game to nearby devices on the same network.

To find it:

  1. Open your world and press Escape
  2. Click Open to LAN
  3. Choose your settings and confirm — Minecraft will display a port number in the chat log (e.g., Local game hosted on port 54321)

Your friends on the same Wi-Fi network will need your local IP address plus that port. To find your local IP:

  • Windows: Open Command Prompt, type ipconfig, look for IPv4 Address
  • Mac: Go to System Settings → Network → your active connection → look for the IP listed there
  • Linux: Run ip addr or hostname -I in the terminal

The full invite address would then be something like 192.168.1.5:54321.

Hosting a Dedicated Server

If you're running a dedicated Minecraft server on your own machine, the invite address your friends need is your public IP address — the one your internet provider assigns to your home network.

To find your public IP:

  • Visit any "what is my IP" website from the machine running the server
  • It will display something like 203.0.113.45

⚠️ One important caveat: most home internet connections use a dynamic IP, meaning this address can change over time. If you're hosting regularly, services like Dynamic DNS (DDNS) let you tie a consistent domain name to your changing IP so friends always have a reliable address to use.

You'll also likely need to configure port forwarding on your router to allow external connections — the default Minecraft server port is 25565 for Java Edition.

Using a Third-Party Server Hosting Service

If you're paying for a managed Minecraft server through a hosting provider (sometimes called "Minecraft server hosting" or "Realms alternatives"), the invite address is provided directly in your hosting control panel.

Log into your hosting dashboard and look for:

  • A field labeled Server IP, Server Address, or Connection Details
  • It may look like a domain name (yourname.craftinghost.net) or a raw IP with a port (198.51.100.22:19132)

This is the address you copy and send to friends. Nothing else needs to be configured on your end.

Using Minecraft Realms

Minecraft Realms works differently from traditional servers. Players don't connect via a typed IP address — instead, the Realms owner sends an invite through the in-game interface:

  1. Open Minecraft and go to Realms from the main menu
  2. Select your Realm and open its settings
  3. Navigate to Members or Invite Players
  4. Search for your friend's gamertag or Minecraft username and send the invite

Friends accept the invite from their own Realms menu. There's no address to copy or share manually — the system handles the connection internally.

Java Edition vs. Bedrock Edition: Key Differences

FactorJava EditionBedrock Edition
LAN discoveryManual IP + port requiredAuto-discovery on same network
Server address formatIP or domain + portIP or domain + port
Realms invitesUsername-basedGamertag-based
Default server port2556519132
Cross-platform playJava onlyCross-platform supported

These differences matter when troubleshooting a failed connection — an address that works for one edition may be formatted incorrectly or on the wrong port for the other.

Why the "Right" Address Depends on Your Situation

The variables that determine which address to share — and where to find it — include:

  • Edition: Java and Bedrock have different networking behavior
  • Hosting method: LAN, self-hosted server, third-party host, or Realms each surfaces the address differently
  • Network setup: Whether players are local or remote changes which IP type is relevant
  • Router configuration: Port forwarding and firewall rules affect whether an external address even works
  • Static vs. dynamic IP: Determines whether a shared address stays reliable over time

Someone playing casually on a home LAN with two laptops has a completely different setup than someone running a persistent server for a group of friends across different cities — and the address they need to share, and where to find it, reflects that gap.