Coder Social home page Coder Social logo

Comments (5)

thijsvanloef avatar thijsvanloef commented on July 16, 2024 2

Yes that is my bad. Variable should be RCON_ENABLED, i've changed the examples

from palworld-server-docker.

NepPure avatar NepPure commented on July 16, 2024 1

PalServerSettings.ini

@thijsvanloef
I didn't find PalServerSettings.ini, do you mean PalWorldSettings.ini?

Could you please provide an example that includes enabling the RCON PalWorldSettings.ini?

I find it.

[/Script/Pal.PalGameWorldSettings]
OptionSettings=(RCONEnabled=True,RCONPort=25575)

from palworld-server-docker.

thijsvanloef avatar thijsvanloef commented on July 16, 2024

If you were already running a server, please remove the /Pal/Saved/Config/LinuxServer/PalServerSettings.ini and restart the server, the new PalServerSettings.ini should be generated allowing you to use RCON :)

from palworld-server-docker.

fisher60 avatar fisher60 commented on July 16, 2024

Possibly related to this, I noticed that even with RCON set to false, the container indicates it is running on startup

environment:
         - PUID=1000
         - PGID=1000
         - PORT=8211 # Optional but recommended
         - PLAYERS=16 # Optional but recommended
         - MULTITHREADING=true
         - ENABLE_RCON=false
         - RCON_PORT=25589
         - ADMIN_PASSWORD="ThisIsNotMyRealPasswordMaybe"
         - COMMUNITY=false  # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!

image

from palworld-server-docker.

FurkanVG avatar FurkanVG commented on July 16, 2024

If you were already running a server, please remove the /Pal/Saved/Config/LinuxServer/PalServerSettings.ini and restart the server, the new PalServerSettings.ini should be generated allowing you to use RCON :)

Hey :)

As mentioned above, the file to delete was called PalWorldSettings.ini and not PalServerSettings.ini. Once this was done and I rebooted my Server, it generated the file with content and also empty values (which is intended i think):

 cat PalWorldSettings.ini
; This configuration file is a sample of the default server settings.
; Changes to this file will NOT be reflected on the server.
; To change the server settings, modify Pal/Saved/Config/LinuxServer/PalWorldSettings.ini.
[/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=true,RCONPort=25575,Region="",bUseAuth=True,BanListURL="https://api.palworldgame.com/api/banlist.txt")

Testing again with AARCON, i was successfully able to connect to the Docker Palworld Server with ONLY the Docker IP:

./ARRCON -H 172.21.0.2 -P 25575 -p verysecretpassword

Thanks for the tip!

from palworld-server-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.