[ Overview | Windows | Mac OS X | Linux | Android ]
pagekite.py./usr/local/bin or your Desktop.For more specific instructions, select your operating system above.
pagekite.py.The first time you run the program, it will ask a few questions and guide you through the process of setting up your first kite.
Note: Python 3.x does not currently work. We recommend Python 2.7.
In a console, run the following command:
$ curl -s https://pagekite.net/pk/ |sudo bash
If you have an older Mac, your version of curl may not recognize our SSL certificate, in which case the following command will work better:
$ curl -s http://pagekite.net/pk/ |sed -e 's/https/http/g' |sudo bash
In both cases, the installer (view source) will download and install the latest version of pagekite.py for use on the command-line. You can re-run this command at any time to upgrade.
If you prefer, you can download the program yourself and install wherever you like. Just remember to make the program executable by running: chmod +x pagekite.py
The quickest way to install PageKite, is like so:
$ curl -s https://pagekite.net/pk/ |sudo bash
The installer (view source) will download and install the latest version of pagekite.py for use on the command-line. You can re-run this command at any time to upgrade.
If you prefer, you can download the program yourself and install wherever you like. Just remember to make the program executable by running: chmod +x pagekite.py
Hint: If you want PageKite to start up on boot or want to subscribe to automated updates, please try our RPM or Debian packages instead. Alternately, you can help test our brand new graphical user interface.
PageKite is available as a native app for Android 2.1 (Eclair) and above:
The app can also be downloaded directly from this site and the complete source code is on GitHub.