Lodehost logoLodehost

Players and access

How to find a Minecraft server IP address

A Minecraft server IP is simply the address you type to reach a server. It can be a row of numbers such as 203.0.113.25 or a name such as play.example.com, and both do the same job. Where you find it depends on whose server it is: one you already joined, a public server, a server on your own PC, or one you rent. Each case is below.

7 min read

A wooden signpost with a green location pin on a grass block
A server address is a signpost: a name or a number that points the game at one machine.

What a Minecraft server IP or address is

Every server listens on a machine somewhere, and the game needs to know which one. Players call that the server IP, the game calls it the Server Address, and in practice it comes in three shapes:

ShapeExampleWhat it means
A nameplay.example.comA name that DNS turns into the numbers behind it. Most public and rented servers use one.
A numeric IP203.0.113.25The address of the machine itself. Common for a server on someone's own PC.
Either one with a port203.0.113.25:25570The number after the colon is the port, needed on Java only when the server does not use 25565.

The example numbers are reserved for documentation and lead nowhere, so copy the real address from its owner.

A name is easier to remember and keeps working when the server moves to another machine, because only the numbers behind the name change. That is why most servers hand out a name. More on the number after the colon is in the guide to Minecraft server ports.

Copy the server address and port from server details into Minecraft
Use the connection details supplied by the host or server owner. A domain name can be used instead of a numeric IP address. View larger.

How to find the server address in Minecraft

Joined a server before and want to pass the address on? The game still has it. The server list shows only the name you gave the server, so you open the entry to see the address.

  1. Java Edition: open Multiplayer

    From the title screen choose Multiplayer. Your saved servers are listed with their names and a short description.

  2. Select the server and choose Edit

    Click the server once and press Edit at the bottom. The Server Address field holds the full address, port included if it has one. Copy it and press Cancel so nothing changes.

  3. Bedrock Edition: open the Servers tab

    Choose Play, switch to Servers and select a server you added yourself. Choose Edit to see the Server Address and the Port.

The featured servers on Bedrock cannot be edited, so the game does not show their address. On Java the whole list is also saved in a file called servers.dat in the .minecraft folder, but it is not plain text, so Edit is the quicker way.

How to find the IP of a public Minecraft server

A public server wants to be found, so its address is never a secret. It is usually in one of these places:

  • The server's own website, often at the top of the page or behind a button that copies it.
  • The server's Discord, in a channel for rules, info or how to join.
  • A server list site, where each entry shows the address, the game version and whether it takes Java, Bedrock or both.
  • A friend who plays there, who can read it from their own server list with Edit, as shown above.

A server that takes Bedrock players often lists a separate port as well. Type the address and the port exactly as the server gives them, and check that the server runs the edition you play before you add it.

How to find the IP address of your own Minecraft server

A server on your own PC has three addresses, and which one a player types depends on where that player sits:

Who connectsAddress to typeWhere to find it
You, on the PC that runs the serverlocalhostNothing to look up. It always means this PC.
Someone on the same Wi-Fi or networkThe local IPv4 address, such as 192.168.1.20Run ipconfig on Windows, ipconfig getifaddr en0 on a Mac or hostname -I on Linux.
A friend somewhere elseYour public IP addressIn your router, or on any page that shows your IP. It only works after a port forward.

Command Prompt on Windows

ipconfig

Look for the line IPv4 Address under the adapter you are connected with, Wi-Fi or Ethernet. That number is what players in your house type, with :25565 behind it only if you changed the port.

Leave server-ip in server.properties empty. It does not set the address players type; it tells the server which network card to listen on, and a wrong value there stops the server from starting. Every setting in that file is explained in server.properties explained.

Your public IP can change

Most home connections get a public address that changes now and then, often after the router restarts. Friends then have a stale address saved. Letting friends in from outside also takes a port forward in your router, and the steps are in port forwarding a Minecraft server at home.

The address of an Open to LAN world

A world opened to LAN is a small server for the people on your own network. On Java, press Esc, choose Open to LAN and start the LAN world. The chat then shows Local game hosted on port followed by a number that changes each time.

Players on the same network usually need no address at all: the world appears by itself at the bottom of their Multiplayer list while the game scans for local games. If it does not, they choose Direct Connection and type your local IPv4 address, a colon and that port number. On Bedrock, a world with Visible to LAN Players switched on shows up on the Friends tab of other players on the same network.

A Realm has no IP address

Minecraft Realms is run by Mojang and has no address you can type. Players join through an invite or a code from the owner. If a guide asks for your Realm IP, the only way to get one is to move the world to a server of its own.

Where to find your server address on Lodehost

Your address sits right under the server name at the top of every page in the panel, with a button that copies it. It looks like yourname.mc.minecrafthosting.cc, and that name is the whole address: Java players type it with no port.

  • Extra names. Settings has an address card where you can add up to three more names for the same server. Any of them works.
  • Bedrock players on a Crossplay plan type the same address, plus the Bedrock port shown next to it in the panel. The steps are in Java and Bedrock crossplay.
  • No numeric IP. The panel gives you a name, not the address of the machine. Our address router reads the name and sends each player to the right server, so the name keeps working and the machine stays out of sight. How that works is on your server address.

When the address does not work

What the player seesWhat to check
Unknown hostThe address is spelled wrong, or has a space in it. Copy it again instead of typing it.
Connection refusedThe address is right but the server is off, or the port behind the colon is wrong.
Connection timed outNothing answered. On a home server that is usually a missing port forward or the firewall.
The server shows, but joining failsThe address is fine. The version, the whitelist or the account is the problem.

Every message and its fix is in can't connect to a Minecraft server. For the steps a player takes once the address is right, see how to join a Minecraft server.

Written and checked by the Lodehost team, last reviewed on 25 September 2026.

FAQ

Questions about Minecraft server addresses

Is a Minecraft server address the same as its IP?

They do the same job. An IP is the number of the machine; an address can also be a name that points at that number. Minecraft accepts either in the Server Address field.

How do I find the IP of a server I have played on?

On Java, open Multiplayer, select the server and choose Edit; the Server Address field shows it. On Bedrock, do the same on the Servers tab for a server you added yourself.

What is my Minecraft server IP if it runs on my own PC?

localhost for you, your local IPv4 address from ipconfig for people on the same network, and your public IP for friends elsewhere, which also needs a port forward.

Do I need to add a port to the address?

On Java only when the server does not use 25565 and has no SRV record; then you add a colon and the port. Bedrock always has its own Port field.

Why did my friend's server IP stop working?

A server on a home connection often gets a new public IP after the router restarts. A server with a name instead of numbers does not have that problem.

What is the IP of a Minecraft Realm?

A Realm has none. Players join with an invite or a code from the owner of the Realm.

An address your friends can remember

Every plan comes with a name of its own that never changes, no port for Java players and no home IP to share.

See the plans