Server address

Eaglercraft server IP

CarrotCraft runs on wss://eagler.carrot-craft.org. Paste it into any Eaglercraft client and you're on the network - free, no account, no download.

Server addresses

Copy an address and join

The same CarrotCraft network, whichever way you play.

Eaglercraftwss://eagler.carrot-craft.org Javajava.carrot-craft.org Bedrockbedrock.carrot-craft.org

Why it starts with wss:// and not a normal IP

This is the single thing that trips people up most. A desktop Minecraft server uses a plain host like play.example.net over TCP. Eaglercraft runs inside a browser tab, and browsers can't open raw TCP sockets - so Eaglercraft servers speak WebSocket instead.

That's why the address is a URL, not an IP. The wss:// prefix is the secure form of WebSocket, the same relationship https:// has to http://. If you type eagler.carrot-craft.org on its own, or try the address in the desktop Java launcher, it will not connect - the prefix is part of the address.

Copy it exactly: wss://eagler.carrot-craft.org - all lowercase, no trailing slash, no port number.

Adding CarrotCraft to an Eaglercraft client

  1. Open your Eaglercraft client and click Multiplayer on the main menu.
  2. Choose Add Server (or Direct Connect for a one-off join).
  3. Set the server name to anything you like - CarrotCraft works.
  4. Paste wss://eagler.carrot-craft.org into the address field.
  5. Save, then double-click the server in your list to join.

If you'd rather skip all of that, our browser launcher already has the server built in - it connects you on load, so there's nothing to type.

All CarrotCraft addresses

  • Eaglercraft / browser: wss://eagler.carrot-craft.org
  • Java Edition (PC): java.carrot-craft.org - supports 1.8 through current releases
  • Bedrock Edition: bedrock.carrot-craft.org - console, mobile and Windows 10/11

All three land on the same network, so you and your friends can play together whichever client you each use.

If it won't connect

  • Dropped the prefix. eagler.carrot-craft.org alone won't work - Eaglercraft needs the full wss:// URL.
  • Used it in the Java launcher. The wss:// address is Eaglercraft-only. On desktop Java, use java.carrot-craft.org.
  • Version mismatch. A 1.8.8 client can't join a 1.12.2 world and vice versa. Pick the matching client on the play page.
  • Network is blocking WebSockets. Some school and workplace filters allow normal browsing but block wss://. Our unblocked guide covers what to check.
  • Still stuck? Ask in our Discord - staff and players are usually around to help.