# 沒有顯示在線玩家

當您的伺服器無法正常顯示在線玩家，請檢查是否確實設置管理員密碼和 REST API 端口號：

<figure><img src="/files/qkcmPz4OYar1CW0aWDBu" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jUEFeM1hRrE2py2O03rY" alt=""><figcaption></figcaption></figure>

接著請檢查伺服器 「 世界檔資料夾 」 中是否存在 `WorldOption.sav` 檔案，若存在請將其直接刪除 (感謝 Grag1023 大大及宇宙虹色閃光大大提出)：

<figure><img src="/files/1yaEZJ0Ol05KvqCnaJf2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LtyUvmDf4pBgPFKzxUUB" alt=""><figcaption></figcaption></figure>

若嘗試上述選項仍無法正確顯示在線玩家，請嘗試以下方法：

1. 將伺服器關閉 -> 點擊修改世界設定 -> 編輯原始檔

<figure><img src="/files/ptdnAIr8WVBM3P2AxZ54" alt=""><figcaption></figcaption></figure>

2. 將下列文字複製貼上到原始檔中：

```
[/Script/Pal.PalGameWorldSettings]
OptionSettings=(Difficulty=None,DayTimeSpeedRate=1,NightTimeSpeedRate=1,ExpRate=1,PalCaptureRate=1,PalSpawnNumRate=1,PalDamageRateAttack=1,PalDamageRateDefense=1,PlayerDamageRateAttack=1,PlayerDamageRateDefense=1,PlayerStomachDecreaceRate=1,PlayerStaminaDecreaceRate=1,PlayerAutoHPRegeneRate=1,PlayerAutoHpRegeneRateInSleep=1,PalStomachDecreaceRate=1,PalStaminaDecreaceRate=1,PalAutoHPRegeneRate=1,PalAutoHpRegeneRateInSleep=1,BuildObjectDamageRate=1,BuildObjectDeteriorationDamageRate=1,CollectionDropRate=1,CollectionObjectHpRate=1,CollectionObjectRespawnSpeedRate=1,EnemyDropItemRate=1,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,bAutoResetGuildNoOnlinePlayers=False,AutoResetGuildTimeNoOnlinePlayers=72,GuildPlayerMaxNum=20,PalEggDefaultHatchingTime=72,WorkSpeedRate=1,bIsMultiplay=False,bIsPvP=False,bCanPickupOtherGuildDeathPenaltyDrop=False,bEnableNonLoginPenalty=True,bEnableFastTravel=True,bIsStartLocationSelectByMap=True,bExistPlayerAfterLogout=False,bEnableDefenseOtherGuildPlayer=False,CoopPlayerMaxNum=4,ServerPlayerMaxNum=32,ServerName="default",ServerDescription="",AdminPassword="admin",ServerPassword="",PublicPort=8211,PublicIP="",RCONEnabled=True,RCONPort=25575,Region="",bUseAuth=True,BanListURL="https://api.palworldgame.com/api/banlist.txt",RESTAPIEnabled=True,RESTAPIPort=8212,bShowPlayerList=False,AllowConnectPlatform=Steam,bIsUseBackupSaveData=True,BaseCampMaxNumInGuild=3)"
```

3. 重新調整伺服器和世界設定, 並確保正確設置 REST API 及管理員密碼。

{% hint style="danger" %}
請重新修改管理員密碼！預設為 admin 可能遭有心人士破解。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dalufishes-team.gitbook.io/palserver-gui/faq/mei-you-xian-shi-zai-xian-wan-jia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
