Security
Security Considerations

Understanding the security measures implemented on your game server is crucial for maintaining a secure environment.
SSH Access Security
SSH Security Configuration
The following security measure is automatically implemented:
- Password-based SSH login is disabled in favor of key-based authentication only.
For enhanced security, we strongly recommend implementing these additional measures:
- Restrict SSH access (port 22) to your management IP addresses and GameAdmin.app server
(
144.76.75.149/32
) - Configure your firewall to block all other incoming connections to port 22
Firewall Configuration
We recommend implementing the following firewall rules for enhanced security:
- Configure inbound traffic on port 22 (SSH) to be limited to your management IP addresses and
GameAdmin.app server (
144.76.75.149/32
) - Block all other SSH connection attempts
Windows RDP Security
Remote Desktop (RDP) Security
Note: GameAdmin.app does not use RDP for any of its operations. These recommendations are only for users who choose to use RDP to connect to their Windows servers.
If you use RDP (port 3389) to manage your Windows server, we strongly recommend implementing these security measures:
- Restrict RDP access to your management IP addresses only
- Configure Windows Firewall to block all other incoming connections to port 3389
- Enable Network Level Authentication (NLA)
- Use complex passwords for all user accounts
- Keep your Windows system updated with the latest security patches