diff --git a/Canguru/CanguruChat.py b/Canguru/CanguruChat.py
index c6b53a7bb8d8a39be1380483748cb409d29dba33..a985bae3cc76c3e31d6e1d486fe2865da7927d21 100755
--- a/Canguru/CanguruChat.py
+++ b/Canguru/CanguruChat.py
@@ -40,8 +40,8 @@ StartTime = 0
 HighPriority = 10
 TOKEN = 0
 MACHINE_ID = 1
-SEND_PORT = 5000        # Porta que o Servidor envia
-RECV_PORT = 5000       # Porta que o Servidor recebe
+SEND_PORT = 3131        # Porta que o Servidor envia
+RECV_PORT = 3131       # Porta que o Servidor recebe
 
 class Protocol():
     def __init__ (self):