And the default SSH login credentials are root/libreelec, not pi/raspberry.
The password can also be changed under the configuration addon.
And the default SSH login credentials are root/libreelec, not pi/raspberry.
The password can also be changed under the configuration addon.
Have you got the firewall running? Check in the LE configuration addon that it's not blocking access.
@bubblegum57 - I just checked, and your account there is fully active and not banned.
As noted above, it will presumably be your IP address which is the issue. Can you post the IP address you are trying to access the forum from, and we can look into whether that is banned or not.
You've probably inherited an address that was previously used for spam or other similar purposes and has been blacklisted. If that is the case we can look at removing that blacklist entry.
The other option is to rebooting your router to try and prompt your ISP to assign you a new IP address, which probably won't be blacklisted.
No. LibreElec is designed to run Kodi only, there is no OS accessible directly on it.
If you want to access the underlying OS, the only way is to remote access connect into the Pi via SSH.
Just to comment - MariaDB 10 works fine on a Synology for this set-up. I've got my database stored on my DS1019+ using it and a pair of LE Pi's and it has no issues at all. Install MariaDB 10 and phpMyAdmin packages and you're good to go.
OK I see what I did wrong. Was expecting to feed the ovpn files in separately. Chucking them all in at once worked, although one is giving issues as it needs a private key password to be entered. Next thing to fix
Thanks guys
Editted to add - I'm now having deja vu of being in this situation before, and from a quick search we have discussed this before here. All sorted!
@bubblegum57 - thanks. The question was more how to define the second one without overwriting the first one.
Professional
zomboided - a quick question, is it possible to set up more than one user defined VPN configuration?
I've got a couple of self-hosted servers which would be useful to be able to switch between (as primary VPN and secondary), but it's not clear if it's possible or how to do it. The wizard will happily import and use either .ovpn file individually, but can both be set up and switched between?
Or is user defined limited to a single server?
It's only the major build version (Matrix v19.x vs Leia v18.x vs Krypton v17.x etc) that matter. The minor ones (the bit after the point) doesn't matter.
The database version is only bumped when the major version is. The minor ones within a given major release version all use the same database number.
Look in the debug logs of each instance and check that the advancedsettings.xml file is being read correctly, and whether there are any other access errors shown.
It can be done within the LE settings addon (the built-in one) or alternatively you can do it within your router. Set the network connection up as normal then go to it, edit the connection and the setting is in there (at least it is on the Pi version).
The latter is the normally recommended method unless there's a specific reason not to.
"static IP address" is the term to search for.
From the Team Kodi side, it's detailed in our VPN policy - https://kodi.wiki/view/official:vpn_policy
The LibreElec stance isn't quite as restrictive as ours is, but is parallel with regard to the piracy and geoblocking aspect.
For the specific case of homebrew VPN back to your home network, it's assumed that if you're savvy enough to set the server up then you're savvy enough to set the client up as well, and issues tend to be with those (OpenVPN, Wireguard or whatever) and are often better directed at their support forums.
Ask a moderator or admin nicely and they can do it for you. It's not something regular users can do.
The thread below may be worth a read?
zomboided - replacing #PATH with the explicit path didn't help (basically same error in openVPN.log as before), so it looks to me like the issue is in the naming and inhaling of the password file from the askpass tag.
But the good news is that PiVPN can generate an ovpn file without the password encryption (PiVPN -a nopass is the command line to do so, for anyone else who needs it) and that works fine out of the box without any modifications just by pointing the add-on at it under User Defined.
I'm not sure we lose anything by going that way given the password is stored on the machine in plain text anyway in this case, just a slightly non-standard tweak needed to create it.
I think I tried that yesterday, but I'll give it another go tonight.
But also I think PiVPN does have the ability to create ovpn files without a password anyway. So if setting the path specifically doesn't work then I'll try that and report back.
zomboided I've just hit this same issue, and even by adjusting the ovpn file it doesn't work properly.
If I add the askpass tag it does ask for the password, and saves it in a file user.txt in the addon's data folder. But the ovpn file gets modified to point to key.txt for some reason. But even if I duplicate the user.txt file to key.txt, it still fails to import it properly as it seems to be just pointed at the folder rather than the specific file in it (see the openvpn.log below)?
Below are the relevant log files plus the sanitised ovpn file. If you need more information please let me know and I'll grab it.
Never mind - just seen this thread which is the same issue I'm having.
I'll post details there instead as it's a more specific issue connecting with PiVPN.