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.

+3
Ülevaatamisel

Mail's stopped working after latest update

Mario 9 aastat tagasi uuendaja JL Griffin 9 aastat tagasi 4
Hello,<br><br>After latest update users are not able to login to Ajenti Mail... using webmail client (tried RainLoop and RoundCube) and also using any of email clients.<br><br>Everything was working until I've updated Ajenti today - please assist... <br><br>Thanks
+3
Lõpetatud

Make it as light as you can

Δημητρης Α. 13 aastat tagasi uuendaja Eugene Pankov (Project coordinator) 13 aastat tagasi 0
Please dont go on the road of the other panels. Please make it as light and fast as possible.
Vasta
I hope we did - with our modular approach :)
+3

Pure-FTP and SSL

Jochen 10 aastat tagasi uuendaja Bobby 9 aastat tagasi 2
Hello,
obviously support the implementation of  Pure-FTPd not support SSL. Is this a bug or FTP + SSL is not supported by Ajenti?

greeting
Jochen
+3

Repeatedly "reconnecting" when using ajenti behind nginx secure reverse proxy

Lê Phương 10 aastat tagasi uuendaja MaysamF 8 aastat tagasi 1
Currently I setup ajenti to stay behind a nginx secure reverse proxy. Everything works as expected except when I click "Save" in a website configuration, a "Reconnecting" popup always appears, sometimes the settings isn't even saved.

When ever the "reconnecting" popup appears, this error appears in the console:

GET https://ajenti.domain.com/ajenti:socket/1/?t=1415682037774 net::ERR_CONNECTION_REFUSED

This is my current config:

server {
    listen *:443 ssl;

    ssl_certificate /etc/nginx.custom.d/ssl/ajenti.domain.com.crt;
    ssl_certificate_key /etc/nginx.custom.d/ssl/ajenti.domain.com.key;

    server_name ajenti.domain.com;

    access_log /var/log/nginx/ajentidomaincom.access.log;
    error_log /var/log/nginx/ajentidomaincom.error.log;

    root /srv/localhost;

    index index.html index.htm index.php;

    ssl_protocols        TLSv1 TLSv1.1 TLSv1.2;
    ssl_ciphers RC4:HIGH:!aNULL:!MD5;
    ssl_prefer_server_ciphers on;
    keepalive_timeout    90;
    ssl_session_cache    shared:SSL:10m;
    ssl_session_timeout  10m;

    location ~ / {
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";
        proxy_pass https://127.0.0.1:8000;
        proxy_set_header Host $http_host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-Proto $scheme;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header HTTPS   $https;
    }
}
+3
Kavandatud

Add a plugin section on the Ajenti web with a description and the configuration details.

Alban Ménager 11 aastat tagasi uuendaja Eugene Pankov (Project coordinator) 11 aastat tagasi 0

I'm using Ajenti and for now, I really like it, but there is some plugins that I don't know what are they (I know, google is my friend) but I don't know how they work with ajenti (for example, who to configure them) 

+3

SSL Errors on Ubuntu 14.10

Joey Tunks 10 aastat tagasi uuendatud 10 aastat tagasi 1
Since my upgrade to Ubuntu 14.10, I receive the SSL error (from Chrome) ERR_CONNECTION_RESET when trying to connect to Ajenti via HTTPS. Port 8000 is open and I can access Ajenti on port 8000 with SSL disabled. SSL path is pointed to the correct, self-signed certificate (generated by Ajenti). I've tried new certificates, changing port, and made sure I'm typing the URL correctly. I re-enabled the Ajenti repository after the distribution upgrade, and Ajenti is up-to-date.

Here's the current ajenti.log:

2015-01-28 16:15:12,053 INFO registry.register_crypt_handler(): registered crypt handler 'sha512_crypt': <class 'passlib.handlers.sha2_crypt.sha512_crypt'>
2015-01-28 16:15:12,250 INFO core.run(): Ajenti 1.2.22.17 running on platform: debian
2015-01-28 16:15:12,680 INFO sm_systemd.verify(): Disabling systemd service manager: org.freedesktop.DBus.Error.UnknownMethod: No such method 'ListUnitFiles'
2015-01-28 16:15:12,744 WARNING __init__.load(): *** [elements] Plugin error: format error
2015-01-28 16:15:13,553 INFO core.run(): Starting server on (u'0.0.0.0', 8000)
2015-01-28 16:15:13,566 INFO core.run(): SSL enabled: /etc/ajenti/ajenti.pem
2015-01-28 16:15:13,577 INFO connectionpool._new_conn(): Starting new HTTP connection (1): meta.ajenti.org
2015-01-28 16:15:13,577 INFO : Starting new HTTP connection (1): meta.ajenti.org
+3
Ülevaatamisel

Build for Raspberry Pi (rasbian)

Adrian Noß 11 aastat tagasi uuendaja Eugene Pankov (Project coordinator) 10 aastat tagasi 12

Hello! Are there any plans for a Ajenti Version that runs on a raspberry. There are a few how tos online and the installation performs successfull, but the service will not start and there is no error msg or something. Only this : 


$ sudo /usr/bin/ajenti-panel -vv

04.11.2013 18:02 ajenti-panel:71               INFO  Using config file /etc/ajenti/config.json

04.11.2013 18:02 ajenti-panel:90               INFO  Ajenti starting in foreground

04.11.2013 18:02 registry.py:247               INFO  registered crypt handler 'sha512_crypt':

04.11.2013 18:02 core.py:95                    INFO  Ajenti 1.2.3 running on platform: debian

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin hddtemp

04.11.2013 18:02 __init__.py:249               DEBUG Preloading plugin dependency: main

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin main

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin hddtemp

04.11.2013 18:02 __init__.py:249               DEBUG Preloading plugin dependency: dashboard

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin dashboard

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin hddtemp

04.11.2013 18:02 __init__.py:309               WARN   *** [hddtemp] skipping due to BinaryDependency (hddtemp)

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin bind9

04.11.2013 18:02 __init__.py:249               DEBUG Preloading plugin dependency: services

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin services

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin bind9

04.11.2013 18:02 __init__.py:309               WARN   *** [bind9] skipping due to BinaryDependency (named)

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin nginx

04.11.2013 18:02 __init__.py:249               DEBUG Preloading plugin dependency: webserver_common

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin webserver_common

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin nginx

04.11.2013 18:02 __init__.py:309               WARN   *** [nginx] skipping due to BinaryDependency (nginx)

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin ltfs

04.11.2013 18:02 __init__.py:303               WARN   *** [ltfs] Plugin error: format error

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin memcache

04.11.2013 18:02 __init__.py:309               WARN   *** [memcache] skipping due to BinaryDependency (memcached)

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin smartctl

04.11.2013 18:02 __init__.py:309               WARN   *** [smartctl] skipping due to BinaryDependency (smartctl)

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin users

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin configurator

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin netatalk

04.11.2013 18:02 __init__.py:309               WARN   *** [netatalk] skipping due to BinaryDependency (afpd)

04.11.2013 18:02 __init__.py:260               DEBUG Loading plugin fstab


+3

change colors in Ajenti

CosmicDebri 9 aastat tagasi uuendatud 9 aastat tagasi 1

Is there a way to change the colors in the Ajenti control panel? The default light grey on white background is real hard to see with my old eyes and/or old monitor.

+3

Log Analyzer

Jochen 10 aastat tagasi 0
Hello,

is for Ajenti-V a separate log analyzer planned or there will be a plugin for Awstats?

greeting
Jochen
+3

Allow wildcard email forwarding

DudeAss 10 aastat tagasi 0
I need to redirect all messages from *@example.com to someone@example.net - But it seems like the wildcard symbol isn't supported?