RUBSARB Posted May 11, 2020 Share Posted May 11, 2020 I run server with command sudo apt-get install default-jre wget http://downloads.cncnet.org/cncnet-tunnel.exe nohup java -jar cncnet-tunnel.exe -name "My cool server" -maxclients 200 -port 50000 -headless > cncnet-tunnel.log & I want Monitor Connection Real Time like Windows. Link to comment Share on other sites More sharing options...
dkeeton Posted May 11, 2020 Share Posted May 11, 2020 tail -f cncnet-tunnel.log Try that. Link to comment Share on other sites More sharing options...
RUBSARB Posted May 12, 2020 Author Share Posted May 12, 2020 17 hours ago, dkeeton said: tail -f cncnet-tunnel.log Try that. I mean Connection Count. Link to comment Share on other sites More sharing options...
FunkyFr3sh Posted May 12, 2020 Share Posted May 12, 2020 RUBSARB Production Thailand http://43.228.85.5:50000/status RUBSARB Production Singapore http://157.230.37.220:50000/status BTW, if the server is full then better don't just kill the process (All games will drop and the players will get angry...), you can just start another instance of the server that is using a different port. 1 Link to comment Share on other sites More sharing options...
RUBSARB Posted May 12, 2020 Author Share Posted May 12, 2020 7 hours ago, FunkyFr3sh said: RUBSARB Production Thailand http://43.228.85.5:50000/status RUBSARB Production Singapore http://157.230.37.220:50000/status BTW, if the server is full then better don't just kill the process (All games will drop and the players will get angry...), you can just start another instance of the server that is using a different port. Can I run 2 ports on one server? (Windows) ? Link to comment Share on other sites More sharing options...
dkeeton Posted May 12, 2020 Share Posted May 12, 2020 2 hours ago, RUBSARB said: Can I run 2 ports on one server? (Windows) ? Yes. Link to comment Share on other sites More sharing options...
RUBSARB Posted May 13, 2020 Author Share Posted May 13, 2020 14 hours ago, dkeeton said: Yes. How to. i run cncnet-tunnel.exe again but server not run. 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