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 vor 9 Jahren aktualisiert vor 9 Jahren 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 vor 9 Jahren aktualisiert vor 9 Jahren 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
Beantwortet

nginx modules

louis-lau vor 10 Jahren aktualisiert von CreativeWolf vor 9 Jahren 8
How do i install an nginx module such as this one: http://wiki.nginx.org/NgxFancyIndex
with Ajenti V?
Antwort

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 vor 9 Jahren aktualisiert von mozzi zadok vor 8 Jahren 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
Fertiggestellt

Ability to open Files from the File Manager in Notepad module

Jake Edwards vor 11 Jahren aktualisiert von Eugene Pankov (Project coordinator) vor 11 Jahren 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.
Antwort
"Edit" button will be available in the properties dialog
+1
Beantwortet

Ajenti V Backup

dK Magno vor 10 Jahren aktualisiert von Eugene Pankov (Project coordinator) vor 10 Jahren 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!



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

How to install phpmyadmin ?

Kickstarter159 vor 10 Jahren aktualisiert von Eugene Pankov (Project coordinator) vor 10 Jahren 3
Hello,

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

Please some nice tutorial should be helpful !

Thanks
Antwort
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
Fixed

BIND9 Plugin Always Reconnecting

Harris Marfel vor 10 Jahren aktualisiert vor 9 Jahren 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
Antwort
Fixed in latest reconfigure package release.
+1
Abgelehnt

Virtualbox plugin

Andy Hall vor 13 Jahren aktualisiert von Eugene Pankov (Project coordinator) vor 12 Jahren 0
Ability to control a virtualbox install, possibly using phpvirtualbox
+1

update latest version, problem SSL

djiai vor 10 Jahren aktualisiert von anonymous vor 7 Jahren 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!