[GH-ISSUE #1] problem with index ... #3

Closed
opened 2026-02-27 23:03:17 +03:00 by kerem · 4 comments
Owner

Originally created by @senkron24 on GitHub (Nov 11, 2020).
Original GitHub issue: https://github.com/simonmicro/Pritunl-Fake-API/issues/1

Originally assigned to: @simonmicro on GitHub.

hi
i wold first say thx for thsi great work ...

i have allready running and see thad the api its chnaged also no call home all lok like ok

bud after i change or add www from your to /usr/share/pritunl/www nothing changed still not have ultimate
i try to add licance i get this error
Server error occurred, please try again later.

and if i try to acess from index.html to index.php
404 page not found

i use the version
v1.29.2591.94 2c70e4

also can you help pls to make it ultimate 👍
its just privet ...

Originally created by @senkron24 on GitHub (Nov 11, 2020). Original GitHub issue: https://github.com/simonmicro/Pritunl-Fake-API/issues/1 Originally assigned to: @simonmicro on GitHub. hi i wold first say thx for thsi great work ... i have allready running and see thad the api its chnaged also no call home all lok like ok bud after i change or add www from your to /usr/share/pritunl/www nothing changed still not have ultimate i try to add licance i get this error Server error occurred, please try again later. and if i try to acess from index.html to index.php 404 page not found i use the version v1.29.2591.94 2c70e4 also can you help pls to make it ultimate 👍 its just privet ...
kerem 2026-02-27 23:03:17 +03:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@simonmicro commented on GitHub (Nov 11, 2020):

Hi,
well before I'm going to further investigate this - could you please provide a little bit more information about your setup?

bud after i change or add www from your to /usr/share/pritunl/www nothing changed still not have ultimate

This does not seem right. The files inside the www folder of this repository must be put on an own webserver. You could use any free hoster (https://infinityfree.net/) for that (I guess they must support SSL/TLS or HTTPS). When you have done that you can just execute the setup.sh on your Pritunl server. This script will rewrite the Pritunl source code to point to your new api endpoint (you could either use my publicly available or your own, which you have hosted somewhere else - as described before).

I recommend, that you try to use as first my public api endpoint - and when this work you could try to setup your own (by using the www folder).

I hope that helps.

<!-- gh-comment-id:725627052 --> @simonmicro commented on GitHub (Nov 11, 2020): Hi, well before I'm going to further investigate this - could you please provide a little bit more information about your setup? > bud after i change or add www from your to /usr/share/pritunl/www nothing changed still not have ultimate This does not seem right. The files inside the `www` folder of this repository must be put on an own webserver. You could use any free hoster (https://infinityfree.net/) for that (I guess they must support SSL/TLS or HTTPS). When you have done that you can just execute the `setup.sh` on your Pritunl server. This script will rewrite the Pritunl source code to point to your new api endpoint (you could either use my publicly available or your own, which you have hosted somewhere else - as described before). I recommend, that you try to use as first my public api endpoint - and when this work you could try to setup your own (by using the `www` folder). I hope that helps.
Author
Owner

@senkron24 commented on GitHub (Nov 11, 2020):

hi simonmicro

yes its was my first hours to get runn the pritunl i was never use it befor
also try to install on my dedicated server with this instration
https://www.howtoforge.com/how-to-setup-a-vpn-server-using-pritunl-on-ubuntu-1804/

its works no problem bud its not enterprice i think becouse i not have same as yoru fotos like host etc missing
only simple thinks add user add server etc..
also lok like its not enterprice
https://prnt.sc/vho5ul

after i sourch in internet i see your github was make me so happy to found samthing 👍

also try to install from your github
python2 setup.py build
pip install -r requirements.txt
sudo python2 setup.py install

bud nothing changed still have same sw v1.29.2591.94 2c70e4
and not like your post in pritunl-1.29.2276.91
sure i have restart demond and all stuff
and sure the instalation its giong not on /var/www
its located
/usr/share/pritunl/www

bud any way its work standart not enterprice and cannot install on my bionic ubuntu

can you help or mybe make a instartion for how to install the right sw on ubuntu 18.04 bionic

kind regarts

<!-- gh-comment-id:725725957 --> @senkron24 commented on GitHub (Nov 11, 2020): hi simonmicro yes its was my first hours to get runn the pritunl i was never use it befor also try to install on my dedicated server with this instration https://www.howtoforge.com/how-to-setup-a-vpn-server-using-pritunl-on-ubuntu-1804/ its works no problem bud its not enterprice i think becouse i not have same as yoru fotos like host etc missing only simple thinks add user add server etc.. also lok like its not enterprice https://prnt.sc/vho5ul after i sourch in internet i see your github was make me so happy to found samthing 👍 also try to install from your github python2 setup.py build pip install -r requirements.txt sudo python2 setup.py install bud nothing changed still have same sw v1.29.2591.94 2c70e4 and not like your post in pritunl-1.29.2276.91 sure i have restart demond and all stuff and sure the instalation its giong not on /var/www its located /usr/share/pritunl/www bud any way its work standart not enterprice and cannot install on my bionic ubuntu can you help or mybe make a instartion for how to install the right sw on ubuntu 18.04 bionic kind regarts
Author
Owner

@simonmicro commented on GitHub (Nov 12, 2020):

Ahhh, now I understand. Okay:
You'll need your normal Pritunl instance - like installed by your guide. Then you'll can setup the seperate endpoint emulation server (www folder) - which has nothing to do with the Pritunl www folder! When you then want to modify Pritunl to use that server or my endpoint you'll need to execute the setup.sh script, which has nothing to do with any Python setup. You can just run it with ./setup.sh!
And the version number in the "Update Notification" is just the latest version number I tested my endpoint emulator for...

<!-- gh-comment-id:725750606 --> @simonmicro commented on GitHub (Nov 12, 2020): Ahhh, now I understand. Okay: You'll need your normal Pritunl instance - like installed by your guide. Then you'll can setup the _seperate_ endpoint emulation server (`www` folder) - which has nothing to do with the Pritunl `www` folder! When you then want to modify Pritunl to use that server or my endpoint you'll need to execute the `setup.sh` script, which has nothing to do with any Python setup. You can just run it with `./setup.sh`! And the version number in the "Update Notification" is just the latest version number I tested my endpoint emulator for...
Author
Owner

@senkron24 commented on GitHub (Nov 12, 2020):

i will try :) hope will work )))

<!-- gh-comment-id:725964187 --> @senkron24 commented on GitHub (Nov 12, 2020): i will try :) hope will work )))
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Pritunl-Fake-API#3
No description provided.