Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Troubleshooting

pepijn edited this page Nov 6, 2023 · 4 revisions

Troubleshooting

This page contains common fixes for common problems.

Server(s) not showing up in the server list when using Windows server

Unlike consumer editions (e.g.: Windows 10), Windows Server editions lack of some certificates pre-installed, preventing the ShooterGameServer to work properly and to appear on game server list. The missing certificates can be obtained from https://dev.epicgames.com/ (or just directly from http://crt.r2m02.amazontrust.com/r2m02.cer). They must be installed twice, both for "Current User" and "Local Machine", both "Place all certificates in the following store", both "Trusted Root Certification Authorities". Finally, a restart of the system is required. This should make correctly setup servers for players to work if hosted under Windows Server.

App not installing/running a server on Windows server

Is the app log empty or without errors and the server is not installing try to install c++ redistributables. After installing fully restart the computer/server. You need this to run a Ark: Survival Ascended server.

Links:

x64 https://aka.ms/vs/17/release/vc_redist.x64.exe x86 https://aka.ms/vs/17/release/vc_redist.x86.exe