{"id":26930302,"url":"https://github.com/limitcool/palworld-admin","last_synced_at":"2025-04-02T06:18:20.841Z","repository":{"id":218959567,"uuid":"747016990","full_name":"limitcool/palworld-admin","owner":"limitcool","description":"PalWorld-Admin 是一个用于管理 PalWorld 游戏配置文件和进行存档备份的可视化工具。","archived":false,"fork":false,"pushed_at":"2024-02-03T04:18:02.000Z","size":721,"stargazers_count":49,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T15:31:01.700Z","etag":null,"topics":["admin","mangement","palworld","palworld-manger","palworld-panel","pannel"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/limitcool.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-23T05:03:28.000Z","updated_at":"2024-05-12T09:52:15.000Z","dependencies_parsed_at":"2024-01-24T18:40:15.240Z","dependency_job_id":"2fae0560-7e2f-4111-a10c-256e21340bb7","html_url":"https://github.com/limitcool/palworld-admin","commit_stats":null,"previous_names":["limitcool/palworld-admin"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limitcool%2Fpalworld-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limitcool%2Fpalworld-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limitcool%2Fpalworld-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limitcool%2Fpalworld-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limitcool","download_url":"https://codeload.github.com/limitcool/palworld-admin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246763881,"owners_count":20829800,"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":["admin","mangement","palworld","palworld-manger","palworld-panel","pannel"],"created_at":"2025-04-02T06:18:20.382Z","updated_at":"2025-04-02T06:18:20.828Z","avatar_url":"https://github.com/limitcool.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PalWorld-Admin\n\n`PalWorld-Admin` 是一个用于管理 `PalWorld` 游戏配置文件和进行存档备份的跨平台可视化工具。\n\n## 功能特性\n\n- **配置文件管理：** 可以轻松查看和编辑 `PalWorld` 游戏的配置文件。(可在配置文件里面填写重启命令后自动重启Palworld服务端)\n- **存档备份：** 定时备份存档,默认单位为秒级。\n- **存档恢复（开发中）：** 通过前端恢复指定存档。\n- **前端界面：** 一个直观、用户友好的前端界面，提供更好的使用体验。\n- **简单的管理员密码保护：** 使用管理员密码来保护工具的访问权限。\n\n![界面图片](https://github.com/limitcool/palworld-admin/blob/main/images/screenshot.png?raw=true)\n\n## 安装及运行\n\n```bash\n# linux amd64\nwget https://github.com/limitcool/palworld-admin/releases/download/v0.1.4/palworld-admin-v0.1.4-linux-amd64.tar.gz\ntar -xzvf palworld-admin-v0.1.4-linux-amd64.tar.gz\nchmod u+x palworld-admin\n./palworld-admin\n```\n\n## 配置文件\n\n在使用 `PalWorld-Admin` 之前，请根据您的需求修改配置文件。\n\n```yaml\nPalSavedPath: \"C:\\\\Users\\\\Andorid\\\\AppData\\\\Local\\\\Pal\\\\Saved\"  # palworld游戏目录\nAdminPassword: \"initcool-https://blog.nmslwsnd.com\"    # 管理员面板密码\nPort: 8080              # http服务监听端口\nSaveConfig:\n    BackupInterval: 60            # 每60秒备份一次存档\n    MaxRetentionDays: 7           # 存档最大保留时间,默认为7天\n    BackupDirectory: backups/         # 存档保存目录\nRestartCommand: \"docker restart palworld\" # 自动重启的命令\n#RestartCommand: \"taskkill /f /im PalServer-Win64-Test-Cmd.exe \u0026\u0026 start D:\\\\Pal-Steam-Cmd\\\\steamapps\\\\common\\\\PalServer\\\\Pal\\\\Binaries\\\\Win64\\\\PalServer-Win64-Test-Cmd.exe\"    # (Windows) 需要修改路径为实际的的PalServer-Win64-Test-Cmd.exe路径\n```\n\n### 修改配置文件方法\n\n- **POSIX (Linux/BSD):** 配置文件路径为 `~/.palworld-admin/config.yaml`。\n- **Windows:** 配置文件路径为 `%LOCALAPPDATA%/palworld-admin/config.yaml`。\n\n## 路线图\n\n- **存档恢复功能（预计下个版本）：** 计划在下一个版本中添加存档恢复功能。\n\n## 反馈与支持\n\n我们欢迎您提供宝贵的反馈意见，帮助我们不断改进工具。您可以加入我们的 `QQ 群`：`699024161`\n\n![QQ群:699024161](https://github.com/limitcool/palworld-admin/blob/main/images/qqgroup.jpg?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimitcool%2Fpalworld-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimitcool%2Fpalworld-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimitcool%2Fpalworld-admin/lists"}