{"id":17531223,"url":"https://github.com/kirklin/palworld-server-deploy-script","last_synced_at":"2025-04-11T15:20:35.939Z","repository":{"id":218675359,"uuid":"747068243","full_name":"kirklin/palworld-server-deploy-script","owner":"kirklin","description":"a convenient one-click deployment script designed to facilitate the setup of a Palworld server","archived":false,"fork":false,"pushed_at":"2024-01-23T08:16:53.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T11:21:59.981Z","etag":null,"topics":["palworld","script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kirklin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-23T07:45:57.000Z","updated_at":"2024-03-15T07:17:30.000Z","dependencies_parsed_at":"2024-01-23T08:51:20.501Z","dependency_job_id":null,"html_url":"https://github.com/kirklin/palworld-server-deploy-script","commit_stats":null,"previous_names":["kirklin/palworld-server-deploy-script"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirklin%2Fpalworld-server-deploy-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirklin%2Fpalworld-server-deploy-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirklin%2Fpalworld-server-deploy-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirklin%2Fpalworld-server-deploy-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirklin","download_url":"https://codeload.github.com/kirklin/palworld-server-deploy-script/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248429129,"owners_count":21101786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["palworld","script"],"created_at":"2024-10-20T17:23:21.563Z","updated_at":"2025-04-11T15:20:35.915Z","avatar_url":"https://github.com/kirklin.png","language":"Shell","readme":"# Palworld Server Deployment Script\n# 幻兽帕鲁 (Palworld)服务器一键部署脚本\n\nThis is a convenient one-click deployment script designed to facilitate the setup of a Palworld server. Before using it, make sure you have created a server account named \"steam\" If not, follow these steps:\n***\n这是一个方便快捷的一键部署脚本，旨在为幻兽帕鲁服务器的搭建提供便利。在使用之前，请确保你已经创建了一个名为 \"steam\" 的服务器账号。如果没有，请按照以下步骤创建：\n\n1. 执行以下命令创建 \"steam\" 账号，并设置密码：\n\n    ```bash\n    sudo useradd -m steam\n    sudo passwd steam\n    ```\n\n2. 为 \"steam\" 账号添加 sudo 权限，使其可以执行 sudo 命令：\n\n    ```bash\n    sudo echo \"steam   ALL=(ALL:ALL) ALL\" \u003e\u003e /etc/sudoers\n    ```\n\n    如果在执行 sudo 命令时仍然显示没有权限，可以使用 vim 编辑 `/etc/sudoers` 文件\n\n    ```bash\n    vim /etc/sudoers\n    ```\n\n    在文件中添加：`steam ALL=(ALL:ALL) ALL`\n\n3. 切换到 \"steam\" 账号：\n\n    ```bash\n    sudo -u steam -s\n    cd /home/steam\n    ```\n\n4. 下载执行部署脚本:\n[install.sh](./install.sh)\n\n远程安装指令：\n ```bash\n    wget -O - https://github.com/kirklin/palworld-server-deploy-script/raw/main/install.sh | sh\n ```\n\n## 注意事项\n\n如果你使用云服务器，确保开放8211端口防火墙规则。这是游戏服务器通信所需的端口。\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirklin%2Fpalworld-server-deploy-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirklin%2Fpalworld-server-deploy-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirklin%2Fpalworld-server-deploy-script/lists"}