whatisgithub

What is palworld-livemap?

crazykorea/palworld-livemap — explained in plain English

Analysis updated 2026-05-18

1PythonAudience · generalComplexity · 2/5LicenseSetup · easy

In one sentence

A portable live map for Palworld game servers that shows player positions and movement in real time using the server's REST API.

Mindmap

mindmap
  root((Palworld Live Map))
    What it does
      Live player map
      Reads server REST API
      Movement trails
    Tech stack
      Python
      REST API
    Use cases
      Track player positions
      Share via Cloudflare Tunnel
      Join and leave logs
    Audience
      Server admins
      Players
    Setup
      Enable REST API
      Set admin password

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Show a live map with player positions and movement trails for a Palworld server.

USE CASE 2

Share the live map safely using a Cloudflare Tunnel instead of opening a port publicly.

USE CASE 3

Let players see who has joined or left the server through the live map's activity log.

USE CASE 4

Run the tool without installing Python, since a portable runtime is bundled.

What is it built with?

PythonREST API

How does it compare?

crazykorea/palworld-livemap0xustaz/streamgatea-bissell/unleash-lite
Stars111
LanguagePythonPythonPython
Setup difficultyeasyhardhard
Complexity2/54/54/5
Audiencegeneraldeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires enabling the Palworld server's REST API and setting a matching admin password.

CC0 public domain dedication for the original code, but Palworld's own names, images, and the bundled Python runtime keep their own licenses.

So what is it?

Palworld Live Map Portable is a tool for showing a live map of players on a Palworld game server. It reads data from the server through the game's built in REST API and displays player names, positions, and movement trails on a web page in real time. The project is made by a developer known as 4zr and is an unofficial fan project, not affiliated with or endorsed by the makers of Palworld. The tool comes bundled with its own portable Python runtime, so you do not need to install Python separately. You download the whole thing as a ZIP file from GitHub, unzip it into a folder, and run the included start.bat file, which opens an admin page in your browser at a local address. Before this works, the Palworld server itself needs its REST API turned on and an admin password set in its own settings file, and you enter that same password into the map's admin page to connect. Once running, you can share the live map with other players in one of two ways. The simple method shares your public IP address directly, which requires forwarding a port on your router and opening it in your firewall, and exposes your server's IP to anyone who visits. The safer method uses a Cloudflare Tunnel or a reverse proxy, which lets you share a normal looking web address without opening any ports or revealing your server's real IP. Either way, the admin page itself always stays restricted to the local machine and is blocked if accessed through a tunnel or proxy, while the public facing map page supports switching between several languages. Because anyone with the public link can see player names, positions, movement history, and when players join or leave, this is worth keeping in mind before sharing it widely. The project's own code is released under a CC0 public domain dedication, though this does not cover Palworld's own names, images, or the bundled Python runtime, which remain under their original licenses.

Copy-paste prompts

Prompt 1
Help me enable the REST API and set an admin password in PalWorldSettings.ini.
Prompt 2
Show me how to set up a Cloudflare Tunnel to share my Palworld Live Map safely.
Prompt 3
Explain how to run start.bat and connect it to my Palworld server's admin password.
Prompt 4
Walk me through the difference between direct port forwarding and using a reverse proxy for this map.

Frequently asked questions

What is palworld-livemap?

A portable live map for Palworld game servers that shows player positions and movement in real time using the server's REST API.

What language is palworld-livemap written in?

Mainly Python. The stack also includes Python, REST API.

What license does palworld-livemap use?

CC0 public domain dedication for the original code, but Palworld's own names, images, and the bundled Python runtime keep their own licenses.

How hard is palworld-livemap to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is palworld-livemap for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.