> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Allow Non-Premium (Cracked) Players in Minecraft

> Expand your community accessibility. Learn how to disable online-mode and implement secure authentication for non-premium Minecraft players.

## Opening Your Doors: Offline Mode

By default, Minecraft servers perform a real-time verification of every player's identity against the official Mojang and Microsoft authentication clusters. While this ensures community security, it restricts your server to players with paid "Premium" accounts. By transitioning your FREAKHOSTING server to **Offline Mode**, you can allow players using alternative or "cracked" launchers to join your world. This is a common strategy for community growth in specific global regions where premium accounts are less prevalent.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    3 Minutes
  </Card>
</CardGroup>

***

## Configuration Workflow

Follow these steps to modify your server's authentication protocol.

<Steps>
  <Step title="Initialize Maintenance">
    Log in to the [Game Panel](https://games.freakhosting.com) and **Stop** your server. Modifying identity variables while the engine is active can lead to UUID (player data) synchronization errors.
  </Step>

  <Step title="Open Server Properties">
    Navigate to the **Files** tab and open the `server.properties` file located in your root directory.
  </Step>

  <Step title="Disable Online Verification">
    Locate the `online-mode` variable. Update the value from `true` to **`false`**.

    ```properties theme={null}
    online-mode=false
    ```
  </Step>

  <Step title="Initialize Changes">
    Save the file and **Start** your server.
  </Step>
</Steps>

***

## Strategic Security Requirements

<Warning>
  ### Critical Identity Vulnerability

  Transitioning to offline mode removes the engine's built-in cryptographic identity checks. This means that a malicious actor can join your server using **any username**, including yours or your staff members', effectively gaining full administrative access without a password.
</Warning>

If you choose to operate an offline server, you **must** implement a secondary authentication layer to safeguard your community.

<Tabs>
  <Tab title="AuthMeReloaded">
    The industry standard for offline authentication. It requires every player to register a password upon their first join and log in during every subsequent session before they can move or execute commands.
  </Tab>

  <Tab title="nLogin">
    A modernized, high-performance alternative featuring advanced "FastLogin" capabilities for premium players and integrated bot protection.
  </Tab>
</Tabs>

***

<Note>
  ### Understanding UUID Changes

  Please be aware that changing the `online-mode` variable will alter every player's unique identifier (UUID). Existing players may lose access to their inventories, ender chests, and land claims as the engine now identifies them via a different technical hash. We recommend only performing this change on a fresh world or before your community has established significant progress.
</Note>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Minecraft:** Everyone is welcome.
</div>
