Welcome to the Ajenti Idea Exchange. It's your chance to collaborate with our team and other users to influence the future of Ajenti! Ideas appreciated.

+1

gUnicorn don't load

Maxim Kiselev il y a 9 ans mis à jour il y a 9 ans 0
system:
venv python 3 (pyenvwrapper)
gunicorn 19.3.0
nginx 1.9.4
debian 8.2
Ajenti don't load gunicorn 111: Connection refused. (502 Bad Gateway)

Socket is open, but no gunicorn proccess.

First: ajenti - gunicorn conflict with port [fixed]. Add to config another port.
Start test with default loading application. Test is success. gunicorn --threads 2 --bind 0.0.0.0:8232&
Proxy_pass added to ajenti config of nginx. But problem is not fixed.
What i do to fix problem with gunicorn?

Ajenti-v config is similar of http://support.ajenti.org/topic/403351-setting-up-a-python-website-with-ajenti-v-django-example/




+1

Ajenti V Mail IMAP giving authentification error

Aleš Nezbeda il y a 9 ans mis à jour il y a 9 ans 5
When I try to login by SMTP and IMAP thunderbird and other clients give me error "Settings could not be checked, is name and password ok?" and other like username and password is wrong.
+1
Résolu

nginx modules

louis-lau il y a 10 ans mis à jour par CreativeWolf il y a 9 ans 8
How do i install an nginx module such as this one: http://wiki.nginx.org/NgxFancyIndex
with Ajenti V?
Solution

You can do this in the same way as normally - compile the module against NGINX headers, and paste those new directives into the custom configuration of a location in Ajenti V.

+1

Can not connect when using SSL on CentOS

Jip J. Dekker il y a 9 ans mis à jour par mozzi zadok il y a 8 ans 2

I'm trying to set up Ajenti on my home server but I've run into a problem. When I try to run Ajenti with SSL enabled, I get the message from my browser: "Unable to connect".

It's perfectly fine if I run in without SSL on the same port (and yes I did change to url to include https, otherwise I get the connection was reset message the first time).

I'm running on CentOS 7, running ajenti version v1.2.22.13.


To add to the weirdness, when running with SSL from commandline (ajenti-panel), the program crashes (it doesn't when running without SSL). But when running through systemd, the status of Ajenti remains running, even when using SSL.


I hope someone could explain what's going on, and how to solve it.

Thanks in advance

+1
Terminé

Ability to open Files from the File Manager in Notepad module

Jake Edwards il y a 11 ans mis à jour par Eugene Pankov (Project coordinator) il y a 11 ans 0
I like the larger browse interface of the File Manager screen, yet can't seem to find a way to open the files for editing in the Notepad screen without switching and browsing again.
Solution
"Edit" button will be available in the properties dialog
+1
Résolu

Ajenti V Backup

dK Magno il y a 10 ans mis à jour par Eugene Pankov (Project coordinator) il y a 10 ans 1
I am running Ajenti V v1.2.21.19. I wish to know if there's an available module to backup entire server or specific websites to a remote server?

Please let me know. Thanks!



Solution
Sorry, but we don't have any built-in backup capabilities. You might want to try CrashPlan or another automatic cloud backup solution.
+1
Résolu

How to install phpmyadmin ?

Kickstarter159 il y a 10 ans mis à jour par Eugene Pankov (Project coordinator) il y a 10 ans 3
Hello,

I've installed phpmyadmin, but how can I get it loaded ?

Please some nice tutorial should be helpful !

Thanks
Solution
Installing to /usr/share is a bit of unfortunate idea, so I've put together a small tutorial: http://support.ajenti.org/topic/479448-/
+1
Corrigé

BIND9 Plugin Always Reconnecting

Harris Marfel il y a 10 ans mis à jour il y a 9 ans 3
I am not sure this is a bug or not, but after i install Bind9 then start the service.
on the website Interfaces, i click BIND9 from Software Tab. and it seems Anjeti Service has been crash or stop, because it show Reconnecting and no process taken.
i have trying to figure the logs, but i can't find logs for Ajenti because i am new on Ajenti.
Image 60
Solution
Fixed in latest reconfigure package release.
+1
Écarté

Virtualbox plugin

Andy Hall il y a 13 ans mis à jour par Eugene Pankov (Project coordinator) il y a 12 ans 0
Ability to control a virtualbox install, possibly using phpvirtualbox
+1

update latest version, problem SSL

djiai il y a 10 ans mis à jour par anonymous il y a 7 ans 2
Hello, I have update with the latest version of ajenti, but I have an error: 
ERR_SSL_PROTOCOL_ERROR. in the web browser.

with this command ajenti-panel -v , only error: 

core.py:99 INFO Starting server on (u'0.0.0.0', 8000)
core.py:121 ERROR Could not bind to (u'0.0.0.0', 8000)

and with     netstat -tlnp | grep 8000

tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 11151/python


thank you for your help!