Skip to content

Offline Mode / Crack Server

By default, Minecraft servers run in online mode, meaning only players with a legitimate Mojang/Microsoft account can connect. If you want to allow non-premium (cracked) players to join your server, you need to switch the server to offline mode.

  1. Log in to the Syncara Control Panel at panel.syncara.host.
  2. Select the server you want to configure.
  3. Navigate to the File Manager section.
  1. Locate and open the server.properties file in the root directory of your server.
  2. Find the following line:
online-mode=true
  1. Change it to:
online-mode=false
  1. Save the file and restart your server for the changes to take effect.

Since offline mode disables account verification, it is critical to install an authentication plugin to prevent unauthorized players from impersonating others. Here are the recommended options:

AuthMe Reloaded is the most widely used authentication plugin for offline mode servers. It requires players to register and log in with a password before they can interact with the server.

  1. Download AuthMe from SpigotMC.
  2. Place the .jar file into your server’s plugins/ folder.
  3. Restart the server.
  4. Players will now be prompted to /register <password> <password> on their first join, and /login <password> on subsequent joins.

For proxy-based networks, LibreLogin offers modern authentication with seamless premium auto-login support.

  1. Download LibreLogin from GitHub.
  2. Install on your proxy and backend servers as instructed in their documentation.
  3. Configure to your needs.

If you run a proxy-based network (BungeeCord or Velocity), the offline mode setting works slightly differently:

  • Set online-mode=false in each backend server’s server.properties.
  • On BungeeCord: Set online_mode: false in config.yml if you want to allow cracked players.
  • On Velocity: Set online-mode=false in velocity.toml.
  • Enable bungeecord: true in each backend server’s spigot.yml (for BungeeCord), or install the appropriate forwarding plugin for Velocity.
SettingFileValue
Standalone Serverserver.propertiesonline-mode=false
BungeeCord Proxyconfig.ymlonline_mode: false
Velocity Proxyvelocity.tomlonline-mode=false

After enabling offline mode, always install an authentication plugin to keep your server secure. If you need any assistance, feel free to open a support ticket at support@syncara.host.