Skip to main content

Setup PMA Voice

After the voice server is created, the next step is to apply it to server.cfg. This external configuration also works to hide the server's real IP and port from clients.

BEFORE YOU START

Prepare the Connection (IP:PORT) from the voice server card in the CFX → Voice Server menu.

1. Apply It to server.cfg

  1. Open the Files menu, then open the server.cfg file.
  2. Add the following lines:
setr voice_externalAddress "103.xx.203.113"
setr voice_externalPort 30125
setr voice_hideEndpoints 1

🔧 Replace:

  • 103.xx.203.113 → the IP from your voice server's Connection.
  • 30125 → the port from your voice server's Connection.
  1. Click Save Content.

Adding the voice configuration to server.cfg

2. Restart the Server

  1. Open the Console menu.
  2. Click Restart.
  3. Check the log in the console. If successful, the voice server will be active (bound) on the port you configured.
note

Make sure the pma-voice (or voice) resource already exists in the resources folder and is ensured in server.cfg. If not, players won't be able to use voice chat.

tip

Always use the Connection shown in the panel, because the voice server's address and port can differ for each instance.


Previous Step