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 9 років тому оновлений 9 років тому 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 9 років тому оновлений 9 років тому 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
Є відповідь

nginx modules

louis-lau 10 років тому оновлено CreativeWolf 9 років тому 8
How do i install an nginx module such as this one: http://wiki.nginx.org/NgxFancyIndex
with Ajenti V?
Відповідь
Eugene Pankov (Project coordinator) 9 років тому

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 9 років тому оновлено mozzi zadok 8 років тому 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
Виконано

Ability to open Files from the File Manager in Notepad module

Jake Edwards 11 років тому оновлено Eugene Pankov (Project coordinator) 11 років тому 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.
Відповідь
Eugene Pankov (Project coordinator) 11 років тому
"Edit" button will be available in the properties dialog
+1
Є відповідь

Ajenti V Backup

dK Magno 10 років тому оновлено Eugene Pankov (Project coordinator) 10 років тому 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!



Відповідь
Eugene Pankov (Project coordinator) 10 років тому
Sorry, but we don't have any built-in backup capabilities. You might want to try CrashPlan or another automatic cloud backup solution.
+1
Є відповідь

How to install phpmyadmin ?

Kickstarter159 10 років тому оновлено Eugene Pankov (Project coordinator) 10 років тому 3
Hello,

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

Please some nice tutorial should be helpful !

Thanks
Відповідь
Eugene Pankov (Project coordinator) 10 років тому
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 10 років тому оновлений 9 років тому 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
Відповідь
Eugene Pankov (Project coordinator) 10 років тому
Fixed in latest reconfigure package release.
+1
Declined

Virtualbox plugin

Andy Hall 13 років тому оновлено Eugene Pankov (Project coordinator) 12 років тому 0
Ability to control a virtualbox install, possibly using phpvirtualbox
+1

update latest version, problem SSL

djiai 10 років тому оновлено anonymous 7 років тому 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!