VillageSQL Server Installation
Instructions for how to install VillageSQL Server.
Need detailed instructions? Visit our complete documentation for step-by-step guides, configuration options, and troubleshooting.
Command Line Install
Quick installation using our install script
curl -fsSL https://villagesql.com/shell | bash
Docker Install
Run VillageSQL in a Docker container
docker run -d -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -p 3306:3306 villagesql/server:stable
Build from Source
Clone the repository and build VillageSQL for your platform
git clone https://github.com/villagesql/villagesql-server.git