busimus / cutelog

GUI for logging
MIT License
479 stars 45 forks source link

Connecting to python script running in VPS #21

Closed arul67800 closed 1 year ago

arul67800 commented 3 years ago

if i add the IP adress of my vps , it throws a message "this address is not available" ... Is there any way to connect to external server??

busimus commented 3 years ago

You got it backwards. The program running on your VPS will be establishing the connection to the log server that's running inside of cutelog.

So you should leave "Server listen address" as 0.0.0.0, make sure the listen port is forwarded in your router to your computer, and then enter your global IP address and the forwarded port in the arguments of the SocketHandler.

arul67800 commented 3 years ago

confused ...........can you please elaborate it . when i want cutelog in same computer its working...i jus want to listen to a remote log in my pc...i couldnt understand the steps

arul67800 commented 3 years ago

how to forward the listen port to my computer