Your browser does not support JavaScript or its disabled!
Please turn it on, or be aware that some features on this website will not work correctly.
World Online 0 players Peak 1

Mac Guide

Mac Setup Guide

A cleaner macOS route matters because the default OT setup feels harder than it should.

Launch Countdown
Account creation is open. Game logins unlock on April 18, 2026 at 18:00 CEST.
Account creation is open now. Game login opens Saturday, April 18, 2026 at 18:00 CEST (16:00 UTC).
Time remaining: Loading countdown...
macOS players can use the Mac setup guide while they wait.

Mac Route for Mist of Death
macOS players should start with the bundled Mist of Death starter pack. This page turns the normal OT setup into one cleaner route: download, allow the app, install XQuartz once, then log in with your website account.
If you still need account or onboarding help, keep Downloads, Start Here, and Commands open in separate tabs.

1. What XQuartz Is
XQuartz badgeXQuartzXQuartz is the open-source version of the X.Org X Window System for macOS. In practical terms, it gives apps that still rely on X11 a display layer so they can open and render correctly on your Mac.
Why Mist of Death needs itThe current Mac OTClient build depends on X11 libraries, so XQuartz is what lets the Mist of Death client open its window, draw the interface, and handle input on macOS.
Apple Silicon noteThe current Mac client is an x86_64 build. Modern ARM Macs run it through Rosetta automatically the first time you open it.

2. How To Install XQuartz
Option 1Install with Homebrew: brew install --cask xquartz
Option 2Download the installer from xquartz.org and run the package manually.
Important restart stepAfter your first XQuartz install on a Mac, log out and back in once before you try to launch Mist of Death.
What happens nextOnce XQuartz is installed, the Mist of Death app wrapper can start it for you automatically when you open the client.

3. Mac Essentials
DownloadDownload Mist of Death for Mac (.zip starter pack)
Move the appUnzip the starter pack and move Mist of Death.app into Applications.
Create account + characterCreate your website account and at least one character before you open the client.
Open the appOpen Mist of Death.app. If macOS blocks it, use System Settings -> Privacy & Security -> Open Anyway.
Log inThe Mist of Death server entry is already preloaded. Use the same account name or number and password you created on the website.

4. How To Install on Mac
Step 1Download the Mac starter pack from the link above.
Step 2Install XQuartz. If this is the first time XQuartz has ever been on this Mac, log out and back in once before you try to launch the game.
Step 3Unzip the download and move Mist of Death.app into Applications.
Step 4Open the app. The wrapper makes the bundled client executable, repairs /tmp/.X11-unix, opens XQuartz, and launches the game.
Step 5If macOS warns that the app is from an unidentified developer, allow it once from Privacy & Security and open it again.
Step 6Select Mist of Death in the client and log in with your website account details. You do not need to type host and port if you use the starter pack.

5. Video Walkthrough

6. Manual Fallback and Host
Starter-pack routeMist of Death is already listed inside the starter pack, so Mac players normally do not need to type the host by hand.
Raw fallbackIf you want the manual route instead, download the raw OTClient binary and run chmod +x otclient_mac before launching it.
Manual hostIf you are using the raw binary instead, point the client at mistofdeath.com on login port 7171.
Raw launch commandIf you downloaded the raw binary, the working launch command is DISPLAY=:0 XAUTHORITY=$HOME/.Xauthority ./otclient_mac.
If login is lockedThat means preregistration is open but the launch countdown is still running. Keep your character ready and wait for the countdown banner to end.

7. Mac Checklist Before Play
1. Create your account on the website.
2. Create at least one character before opening the client.
3. If you are not using the bundled app, confirm the OTClient entry uses mistofdeath.com:7171.
4. Keep this page open while you install if you want a player-perspective walkthrough.
5. Read Start Here so your first login is not blind.
6. Bookmark Commands for the early talkactions.

8. If XQuartz Fights You
If the client says it cannot open the X11 display, run mkdir -p /tmp/.X11-unix and chmod 1777 /tmp/.X11-unix, then start XQuartz again. The bundled app already tries this repair automatically before launch.
XQuartz logs live in ~/Library/Logs/X11/org.xquartz.log and ~/Library/Logs/X11/org.xquartz.log.old.
If you still get stuck, reinstall with brew reinstall --cask xquartz, reboot or log out once, and retry the launch command above.