This guide provides solutions for GameTeam.io administrators experiencing issues with the admin password not being recognized in Palworld. The instructions intend to restore proper admin access.
Identifying the Issue
If your admin password is not working in Palworld:
- Verify the accuracy of the entered password.
- Ensure that there are no extra spaces or typographical errors.
- Check if the issue persists post server restart.
Default Settings Syntax Check
Incorrect syntax in the configuration file can cause the admin password to be unrecognized. Here’s how to fix it:
Configuration File
The configuration file should contain the correct structure. Locate the configuration file.
Syntax Verification
Ensure the following structure, paying special attention to the presence of brackets and equal signs:
[/Script/Pal.PalGameWorldSettings]
OptionSettings=(AdminPassword='')
Closing Brace Check
Missing closing braces after configuration settings can lead to the game server not recognizing the admin password.
Corrected Syntax
Make sure the configuration section is correctly closed with a brace:
[/Script/Pal.PalGameWorldSettings]
OptionSettings=(AdminPassword='your_password')
Replace your_password
with the desired password (keep the quotations).
Saving and Restarting
After making corrections:
- Save changes to
PalGameWorldSettings.ini
. - Restart the Palworld server to apply changes.
Further Assistance
If the password issue persists:
- Double-check the configuration file for other possible syntax errors.
- Contact GameTeam.io support for personalized assistance.
Remember to keep a backup of your original configuration file before making changes for safety and troubleshooting purposes.