
This quickstart guide will help you with how to Retrieve All Memory Records from your Hytale server.
Accessing memory records on a Hytale server is essential if you want deeper insight into how your world evolves, how players interact, or how your custom systems behave behind the scenes. Memory data acts as the server’s internal notebook, tracking states, storing variables, and preserving information that powers quests, NPC behavior, progression systems, and custom mechanics. Understanding how to retrieve these records gives you far more control over debugging, optimizing performance, and building richer gameplay experiences. Hytale’s server architecture is designed to be modular and data‑driven, so memory records can come from multiple sources: world scripts, entity behaviors, player‑specific data, and system‑level storage. Knowing where these records live and how to access them helps you troubleshoot issues, migrate data between servers, or simply explore how your server logic is functioning under the hood. Whether you're a server admin, a mod developer, or a creator experimenting with Hytale’s scripting tools, retrieving memory records is a foundational skill that unlocks more advanced customization.
Unlocking All Memories on Your Hytale Server
1. Log in to your Game Control Panel and navigate to your service.
2. Navigate to the Web-Console Tab.

3. In the Web-Console tab, run the following command:
| Command | Description |
/memories unlockall --world <worldName> |
Unlocks all memories in the desired world. |
/memories level --world <worldName> |
Gets the current memory level of the world. |
/memories setcount <count> --world <worldName> |
Sets a specific memory level from 0-240 in the desired world. |
Clearing Memories on Your Hytale Server
1. Launch and join your server.
2. Once you’ve joined the server, simply type the following command in chat: