Releases: MrDDream/PalManager
Releases · MrDDream/PalManager
Release list
PalManager v0.1.3
✨ New
- SFTP toolkit (optional — add SSH/SFTP credentials to a server profile to unlock it):
- Logs: PalDefender/UE4SS viewer with search, colored severity, auto-scroll to bottom
- SFTP file manager: browse, upload (single file or a whole folder), download, rename, copy, cut/paste and delete (with confirmation) — trust-on-first-use host-key pinned
- Pal Creator: build a PalDefender Pal Template (species, gender, level, shiny/alpha, IVs, Pal Souls, up to 3 active skills / 4 passives) from a form and save it straight to the server's template folder — no manual JSON editing
- Verify button on the Add/Edit server screen: pings the Palworld API, the PalDefender API, and SFTP (if configured) with whatever you just typed in, before you save
- Give a Pal → Template now lists real
.jsonfiles from the server's SFTP template folder with search-as-you-type, instead of a manually typed name
🛠️ Fixes
- Pal Creator's active skill, passive and species names always showing in French regardless of the app's language setting — they now follow it like everywhere else
- Text fields and cards had barely-visible corner rounding (Material 3's 4dp default), making the whole UI look squared off — corners are now explicitly rounded app-wide, and the IV/Pal Soul detail boxes gained a border to match outlined fields
🎨 Improved
- Dashboard menu reordered: connected players, live map, guilds, give item, give NPC, give Pal, Pal Creator, bans, broadcast & maintenance, save, logs, SFTP
- Add/Edit server screen reworked: live icon + name preview card, General/Palworld API/PalDefender API sections now collapsible (like Advanced already was) to cut down on scrolling
- Manual template name field now just shows
my_pal_workas its label instead of "Template name (e.g. my_pal_work)"
Full diff: v0.1.2...v0.1.3
PalManager v0.1.2
✨ New
- Player team and guild camp Pal rosters: tap any Pal for a detail view (IV, Pal Soul, active skills, passives)
- Guild base location(s) pinned on the live map — a guild can now have multiple camps, all shown at once
- Guild chest, expeditions and lab research progress views, with per-camp Pal roster
- Guild search now also matches member names, not just the guild name
🛠️ Fixes
- HTTP errors from the game/PalDefender APIs were silently treated as success across almost every action in the app (kick, ban, give item/Pal, broadcast, messages...) — errors are now correctly reported
- Player private messages silently failing to send in some cases (a field was dropped by JSON serialization defaults)
- Debug logging creating dozens of duplicate files instead of one continuous log
- Several Pal/NPC icons showing "?" due to id mismatches between the live server and the bundled dataset (Boss/Alpha Pal id casing, partner-skill summoned instances, human NPC camp workers sharing the Pal id field)
- Skill, passive, Pal, item and technology names always showing in French even when the app language was set to English — in-game data now follows the selected app language
- A few more item icons/ids fixed
🎨 Improved
- Pal detail dialog reworked: IV and Pal Soul now shown as HP/ATK/DEF/WORK, each on its own line, with category labels moved outside their boxes for readability
- Removed less useful raw fields from the Pal detail (friendship/morale/health/stamina/craft speed)
- Debug log now captures full request/response bodies (previously headers only), with the Authorization header always redacted
PalManager v0.1.1
🛠️ Fixes
- Fixed 10 items showing up with a "?" icon and a raw, unreadable name in the inventory (Potion, Ice Organ, Stone, Fiber, Copper Ore, Paldium Fragment, etc.) — bad id resolution in the dataset.
✨ New
- Debug option in Settings: writes a network request log file to a folder you choose, to help diagnose connectivity issues without adb/logcat.
🌐 Website (GitHub Pages)
- Bigger logo, real icons (download / GitHub) instead of emojis
- Full English version of the site
- FR/EN language switcher with flags
- Dark/light theme (dark by default) with manual toggle
- Tighter spacing for a denser page
PalManager v0.1.0 — First release
Android admin panel for dedicated Palworld servers, driven through the official REST API and the PalDefender REST API.
Features
- Dashboard: server info, online players, FPS, Palworld/PalDefender versions, save, restart/stop
- Connected players: kick/ban, private message, per-player inventory/team/progression/technologies detail views
- Give item / Give Pal: search by name or image in a bundled catalog of 2400+ items and 300+ Pals
- Live map of player positions on the Palpagos Islands
- Guilds and bans (players + IP)
- Broadcast & maintenance: broadcast, alerts, messages, danger zone
- Light/dark theme, FR/EN interface
Requirements
- Palworld official REST API enabled (
RESTAPIEnabled=True) - PalDefender mod installed with its REST API enabled