piqueserver

Self-Hosted

Open-source server for the classic voxel FPS Ace of Spades

Visit Website

Overview

piqueserver is an open-source server implementation for the classic voxel-based first-person shooter Ace of Spades. It supports customizable game modes (Capture the Flag, Deathmatch, etc.), extensive plugin integration for mods and admin tools, and lightweight cross-platform deployment. You can set up a server via Docker container, pip installation, or source code. It includes player management utilities (bans, permissions) and voxel map editing support, ideal for nostalgic players and community hosts recreating or modifying classic gameplay.

Self-Hosting Resources

Below is a reference structure for docker-compose.yml. ⚠️ Do NOT run blindly. Replace placeholders with official values.

docker-compose.template.yml TEMPLATE

version: '3'
services:
  piqueserver:
    image: <OFFICIAL_IMAGE_NAME>:latest
    container_name: piqueserver
    ports:
      - "8080:<APP_INTERNAL_PORT>"
    volumes:
      - ./data:/app/data
    restart: unless-stopped

Key Features

  • Customizable game modes (CTF, Deathmatch, etc.)
  • Extensive plugin system for mods and admin tools
  • Lightweight cross-platform deployment (Docker, pip, source)
  • Player management utilities (bans, permissions)

Frequently Asked Questions

? Is piqueserver hard to install?

No—you can deploy it via a single Docker command, install via pip (pip install piqueserver), or run from source code. Basic CLI familiarity helps, but Docker/pip setups are straightforward for most users.

? Is it a good alternative to the original Ace of Spades servers?

Yes—piqueserver replicates the classic gameplay while adding plugin support and customization missing from the original. It’s the leading choice for nostalgic players hosting community servers.

? Is it completely free?

Yes—piqueserver is open-source under the MIT License, so it’s free to use, modify, and distribute with no subscriptions or hidden fees.

Top Alternatives

Original Ace of Spades Official Servers (defunct) Search Google
Closed-source Ace of Spades Server Forks Search Google

People Also Ask about piqueserver

piqueserver vs Original Ace of Spades Official Servers (defunct)piqueserver vs Closed-source Ace of Spades Server Forks piqueserver 2025 review piqueserver docker-compose example

Tool Info

Pricing Free/Open Source
Category Games
Platform Self-Hosted

Pros

  • Open-source with no hidden costs
  • Easy deployment options for all skill levels
  • Highly flexible for community server customization
  • Resource-efficient for low-spec hardware

Cons

  • Requires basic CLI knowledge for advanced setup
  • Limited to Ace of Spades (niche voxel FPS audience)
  • No graphical admin interface (all management via CLI/plugin configs)

More Games Tools