Pagekite is an open source yet commercial Python-based HTTP and SSH tunneling solution.
Questions tagged [pagekite]
11 questions
2
votes
2 answers
Getting Error 404 instead of json when trying to use daphne server and pagekite
so I wrote a backend for my website with Python and FastAPI and now want to run it on my computer or phone. To run the python server I decided to use daphne, to make it reachable from a domain name, I've decided to use pagekite.
However, when I go…

Petr L.
- 414
- 5
- 13
1
vote
0 answers
php Webserver on local machine. Pagekite error: FAIL: localhost:8080 is down
When i try to create a tunnel with $enter code here pagekite.py 8080 xxxx.pagekite.me , and someone trys to connect, there is this error: (FAIL: localhost:8080 is down). I created the website on my local machine with $ php -S localhost:8080. When i…

Kallmax186
- 11
- 1
1
vote
1 answer
Pagekite error: FAIL: localhost:8080 is down
When i try to create a tunnel to my localhost:8000 with $ pagekite.py 8080 xxxx.pagekite.me, i get a error when someone trys to connect: (FAIL: localhost:8080 is down). I created the server on my local machine with: $ php -S localhost:8080. When i…

KarlMax187
- 11
- 2
1
vote
0 answers
How to create TCP tunnels with Pagekite
I am a complete beginner when it comes to networking and I am trying to set up a TCP tunnel on my machine using pagekite. I want to route all traffic from a TCP address to a port on my localhost, let's say 8080. I would then start a handler on…

Chryron
- 121
- 4
1
vote
0 answers
Getting ERR_TIMED_OUT un Chromium when trying to run a pagekite daphne server on Linux
I want to run a Python backend for a website with pagekite and daphne.
I use the following commands:
daphne -b 0.0.0.0 -p 8000 main:app
And:
python3 pagekite.py 0.0.0.0:8000 https://something.pagekite.me
Or:
python3 pagekite.py 8000…

Petr L.
- 414
- 5
- 13
1
vote
0 answers
Tunneling all subdomain request to a local machine
I am using Pagekite to tunnel all request from my cloud server to my local machine. My setup is I have this Linode cloud server with Public IP where I installed Pagekite.
I am running this from my localmachine (and works, where yourdomain.com…

quarks
- 33,478
- 73
- 290
- 513
1
vote
1 answer
Updating pagekite on remote host
I am trying to update Pagekite (apt package) on remote host.
Pagekite is the package that is giving me the current ssh connection.
After updating the package the service doesn't restart automatically.
If I were on a local computer I would…

Francesco Meli
- 2,484
- 2
- 21
- 52
1
vote
0 answers
Pagekite used with Influxdb RPCs
Does anybody know how to integrate Pagekite so that it can listen on InfluxDB RPCs on port 8088?
I'm trying to use the raw protocol:
frontend seems to start listening on requests on 8088.
backend doesn't look to be picking up the calls.

Francesco Meli
- 2,484
- 2
- 21
- 52
1
vote
1 answer
Is is possible to scale pagekite on multiple machine?
Is it possible to scale pagekite on multiple servers so that:
It is not anymore a single point of failure
When the traffic gets heavy it gets distributed

Francesco Meli
- 2,484
- 2
- 21
- 52
0
votes
0 answers
Get shell output from python script using QProcess
I am writing a program with PyQT6 to update a progress bar based on output of the pagekite.py file, I'm using QProcess to call the script and a function to handle the output, but the output from the shell when i run the file looks like this:
>>>…

Gustavo Salvador
- 13
- 2
0
votes
0 answers
How to ngrok, pagekite localhost mapped host names?
I have virtual hosting server running OpenLiteSpeed via CyberPanel on my local machine in Windows 11 WSL2 for web developing. I'm accessing multiple websites using local domains, such as testsite1.priv, instead of localhost/testsite1 or…

IDontKnow
- 33
- 4