-
Hi folks! I have a Raspberry Pi running RaspberryMatic. In order to control my devices, I use the default RaspberryMatic web interface. Until now I have only used the web interface from my local network, but now I have a need to control my devices from outside of my local network (e.g. from my iPhone when driving home). An obvious way to do this would be to give my raspberry a static local IP address in my router, open port 80 for that static IP in my router, and then access RaspberryMatic web interface by entering my raspberry Pi's public IP. It would work, but my main concern is safety. Would there be basic HTTP auth? If so, where can I configure it and would that be safe enough? If there would be no basic HTTP auth, opening that public IP it would simply open the RaspberyMatic web login screen, right? I would then need to hope that potential hackers would not guess my RaspberryMatic username/password. Can someone please comment if this is safe? Or perhaps there is a better free solution that would allow controlling my devices from outside of my local network in a safer way? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Never, never, never 👎 do this! The WebUI of a CCU (thus also RaspberryMatic) is not - and never will be - safe to be accessible through simple port forwarding like you outline here. Thus the only secure way to get your CCU/RaspberryMatic accessible from the internet is by using a VPN connection! So there are plenty of free VPN solutions out there - one is btw by using The internal VPN connectivity of your FritzBox or other similar router. But again: NEVER make your CCU accessible via simple port forwarding. The CCU WebUI has so many technical/security design flaws that it is very easy to take over full control of a CCU/WebUI even without knowing your login credentials and even if you use https! |
Beta Was this translation helpful? Give feedback.
Never, never, never 👎 do this! The WebUI of a CCU (thus also RaspberryMatic) is not - and never will be - safe to be accessible through simple port forwarding like you outline here.
Thus the only secure way to get your CCU/RaspberryMatic accessible from the internet is by using a VPN connection! So there are plenty of free VPN solutions out there - one is btw by using The internal VPN connectivity of your FritzBox or other similar router.
But again: NEVER make yo…