Replies: 67 comments
-
What version of docker are you running on your NAS? |
Beta Was this translation helpful? Give feedback.
-
Docker Version 20.10.3, build 55f0773 |
Beta Was this translation helpful? Give feedback.
-
are you able to run?
|
Beta Was this translation helpful? Give feedback.
-
Sure, work it!
|
Beta Was this translation helpful? Give feedback.
-
Are you able to run:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
ah sorry my bad, the following command:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I successfully deployed the server on my synology nas, synology version 7.2.1 docker using the latest container manager, deployed using docker compose, the volume location is in the /docker/palword-server directory and there are no Errors |
Beta Was this translation helpful? Give feedback.
-
Latest status:Thanks for the advice, luckily I've got the NAS booting up successfully!I experienced the same problem on my Synology NAS, but unfortunately I used “--restart unless-stopped“, so my Synology NAS would enable the docker container as soon as the system was started, and then the entire NAS would not work. Is there any way to change this? |
Beta Was this translation helpful? Give feedback.
-
没错我也遇到了这个问题 我去把我的群辉强制关机再重启就连上了(此时dokcer是未启动的状态) 如果还是不能连的话多重试几次 我的理解是重复重启总有一次ssh服务是比docker启动的快的 能连上ssh就可以把这个 container 关掉了 |
Beta Was this translation helpful? Give feedback.
-
I've made that mistake on other servers before. That option is fine to set if you know that the server starts up and connects fine and works without overflowing anything. Try: dokcer ps -a docker stop idcontainer |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I just wanted to add 2 cents to this because I did this a few days ago (like Saturday) when I was going through testing and making a dedicated server. Ironically, it was this one that worked the best, but I think the other 2 options just were missing a few things was all. Now if anyone else comes across this and has never done it before with a Synology server, even if you have 1 volume, you still have to point to your folder starting with /volume1/path/to/folder. If you have write errors, yes, linux could do the standard chown, but you can write to just the specific folder you made to all. Simply right click the folder in DSM and click on properties, then go into Permissions. Click Advanced Options and click "Make inherited permissions explicit" and then you can define the "Everyone" to have read & write. THAT SAID, with portainer, I found that I had a block port issue going and took me forever to find why, so the only change I did since 8211 has been said to be required is set the public mapping port on both the "ports" configuration and the environment "PUBLIC_PORT" setting to a different port for external access and that got it going. "PORT" can remain default. Hope it solves for all. |
Beta Was this translation helpful? Give feedback.
-
我的群辉是 DSM7.1.1-42962 Creating palworld-server ... done 于是我怀疑是系统的问题之后着手升级了我的群辉(DSM7.1.1-42962 -> DSM7.2.1-69057) 服务器就成功的跑起来了! PS : |
Beta Was this translation helpful? Give feedback.
-
Glad to hear it's working. @zapoqx mentioned that some ISPs block 8211, so that might be it? Some port checkers are better than others (I too had inconsistent results depending on the site I used). If it's not broke, let's not go chasing a fix... but glad to hear this fixed it |
Beta Was this translation helpful? Give feedback.
-
I also have a 2 questions: i have add somes settings in the server, somes for making backup (BACKUP_ON_STOP=True). When i stop the container, i didnt see any save created in the folder "backups" un the server folder "palworld-server" did anything wrong or Backup goes on an other folder ?
did i need add a other path in volume settings for backup (if yes, what i need to put) The other is, i have a weird lags, stuttering when i aim when i am on a mount (It seem doing that only when i am on a mount, if i aim when just walking, no problem). I have not this stutter/lags on aiming when on mount on my local game (no server, solo playing). Here is the Vidéo: https://streamable.com/8083f5 |
Beta Was this translation helpful? Give feedback.
-
First, many scanners will not check UDP protocols. Only TCP. Some that do scan UDP have different results depending on how it checks. Some routers can look at it as an attack and block it as well. Second, to your question, did you make a custom cronjob for it? I don't see a "BACKUP_ON_STOP" value. At least on the NAS, what I did is made a task that I can quick trigger if I need to make a backup to the docker in question. But generally, I set a daily task to do a backup each day in the early hours of the morning since I have a backup done every few days to my offsite (so yes, I have a backup of the backup). Its a weird question to ask but is the weird lag happening if you do a solo play? Like just playing within the game solo instead of with a server? It is important to check that before asking if the lag is related to a server. |
Beta Was this translation helpful? Give feedback.
-
Hello, For internet, i also added a rules on my router : Port 8211 out to 25650 (And in the server settings 25650 go to 8211) i do that because it always have :8211 when you go put the server ip in the game ^^ so it make both port will working. for the Backups, i have added somes settings lines after resolved the internet problem . Actually, i have do a Internal save task on the Asustor NAS that just copy the whole folder "palworld-server" to a other location everyday with "skip files if no change" so it will save anyway ^^ New config:
For the Lags/Stutter bug, i get than only when playing on the server, when i play solo i didnt have any problems. EDIT: For the bug/lags, i play also on an other server that working with a strong machine on windows, i get exactly the same problem and the admin of the server too, so i dont think it's "this" server that cause the problem. |
Beta Was this translation helpful? Give feedback.
-
I Always have backup Not working (or If it's working , it Make the backup in a folder that i doesnt See or have acces.) The backup folder in the Palworld folder is Always empty. I do a save everyday of the Palworld folder of the Server from the nas Save system because i didnt now If internat save of the Server is working and where the data is going (If it do a save) |
Beta Was this translation helpful? Give feedback.
-
It should be in the same folder (palworld-server in your case), but while I'm sure I should be using the cronjob backup, I do not use that. Instead, I use the task schedule to do docker execute to the palworld server docker and run the command "backup" each night and send me the notification in an e-mail for the task to complete. It even adds the terminal result (which includes the backup and the save location). |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
First, try this in synology task schedule Change "palworld-server" to the name of your palworld docker server if it isn't named exactly that. Of course, have it send an e-mail notification to you so you can see results. It will tell you the terminal. Example:
If the backup errors, it will show it right then and there. |
Beta Was this translation helpful? Give feedback.
-
I using an Asustor NAS, is very similar to synology but i didnt have Sames fonctions. I didnt know where to run that, the only sheedule settings i found is for basic settings . It Is possible to put this command in SSH ? Just for Try and See If backup is Make proprely. |
Beta Was this translation helpful? Give feedback.
-
You can use SSH, but not sure if the instructions are similar. Though that said, that means the issue you are facing isn't related to synology. That said, the only hint I'd give in this case is install Portainer community edition as it comes with a terminal for each docker so you can just run the command. With this, you would not only see if "backup" can run, but also "rcon-cli" if you use it because it can tell alot more. If rcon-cli is broken after an update, it is usually known because an error may be said on startup, but when using the console for the docker, if rcon-cli fails to start, then you have more issues at hand (unless it is actually broken for whatever reason). |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Yea, the save system is saved to the instance that is running for the game with its ID. Backup exports all of the files associated in there and the folder ID it is in. |
Beta Was this translation helpful? Give feedback.
-
I was able to make it working now, i get this in the logs:
It seem work because has created a new save in the savedata folder dated as midnight. |
Beta Was this translation helpful? Give feedback.
-
This issue has been opened quite some time ago and this thread has slowly become a troubleshooting discussion instead of a single issue, are you folks ok with it if I convert this issue into a discussion? |
Beta Was this translation helpful? Give feedback.
-
Yeah, i think it's a good idea so people having little problems or need sommes help (like me x) ) dont need to open a ticket for that :) . |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
I use like this.
docker run -d
--name palworld-eklipc
-p 8211:8211/udp
-p 27015:27015/udp
-v /volume1/docker/palworld:/palworld/
-e PLAYERS=16
-e PORT=8211
-e PUID=1000
-e PGID=1000
-e COMMUNITY=false
thijsvanloef/palworld-server-docker
When I run it, I need to restart the dsm.
And that's why I removed reboot all the time because otherwise the dsm will let me dumb.
Desktop (please complete the following information):
docker-compose.yml contents
Container/Host Logs
WARNING: Error loading config file: .dockercfg: $HOME is not defined
1dea44f8d29e0c518a84720ecf069151e4836f41460506cd36e8b7878a598db8
Additional context
Beta Was this translation helpful? Give feedback.
All reactions