Keo Posted November 5 Share Posted November 5 as in the title i tried to download the windows exe file on the tutorial : But it works for few seconds then close itself. Also current CNCnet doesn't use p2p on Yuris Revenge right? as there is no such option/command that let you pick. Link to comment Share on other sites More sharing options...
Hottwire Posted November 5 Share Posted November 5 Have you checked your log file that gets produced? It will be in the same location as the server exe you ran. Did you run it as an administrator? It's quite possible the ports are in use on modern windows. One way you can do this is to open a administrative command prompt/powershell to the directory you saved the "cncnet-server-gui.exe" and run the server exe itself like so: .\cncnet-server.exe --maxclients 200 --port 5001 --portv2 5000 If it runs now then you have a port issue on the main ports used by cncnet With regards to p2p there is the option below: --nop2p (Default: false) Disable NAT traversal ports (8054, 3478 UDP) However I'd recommend against turning it off as if a player cannot connect to your tunnel they will fail to connect at all compared to failing back to p2p. Link to comment Share on other sites More sharing options...
Keo Posted November 5 Author Share Posted November 5 (edited) 10 hours ago, Hottwire said: Have you checked your log file that gets produced? It will be in the same location as the server exe you ran. Did you run it as an administrator? It's quite possible the ports are in use on modern windows. One way you can do this is to open a administrative command prompt/powershell to the directory you saved the "cncnet-server-gui.exe" and run the server exe itself like so: .\cncnet-server.exe --maxclients 200 --port 5001 --portv2 5000 If it runs now then you have a port issue on the main ports used by cncnet With regards to p2p there is the option below: --nop2p (Default: false) Disable NAT traversal ports (8054, 3478 UDP) However I'd recommend against turning it off as if a player cannot connect to your tunnel they will fail to connect at all compared to failing back to p2p. i tried another device and it worked fine, thank, however it wont show ping. can you help me with this too ? for --nop2p where i put this? im new to cncnet Edited November 5 by Keo Link to comment Share on other sites More sharing options...
Keo Posted November 7 Author Share Posted November 7 Also today when we tried to play on the new hosted server the game wont launch Link to comment Share on other sites More sharing options...
Hottwire Posted November 7 Share Posted November 7 To show Ping you will need to open ICMP ports on the firewall. for no p2p you add that as a switch as part of the server executable like so: .\cncnet-server.exe --maxclients 200 --port 5001 --portv2 5000 --no-p2p Link to comment Share on other sites More sharing options...
Keo Posted November 8 Author Share Posted November 8 23 hours ago, Hottwire said: To show Ping you will need to open ICMP ports on the firewall. for no p2p you add that as a switch as part of the server executable like so: .\cncnet-server.exe --maxclients 200 --port 5001 --portv2 5000 --no-p2p I disabled the firewall and still has same issue also games wont start on my server Link to comment Share on other sites More sharing options...
Hottwire Posted November 13 Share Posted November 13 Are you able to share the logs the server generates, should be in a file named cncnet-server.log Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now