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.

+2
Tak

спасибо огромное за проделанную работу!

Alexander Babichev 12 år siden opdateret af Eugene Pankov (Project coordinator) 12 år siden 0

спасибо огромное за проделанную работу! 

очень нравится!


и надеюсь что разработка будет продолжаться!


успехов вам!

+2

DKIM public keys

Kambi Malayali 10 år siden 0
I can see private key in /etc/exim4/dkim/private.key

How to generate DKIM publickey for a specific domain. ?
+2

Bind9 : Allow-transfert

Anthony NANNI 10 år siden 0
Hello,
I recently migrated a Ajenti on my VPS and it works fine!
I use a lot Bind9 to manage your DNS, I have two ideas:
  • Add an input for "allow-transfer" for allowing transfert between DNS servers
example:
In /etc/bind/named.conf:
zone "example.com" {
type master;
allow-transfer {
localnets;
213.186.33.199;
213.251.188.144;
};
file "/etc/bind/db.example.com";
};


  • Automatic update of SOA serial
2014061202 ; Serial -> 2014 06 12 rev02
if I change something  the serial change for example: 2014061701
This will allow DNS servers to replicate changes

+1

Install script not creating .service for systemd

Michael Davydov 6 år siden 0

I tried to install Ajenti, but got this error:


:: Installing initscript
/sbin/start
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
:: Complete



Naturally there's no "service ajenti start' for me. I'm using ubuntu.


It seems to be a bug in install script.

+1

ImportError: No module named urllib.parse

taupomatt 7 år siden 0

After updating my server - ubuntu 12.04, I am getting this error when trying to run ajenti panel.  I restart the ajenti service but then when you check the status it is not running.


ajenti panel returns

04.03.2018 14:39 INFO  Using config file /etc/ajenti/config.json
04.03.2018 14:39 INFO  Ajenti starting in foreground
/usr/lib/pymodules/python2.7/ajenti/feedback.py:8: UserWarning: libevent version mismatch: system version is '2.0.19-stable' but this gevent is compiled against '2.0.16-stable'
  import gevent
Traceback (most recent call last):
  File "/usr/bin/ajenti-panel", line 137, in <module>
    from ajenti import core
  File "/usr/lib/pymodules/python2.7/ajenti/core.py", line 20, in <module>
    from ajenti.http import HttpRoot, RootHttpHandler
  File "/usr/lib/pymodules/python2.7/ajenti/http.py", line 9, in <module>
    from socketio.handler import SocketIOHandler
  File "/usr/lib/python2.7/dist-packages/socketio/handler.py", line 4, in <module>
    from six.moves.urllib.parse import parse_qs
ImportError: No module named urllib.parse

+1

privacy problem

sokuho 7 år siden 0

Hello,there is some tracer use XHR send some data to api.mixpanel.com.

I decode it,and find it send my referrer url,OS version,User-agent to the third party.


+1

I need help with ssl!

Niriter 7 år siden opdateret af Glaumy - Glaucomys Dragón 7 år siden 1

I need help with ssl(https) ajenti, after not good quick instalation ajenti with this code:

curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -

i install another method

wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -


echo "deb <a class="vglnk" href="http://repo.ajenti.org/ng/debian" rel="nofollow">http://repo.ajenti.org/ng/debian</a> main main ubuntu" | sudo tee -a /etc/apt/sources.list


sudo apt-get update && sudo apt-get install ajenti


sudo service ajenti restart


i have error in chrome and not only in chrome:


 SSL_ERROR_RX_RECORD_TOO_LONG


How i can disable ssl in configs, or how fix this error???


but in http (http://localhost:8000/) i see this text:

Invalid URL


+1

Install as sudo user?

tdot 7 år siden 0

I am trying to install ajenti on centos. Logged into a user that has sudo access but its saying 

'This script must be run as root' is the root account needed to install the script?

+1

Installing Magento 2 on Ubuntu 16

Luan 7 år siden opdateret af Bakir Moh 7 år siden 1

Hey all,


I'm trying to install Magento 2 on Ubuntu with the website buttonn, but Nginx is giving me a few errors.
In Custom configuration I have:

#redirect site to HTTPS

if ($scheme = http) {
return 301 https://$server_name$request_uri;

}
set $MAGE_ROOT /srv/MySite/pub;
set $MAGE_MODE developer;

#include /srv/MySite/nginx.conf.ajenti;
include /srv/MySite/nginx.conf.sample;
fastcgi_read_timeout 3000


In Custom top level I have:

upstream fastcgi_backend {

server unix:/var/run/php/php7.0-fpm.sock;
}


THE PROBLEM: In the configuration checks - ajenti throws and error that says:
nginx: [emerg] "root" directive is duplicate in /srv/MySite/nginx.conf.sample:28

However, I have copied conf.sample and renamed it conf.ajenti removing the "root" directive but this get overridden...

Please help as I need to get this project started ASAP and I can't seem to figure this out. Thanks a lot in advance !!

+1

Ajenti 1.x and V together?

Mike 8 år siden 0

After installing Ajenti 1.x I have access to nginx panel, while after installing Ajenti V, nginx is missing but I get websites panel. Is there no way to have it all - all around server administration with websites administration? I'm confused by all those Ajenti versions. I recall that in the past I had everything in one panel and now it looks like certain features are excluding each other for no reason? Or am I missing something.


Kundesupport af UserEcho