Jump to content

Recommended Posts

Posted

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. 

Posted

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.

Posted (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 by Keo
Posted

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 

Posted
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 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...