Web interface over Internet


Recommended Posts

Generally speaking: it depends. There are a couple of factors that are involved. Somebody could bruteforce his was into your machine for example. So you have to make sure the passwords you use are good (use 1Password). It is always smart to use something like fail2ban for stuff like that.

So there are multiple options now.

  • You can configure sync to listen on 0.0.0.0:8888 so it is accessible from the internet
  • You can set it to 127.0.0.1:8888 so it is only accessible locally and what you would do is you SSH into your Raspberry Pi and then tunnel that port to your local machine so you can open your browser and enter (this is an example) localhost:8888 and you are on the Raspberry Pis WebGUI for Sync tunneled through your SSH session (this option is what I would prefer over any other)
  • Or you can setup a VPN connection to your Raspberry Pi and manage it that way

You can find out about Tunneling through SSH if you just look around on Google.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.