From 1abfacbec5bf9d55568d34b07eb3dab8ebfb8b6a Mon Sep 17 00:00:00 2001 From: Brandon Pendleton <22108519+bitbucket90@users.noreply.github.com> Date: Tue, 21 Mar 2023 15:10:58 -0400 Subject: [PATCH] Update readme.md with correct ports To correctly query the server from funcoms master we need to allow port 7778. Once done this will show the correct age & ping. --- game_eggs/steamcmd_servers/conan_exiles/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/game_eggs/steamcmd_servers/conan_exiles/README.md b/game_eggs/steamcmd_servers/conan_exiles/README.md index 32017867..d0236fee 100644 --- a/game_eggs/steamcmd_servers/conan_exiles/README.md +++ b/game_eggs/steamcmd_servers/conan_exiles/README.md @@ -15,6 +15,7 @@ Ports required to run the server in a table format. | Port | default | |---------|---------| | Game | 7777 | +| UDP Query | 7778 | | Steam Query | 27015 | ## More information can be found [here](https://forums.funcom.com/t/conan-exiles-dedicated-server-app-latest-version-1-0-21/21699)