Finding Your Server Address
Log in to the Game Panel
Go to the Wasabi Hosting Game Panel and sign in with your panel credentials.
The default Minecraft Java port is
25565. If your server uses that port, players can leave the port off entirely and just enter the IP. If your server uses a different port, the :port part is required.Joining from Java Edition
Add the server
Click Add Server, enter a name of your choice, and paste your server address (
IP:port) into the Server Address field.Joining from Bedrock Edition (Geyser)
If your server has Geyser installed, Bedrock Edition players (Windows 10/11, mobile, console) can join your Java server too.Open the Servers tab
In Bedrock Edition, go to Play and open the Servers tab, then scroll down and select Add Server.
Enter the address and port
Enter your server’s IP as the Server Address and the Geyser port as the Port. By default Geyser listens on UDP port
19132, but on shared hosting it is often configured to reuse your server’s assigned port — check your Geyser config.yml or your panel’s network/allocations page to confirm.Geyser is not installed by default. It runs as a plugin on Paper/Spigot servers (or as a mod on Fabric). Pair it with Floodgate if you want Bedrock players to join without owning a Java account. See Installing Plugins.
Using a Custom Domain (SRV Record)
Instead of sharing a rawIP:port, you can let players join with something like play.yourdomain.com. This works with an SRV record in your domain’s DNS settings:
| Field | Value |
|---|---|
| Type | SRV |
| Name / Service | _minecraft._tcp.play (creates play.yourdomain.com) |
| Priority | 0 |
| Weight | 5 |
| Port | Your server’s port (e.g. 25565) |
| Target | Your server’s IP or hostname |
play.yourdomain.com — no port needed.
Connection Troubleshooting Checklist
If you can’t connect, work through this list:- Is the server online? Check the console in the Game Panel — it should show
Done (X.XXXs)! For help, type "help". - Correct address? Double-check the
IP:portagainst the panel dashboard. A missing or wrong port is the most common cause. - Version mismatch? Your launcher version must be compatible with the server version.
- Still starting up? Modded servers can take several minutes to boot — wait for the “Done” message.
- Firewall Manager rules? If you use the Firewall Manager, make sure your own IP isn’t blocked by a rule.
- Whitelist enabled? If
white-list=trueinserver.properties, your username must be whitelisted (whitelist add YourName).
Need a Minecraft server?
Get your own Minecraft server from €2.99/month — deployed in about 2 minutes with DDoS protection included.

