How To Set Admin Password Palworld Dedicated Server

YouTube video

Setting an admin password for your Palworld Dedicated Server is crucial for maintaining control and managing the server effectively. This password allows you to access administrative features and make important changes to the server settings. The process involves editing a configuration file on your server. This guide will walk you through the steps to set an admin password for your Palworld Dedicated Server.

  1. Copy the Default Config File (Optional): It’s a good practice to make a copy of the default configuration file before making any changes. This step is not mandatory but recommended for backup purposes.
    If your config file is empty there should be and default config file located in PalServer folder
    Or copy from the bottom of this page.
  2. Navigate to the Config Folder: Go to the \steamapps\common\PalServer\Pal\Saved\Config\WindowsServer directory on your server. This path assumes that your server is hosted on a Steam-based system.
  3. Locate the PalWorldSettings.ini File: In the config folder, look for the PalWorldSettings.ini file. This is the configuration file where you can set the admin password.
  4. Open the PalWorldSettings.ini File: Use a text editor like Notepad or any other text editing software to open the PalWorldSettings.ini file.
  5. Edit the Admin Password: Inside the file, locate the line that says AdminPassword="". Edit it to include your desired password. For example, AdminPassword="thepasswordyouwant". Replace "thepasswordyouwant" with the actual password you want to set.
  6. Save the File: After you have entered your desired admin password, save the changes to the PalWorldSettings.ini file. Make sure you save the file in the same format without changing its extension.

By following these steps, you have successfully set an admin password for your Palworld Dedicated Server. This password will help you manage your server settings and maintain control over the server operations. Remember to keep your admin password secure and share it only with trusted individuals who require admin access.

[/Script/Pal.PalGameWorldSettings]
OptionSettings=(Difficulty=None,DayTimeSpeedRate=1.000000,NightTimeSpeedRate=1.000000,ExpRate=1.000000,PalCaptureRate=1.000000,PalSpawnNumRate=1.000000,PalDamageRateAttack=1.000000,PalDamageRateDefense=1.000000,PlayerDamageRateAttack=1.000000,PlayerDamageRateDefense=1.000000,PlayerStomachDecreaceRate=1.000000,PlayerStaminaDecreaceRate=1.000000,PlayerAutoHPRegeneRate=1.000000,PlayerAutoHpRegeneRateInSleep=1.000000,PalStomachDecreaceRate=1.000000,PalStaminaDecreaceRate=1.000000,PalAutoHPRegeneRate=1.000000,PalAutoHpRegeneRateInSleep=1.000000,BuildObjectDamageRate=1.000000,BuildObjectDeteriorationDamageRate=1.000000,CollectionDropRate=1.000000,CollectionObjectHpRate=1.000000,CollectionObjectRespawnSpeedRate=1.000000,EnemyDropItemRate=1.000000,DeathPenalty=All,bEnablePlayerToPlayerDamage=False,bEnableFriendlyFire=False,bEnableInvaderEnemy=True,bActiveUNKO=False,bEnableAimAssistPad=True,bEnableAimAssistKeyboard=False,DropItemMaxNum=3000,DropItemMaxNum_UNKO=100,BaseCampMaxNum=128,BaseCampWorkerMaxNum=15,DropItemAliveMaxHours=1.000000,bAutoResetGuildNoOnlinePlayers=False,AutoResetGuildTimeNoOnlinePlayers=72.000000,GuildPlayerMaxNum=20,PalEggDefaultHatchingTime=72.000000,WorkSpeedRate=1.000000,bIsMultiplay=False,bIsPvP=False,bCanPickupOtherGuildDeathPenaltyDrop=False,bEnableNonLoginPenalty=True,bEnableFastTravel=True,bIsStartLocationSelectByMap=True,bExistPlayerAfterLogout=False,bEnableDefenseOtherGuildPlayer=False,CoopPlayerMaxNum=4,ServerPlayerMaxNum=32,ServerName="Default Palworld Server",ServerDescription="",AdminPassword="",ServerPassword="",PublicPort=8211,PublicIP="",RCONEnabled=False,RCONPort=25575,Region="",bUseAuth=True,BanListURL="https://api.palworldgame.com/api/banlist.txt")