OpenDAoC is an emulator for Dark Age of Camelot (DAoC) servers, originally a fork of the DOLSharp project.
Now completely rewritten with ECS architecture, OpenDAoC ensures performance and scalability for many players, providing a robust platform for creating and managing DAoC servers.
While the project focuses on recreating the DAoC 1.65 experience, it can be adapted for any patch level.
The easiest way to get started with OpenDAoC is to use Docker. Check out the docker-compose.yml
file in the repository root for an example setup.
For detailed instructions and additional setup options, refer to the full OpenDAoC Documentation.
Releases for OpenDAoC are available at OpenDAoC Releases.
OpenDAoC is also available as a Docker image, which can be pulled from the following registries:
- GitHub Container Registry (recommended):
ghcr.io/opendaoc/opendaoc-core/opendaoc:latest
- Docker Hub:
claitz/opendaoc:latest
For detailed instructions and additional setup options, refer to the documentation.
Several companion repositories are part of the OpenDAoC project.
Some of the main repositories include:
OpenDAoC is licensed under the GNU General Public License (GPL) v3 to serve the DAoC community and promote open-source development.
See the LICENSE file for more details.