Minecraft Server Dashboard for Desktop

🚀 Quick Install (Linux)

One command to install with automatic desktop integration:

curl -sSL https://makotopd.github.io/VoidLink/install.sh | bash
📦

AppImage

No dependencies required

🔄

Auto-Updates

Built-in update system

🖥️

Desktop Integration

Menu shortcut included

⚙️ Installer Options

The install script supports several options for advanced usage:

--version, -v

Install a specific version instead of the latest

curl -sSL .../install.sh | bash -s -- --version v0.3.17
--debug, -d

Enable verbose debug output to see what's happening

curl -sSL .../install.sh | bash -s -- --debug
--list

List available versions to install

curl -sSL .../install.sh | bash -s -- --list
--uninstall, -u

Remove VoidLink and all associated files

curl -sSL .../install.sh | bash -s -- --uninstall
--help, -h

Show help message with all available options

curl -sSL .../install.sh | bash -s -- --help

💡 Combining Options

You can combine multiple options:

curl -sSL https://makotopd.github.io/VoidLink/install.sh | bash -s -- --version v0.3.17 --debug

📥 Other Platforms