gmag11 / MetaTrader5-Docker-Image

Docker image that runs Metatrader 5 with VNC web server
MIT License
107 stars 51 forks source link

How to secure python RPyC and vnc #7

Closed atmarammuduli closed 5 months ago

atmarammuduli commented 5 months ago

Please guide how to secure RPyC using header or any other method. Also need to understand how vnc is password protected

gmag11 commented 5 months ago

Yes, you can add a password to the service, this is explained in Readme file.

Protecting your instance is out of the scope of this project. There are so many ways to achieve and depend on your use, requirements, setup, etc.

Anyway, you should NEVER expose this to the Internet even if it has a password. Using a VPN at least should be a must for this service.