PicoLimbo is a lightweight limbo server written in Rust, designed primarily as an AFK or waiting server. Its core focus is on efficiency by implementing only essential packets required for client login and maintaining connection (keep-alive) without unnecessary overhead.
While not aiming to replicate every Minecraft server feature, PicoLimbo supports all Minecraft versions from 1.7.2 up until the latest stable version, excluding snapshots.
Choose the installation method that best fits your setup:
Best for: Most users, home hosting, and simple setups.
Download the .jar wrapper from Modrinth. This is the easiest way to get up and running and helps support the development of the project.
Best for: Dedicated servers, high-traffic environments, and power users.
For maximum performance and the lowest possible overhead, download the native binaries directly from our GitHub Releases. This method bypasses the JVM for the core process.
The Java wrapper is designed to be highly compatible. It works on:
- Windows (x64)
- macOS (M-series/Apple Silicon)
- GNU/Linux (x64 AMD/Intel or arm64/Raspberry Pi)
Note: If you are using Docker or Pterodactyl, it is recommended to use the specific installation guides provided in the official documentation.
Please read the installation instructions for the Java Wrapper and how to configure forwarding for PicoLimbo before reporting any issues.
Supports all Minecraft versions from 1.7.2 to 26.2 (and beyond) natively, no need for ViaVersion or additional compatibility layers.
Integrates with all major Minecraft proxies:
When running natively, PicoLimbo uses near 0% CPU while idle and can handle hundreds of players under 10 MB RAM.
View benchmarks.
Player skins are supported out of the box.
Customize your server using a simple TOML configuration file, including welcome messages, spawn dimensions, server list MOTDs, and more. View configuration docs.
Load a custom world from a schematic file and customize the spawn location (1.16+ only).
If you have any questions, suggestions, or simply want to stay updated, please join the Discord server!
Unknown
Unknown
Условия использования, изменения и распространения этого товара.
24.07.2026 · Modrinth
Скриншоты и изображения из оригинальной страницы Modrinth.



Опубликованные версии и оригинальные файлы Modrinth.
24.07.2026 · 375 загрузки
22.06.2026 · 238 загрузки
16.06.2026 · 76 загрузки
keep_alive_interval_seconds setting (defaults to 15, matching vanilla) to control how often the server sends keep_alive packets (PR #79)allow_unsupported_versions setting to connection section12.04.2026 · 366 загрузки
03.04.2026 · 64 загрузки
25.03.2026 · 143 загрузки
11.02.2026 · 307 загрузки
10.01.2026 · 148 загрузки
First version of the wrapper.