Installation
DediConnect automatically installs everything required for hosting game servers.
This guide helps you connect your dedicated root machine with DediConnect.
Prepare a Windows machine
These steps are for Windows only. For Linux machines, continue here.
Before a Windows machine can connect with DediConnect, it must run a script to update the system and prepare it for hosting game servers. If you're using a non-Windows machine, skip ahead to the "Connect with DediConnect" section.
1. Login with RDP
Use Microsoft Remote Desktop to access your dedicated machine using the Administrator
account and the password from your hosting provider.
Administrator
user requiredIf your machine doesn’t have an Administrator
account, learn how to activate it >
2. Open "PowerShell"
Click the Windows Start
button, type PowerShell
, then hit Enter
.
3. Run command in PowerShell
Copy the appropriate command for your OS, paste it into PowerShell, and press Enter
. The script will run and automatically restart your machine when finished.
Windows Server 2019
Invoke-WebRequest -Uri https://raw.githubusercontent.com/gameserverapp/Platform/main/Downloads/DediConnect/install-script_windows-server-2019.ps1 -OutFile .\install-script.ps1; .\install-script.ps1
Windows Server 2022
Invoke-WebRequest -Uri https://raw.githubusercontent.com/gameserverapp/Platform/main/Downloads/DediConnect/install-script_windows-server-2022.ps1 -OutFile .\install-script.ps1; .\install-script.ps1
Let the script complete fully, this might take up to 30 minutes. Don’t close the PowerShell window. Wait for the machine to reboot. This could take up to 30 minutes.
4. Wait for machine to come back online
Once your machine is back online, it's ready to connect with DediConnect.
Connect with DediConnect
Make sure your machine runs a supported OS and meets all requirements.
Windows machines must first run the GSA install script!
You can add a new machine from the machine overview page or by clicking the next to Machines
.
1. Enter machine IP
DediConnect will quickly scan your machine to check compatibility.
2. Enter credentials
Enter your machine’s username and password so GSA can install and manage game servers and services.
We use AES-256
military-grade encryption to store your credentials securely.
Windows machines must run the GSA install script first before connecting.
Prefer key-based SSH login? Learn more here.
If not, don't worry—your machine will automatically switch to key-based authentication during setup.
Click Start installation
when you're ready.
3. Installation
Once installation begins, DediConnect will install all the required software. You'll receive an email when setup is complete.
4. Ready!
Once the installation has finished you can start using your machine.
Install game servers and services >
💥 Troubleshooting 💥
Activate "Administrator" user on Windows
If the Administrator
account is missing, follow these steps to activate it:
1. Login with RDP
Use Microsoft Remote Desktop with the credentials from your hosting provider to connect to your machine.
2. Open "Computer Management"
Click Start
, type Computer Management
, and press Enter
.
3. Locate "Users"
Navigate to Local Users and Groups
, then Users
.
4. Administrator properties
Right-click Administrator
, then select Properties
.
5. Enable the account
Uncheck the Account is disabled
option.
6. Set Administrator password
Right-click Administrator
again and select Set Password
.
Then click proceed.
7. Enter password
Use the password you received from your hosting provider.
8. Test the account
Close your RDP session and log back in using the Administrator
account to make sure its working properly.
Debian: Change language to English
1. Login and run command
Connect via SSH and run:
dpkg-reconfigure locales
2. Select English locale
Choose en_US.UTF-8 UTF8
and hit OK
.
then select en_US.UTF-8
and hit OK
again.
3. Reboot and confirm
Run:
reboot
After reboot, confirm the change by running:
env | grep LANG
Expected output: LANGUAGE=en_US:en
Windows: Change language to English
1. Login with RDP
Use Microsoft Remote Desktop and log in with the Administrator
account.
Administrator
user requiredMissing the Administrator
account? Activate it >
2. Open PowerShell
Type PowerShell
in the search bar or open it from the Start menu.
3. Run language change commands
Copy/Paste and run:
Set-WinSystemLocale -SystemLocale en-US
Set-WinUILanguageOverride -Language en-US
4. Reboot
Restart the machine. After reboot, the system should be in English and ready to connect.
Update Windows
Update Windows before installing DediConnect, but not during installation.
1. Login with RDP
Use the credentials from your hosting provider.
2. Search for updates
Click Start
, type update
, and press Enter
.
3. Check/install updates
Click Check for updates
and install everything listed.
4. Reboot if required
Reboot your machine if needed to apply updates.
Ensure your machine is fully operational before connecting to DediConnect.