https://github.com/diff3/hermesproxydocker
A World of Warcraft connection Proxy docker for VMaNGOS & CMaNGOS.
https://github.com/diff3/hermesproxydocker
Last synced: about 2 months ago
JSON representation
A World of Warcraft connection Proxy docker for VMaNGOS & CMaNGOS.
- Host: GitHub
- URL: https://github.com/diff3/hermesproxydocker
- Owner: diff3
- License: gpl-3.0
- Created: 2024-04-02T07:37:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T08:39:57.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T13:08:58.720Z (10 months ago)
- Language: Dockerfile
- Size: 27.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HermesProxy Docker
## Introduction:
HermesProxy Docker project enables play on existing legacy WoW emulation cores using the modern clients. It serves as a translation layer, converting all network traffic to the appropriate format each side can understand
## Download the Latest Release:
[Navigate to the Hermes Proxy GitHub releases page and download the latest Ubuntu release. https://github.com/celguar/HermesProxy](https://github.com/celguar/HermesProxy)
## Unzip the Archive:
After downloading the release archive, unzip the ZIP file. You can use the following commands in your terminal:
ZIP:
```bash
unzip HermesProxy-ubuntu.zip
```
## Untar the Archive:
After unzipping you need to untar the new file. You can use the following commands in your terminal:
TAR:
```bash
tar -xf HermesProxy*.gz
```
## Rename the directory:
Once the archive is extracted, you'll have a directory named something like HermesProxy-. Rename this directory to HermesProxy. Docker Compose will mount this directory, so if you don't do this, it won't start.
```bash
mv HermesProxy- HermesProxy
```
## Final Steps:
Make sure to edit the `HermesProxy.config` file. Set the external address to `0.0.0.0` and the server address to your classic server. You also need to edit WTF/Config.wtf in your WoW folder to set portal to the IP HermesProxy Docker is using.