- •
Lost Access to Crafty DashboardAfter restarting the container, I could no longer log into Crafty Controller. The existing credentials were not recognized, making the dashboard inaccessible.
- •
Understanding Crafty's New Data StructureWhile troubleshooting the login issue, I discovered that Crafty v4 stores account information in JSON files instead of the SQLite database, which is now mainly used for statistics and logging.
- •
Finding the Correct Runtime EnvironmentAccessing Crafty's internal files was more complicated than expected because parts of the application run inside a hidden Python virtual environment and packaged executables.
- •
Import Server Did Not Work as ExpectedThe built-in Import Server feature opened my local Windows file browser instead of scanning directories inside the Linux server, preventing automatic server discovery.
- •
Minecraft Session Validation ErrorsPlayers were unable to join because the server was configured with online-mode enabled, causing authentication failures in my current setup.