wg-meshconf is a Python command-line tool for generating configuration files for full-mesh WireGuard networks. It stores peer information in a CSV database that can be edited directly with spreadsheet software or managed through commands. Users define peers with properties such as names, addresses, endpoints, ports, and routing information. The generator then creates WireGuard configuration files for every peer or for a selected node. This removes much of the repetitive key and peer configuration work involved in building larger meshes. The project can be installed from PyPI or directly from its Git repository and requires Python 3.7 or newer. Its workflow is especially useful for administrators who need reproducible configuration across several mutually connected WireGuard hosts.
Features
- Full-mesh WireGuard configuration generation
- CSV-based peer database
- Spreadsheet-friendly peer management
- Per-peer or complete configuration exports
- Command-line network administration
- PyPI and source-based installation