Skip to content

Dune: Awakening Server Guide

Jason edited this page Aug 9, 2026 · 2 revisions

🏜️ Dune: Awakening Dedicated Server Guide

Because Dune: Awakening runs a massive, multi-map world architecture powered by a PostgreSQL database, it requires specialized engine execution rules. Synix natively automates this complex setup, but there are strict hardware and account requirements you must meet before deployment.


πŸ–₯️ System & Hardware Requirements

Dune: Awakening is significantly heavier than standard game servers. Synix runs a pre-install validation check and will block deployment if your hardware does not meet these minimums:

  • Operating System: Windows 10/11 Pro, Enterprise, or Education (Windows Home is not supported because it lacks Hyper-V).
  • Processor: AVX2-compatible processor (e.g., Intel Core i5-8400 / AMD Ryzen 5 1600 or newer).
  • Virtualization: Intel VT-x or AMD-V must be enabled in your motherboard's BIOS/UEFI.
  • Memory: Minimum 20 GB of RAM for the server alone. (Synix requires at least 24 GB of total system RAM to allow for Windows kernel overhead).
  • Storage: 100 GB SSD required.

πŸ”‘ The Funcom Self-Host Token

Before you can start your battlegroup, you must generate a unique authentication token.

  1. You must own a copy of Dune: Awakening on Steam and have launched the game client at least once.
  2. Navigate to the official account portal: https://account.duneawakening.com/.
  3. Sign in with your Steam account and generate a Self-Host Service Token.
  4. Treat this token like a password; do not share it publicly. Keep it copied to your clipboard for when you launch your server.

πŸš€ Installation via Synix

Because Dune utilizes its own internal launcher structure (battlegroup.bat), Synix automatically disables standard batch file creation and enforces custom execution rules.

  1. Open Synix Settings (gear icon) and enable Run as Administrator. (Dune: Awakening dedicated launchers require Administrator privileges to execute their virtualization scripts properly).
  2. Go to the SteamCMD tab and download the Dune: Awakening server files. (Ensure your installation path contains no spaces or illegal characters).
  3. Return to the dashboard and click Server Actions -> Install Server.
  4. Select Dune: Awakening from the game template dropdown.
  5. Click Start Server. Synix will display a warning reminding you to have your Funcom Self-Host Token ready.
  6. The Dune terminal will launch and prompt you to insert your token.

🌐 Port Forwarding for Dune

If you want players outside of your local network to join your battlegroup, you must forward the following ports on your router:

  • Game Ports: 7777 through 7810 -> UDP
  • RMQ Port: 31982 -> TCP

Note: Because Dune dynamically spins up multiple map instances as needed, it requires a much larger port range (7777-7810) than typical game servers. Ensure your router is forwarding the entire UDP range to your host machine's local LAN IP.

Clone this wiki locally