Minecraft Java Edition server default port.
Test it now with our Port Scanner
| Port | 25565 |
|---|---|
| Service | Minecraft |
| Protocol | TCP |
| Encrypted | Varies |
| Common Use | Minecraft Java Edition server default port |
Online: Use our Port Scanner — enter your IP and port 25565.
Command line:
nc -zv your-server-ip 25565 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 25565 (PowerShell)
Check locally:
ss -tlnp | grep :25565 (Linux) netstat -an | findstr :25565 (Windows)