Search found 29 matches

by s.lobanov
06 Sep 2022, 00:15
Forum: General
Topic: Yet another Accel-PPP web interface
Replies: 20
Views: 10358

Re: Yet another Accel-PPP web interface

hashbang wrote: 03 Sep 2022, 10:14 hi,
installed on ubuntu 22.04 without any problem. I'm liking it. Awaiting for version 4. Link to deb is giving 404 error
thanks
great. latest-stable-lts is a good choice.
v0.4.0 has been released: https://github.com/svlobanov/accel-web- ... tag/v0.4.0
by s.lobanov
01 Sep 2022, 12:01
Forum: General
Topic: Yet another Accel-PPP web interface
Replies: 20
Views: 10358

Re: Yet another Accel-PPP web interface

hashbang wrote: 01 Sep 2022, 11:36 hi,
if you want to manually run accel-web-manager, you should do it from /var/lib/accel-web-manager/backend folder

also, please show 'ls -1 /var/lib/accel-web-manager/backend'
by s.lobanov
31 Aug 2022, 11:46
Forum: General
Topic: Yet another Accel-PPP web interface
Replies: 20
Views: 10358

Re: Yet another Accel-PPP web interface

Aug 31 16:38:12 hbbras03-212 gunicorn3[25612]: File "/var/lib/accel-web-manager/backend/accel-web-manager.py", line 13, in <module> Aug 31 16:38:12 hbbras03-212 gunicorn3[25612]: from flask_cors import CORS Aug 31 16:38:12 hbbras03-212 gunicorn3[25612]: ModuleNotFoundError: No module name...
by s.lobanov
30 Aug 2022, 15:29
Forum: General
Topic: Yet another Accel-PPP web interface
Replies: 20
Views: 10358

Re: Yet another Accel-PPP web interface

hi installed 3.7 and then through pip3 installed modules screenshot link https://ibb.co/BLv93Xz thanks Please show more lines ("systemctl status accel-web-manger -n 50") Also please provide "python3 --version", "python3 -m pip list" and "cat `which gunicorn3`"...
by s.lobanov
30 Aug 2022, 11:45
Forum: General
Topic: accel-cmd slow on showing result
Replies: 4
Views: 2525

Re: accel-cmd slow on showing result

hi, 10k :O. Can u provide me ur pppoe configs. The reason I found for slow accel-cmd is multiple instances. Till 3 instance its ok after u start the 4th It becomes slow. thanks try to increase thread-count in accel-ppp.conf ([core] section). by default it is 4. most probably it will help to fix you...
by s.lobanov
30 Aug 2022, 09:50
Forum: General
Topic: Yet another Accel-PPP web interface
Replies: 20
Views: 10358

Re: Yet another Accel-PPP web interface

Hi, Another request ;) accel-cmd -p $port -P $password pppoe show interface summary of server thanks implemented in https://github.com/svlobanov/accel-web-manager/commit/9180322003ed1dd2ece916edb353be64d01aa6db You can download .deb package from ci: https://github.com/svlobanov/accel-web-manager/su...
by s.lobanov
30 Aug 2022, 09:45
Forum: General
Topic: Yet another Accel-PPP web interface
Replies: 20
Views: 10358

Re: Yet another Accel-PPP web interface

> "System is not ready"

It means that backend is not ready. Check its status using "systemctl status accel-web-manager"

BTW, how do you install it on ubuntu 18.04? ubuntu 18.04 has unsupported python version. did you use --force option during install?
by s.lobanov
30 Aug 2022, 09:42
Forum: General
Topic: Yet another Accel-PPP web interface
Replies: 20
Views: 10358

Re: Yet another Accel-PPP web interface

Hi, I read the readme later on. Installed on ubuntu 18.04 but not working :( I have password protected accel-ppp cli added "-Ppassword" in bras_settings also "System is not ready" link for screenshot : https://ibb.co/TRWMvs4 thanks You can set any accel-cmd options in /var/lib/a...
by s.lobanov
30 Aug 2022, 07:26
Forum: General
Topic: Yet another Accel-PPP web interface
Replies: 20
Views: 10358

Re: Yet another Accel-PPP web interface

hi, I'm loving it. Gr8. Doest it have login credentials or straight to home page ? thanks accel-web-manager uses http-auth to protect itself from unauthorised access. it is implemented through .htpasswd files (using nginx). README.md file describes how to change admin password (also, you can create...
by s.lobanov
29 Aug 2022, 22:15
Forum: General
Topic: accel-cmd slow on showing result
Replies: 4
Views: 2525

Re: accel-cmd slow on showing result

how many sessions? for 10k sessions it works blazing fast

what's about accel-ppp cpu usage?