Skip to navigation
2016-07-12, 20:19
HOW DO WE INSTALL ON PI!!!
We use Gravatar for commenter's photos. Get your own, it's free!
Comments
# sudo apt-get install pagekite
Pagekite needs these packages, which the above command will install if you need them.
daemon pagekite python-openssl python-socksipychain
Pagekite then runs as a service:
./run/systemd/generator.late/pagekite.service
You really should check to see what active connections your pi is allowing and kill the ones you don't need.
# sudo netstat -tulpn
Read this:
https://pagekite.net/support/security/
AND this:
https://pagekite.net/wiki/Howto/GNULinux/ConfigureYourSystem/
I was able to run it on mi Pi4 without any issues with the latest updates/upgardes/distro. Double check that something didn't happen when downloading or a package had any conflict.
You can try this if you this there is a broken package somewhere: https://linuxhint.com/apt_get_fix_mis...
However; I would amend the install to be 'sudo apt-get install -y pagekite' for the exceptionally lazy.