Keo Posted November 5, 2024 Posted November 5, 2024 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.
Hottwire Posted November 5, 2024 Posted November 5, 2024 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.
Keo Posted November 5, 2024 Author Posted November 5, 2024 (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, 2024 by Keo
Keo Posted November 7, 2024 Author Posted November 7, 2024 Also today when we tried to play on the new hosted server the game wont launch
Hottwire Posted November 7, 2024 Posted November 7, 2024 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
Keo Posted November 8, 2024 Author Posted November 8, 2024 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
Hottwire Posted November 13, 2024 Posted November 13, 2024 Are you able to share the logs the server generates, should be in a file named cncnet-server.log
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