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 jaar geleden bijgewerkt 9 jaar geleden 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 jaar geleden bijgewerkt 9 jaar geleden 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
Beantwoord

nginx modules

louis-lau 10 jaar geleden bijgewerkt door CreativeWolf 9 jaar geleden 8
How do i install an nginx module such as this one: http://wiki.nginx.org/NgxFancyIndex
with Ajenti V?
Antwoord

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 jaar geleden bijgewerkt door mozzi zadok 8 jaar geleden 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
Voltooid

Ability to open Files from the File Manager in Notepad module

Jake Edwards 11 jaar geleden bijgewerkt door Eugene Pankov (Project coordinator) 11 jaar geleden 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.
Antwoord
"Edit" button will be available in the properties dialog
+1
Beantwoord

Ajenti V Backup

dK Magno 10 jaar geleden bijgewerkt door Eugene Pankov (Project coordinator) 10 jaar geleden 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!



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

How to install phpmyadmin ?

Kickstarter159 10 jaar geleden bijgewerkt door Eugene Pankov (Project coordinator) 10 jaar geleden 3
Hello,

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

Please some nice tutorial should be helpful !

Thanks
Antwoord
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 jaar geleden bijgewerkt 9 jaar geleden 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
Antwoord
Fixed in latest reconfigure package release.
+1
Declined

Virtualbox plugin

Andy Hall 13 jaar geleden bijgewerkt door Eugene Pankov (Project coordinator) 12 jaar geleden 0
Ability to control a virtualbox install, possibly using phpvirtualbox
+1

update latest version, problem SSL

djiai 10 jaar geleden bijgewerkt door anonymous 7 jaar geleden 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!