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.

0
Исправлен

Users Plugin looks strange

Helge Ziese 10 лет назад обновлен Eugene Pankov (Project coordinator) 10 лет назад 0
Editing users settings in Firefox 27 (ubuntu) looks like shown below. Tried different machines and olso tried different browsers



in Chrome only missed the create HomeDir button
in Opera it looks as it schould be
Ответ
Fixed; wait for update :)
0

Mail SSL auth issue with any IMAP client since Ajenti V 1.2.23.0

PONYFOX 9 лет назад обновлен Pierre Knudsen 9 лет назад 4

Hello, few hours ago, i've updated my server and since this update, my mailboxes doesn't work with SSL protocol with any client in IMAP included roundcube who it installed in the server localhost. I've tried lots of things on the server and on my computer with thunderbird and when I change the connection security protocol with STARTTLS, the mailboxes works fine. I dunno realy if the problem comes from Ajenti but i'ts my only one configuration way, i don't edit the Ajenti generated config files in a normal running mode. So i'ts probably an Ajenti issue.

I've noting special on logs and the SMTP SSL auth wok's fine.

0

hello .. I have a problem

pizdivoda 9 лет назад 0
hello ..
I have a problem when I put the game mode in samp server and when you start typing successfully started with command / samp03srv everything is set properly or not working, so if you can do me a
0

Ajenti on a Buffalo Linkstation (LS-GL)

Fakename 10 лет назад обновлен 10 лет назад 1
works! Just sometime the panel page is reloading till death.. a manual reload is a work a round...

Tec Specs: http://buffalo.nas-central.org/wiki/Category:LSPro
0
На рассмотрении

External DNS server

Hristo Torbov 9 лет назад обновлен 9 лет назад 4
I’m thinking about using BoxBilling + Ajenti + Proxmox (billing system + web hosting + vps hosting) for my hosting company. Since my DNS ports are closed, is there any way, to make the BIND9 server on another computer and connect it with Ajenti (DNS clustering)?
0
Отвечен

Апачи в панельке есть?

Ольга Шунгуева 10 лет назад обновлен Eugene Pankov (Project coordinator) 10 лет назад 1
Здравствуйте! А может ли панелька работать с apache2 ? Буду рад ответу!
Ответ
Здравствуйте. Может, но только на уровне редактирования конфигов через панель. Для полноценного авто-вебхостинга - только NGINX+FPM
0
Завершен

Bring back the network plugin

Colin Vallance 11 лет назад обновлен Eugene Pankov (Project coordinator) 11 лет назад 0
I was using the network plugin to manage small embedded devices with multiple interfaces.  I would love to see that back in Ajenti as the average "non-syadmin" I was letting control these devices could easily make needed changes.


0

ajenti 130 м.б. оперы сжирает

Павел Левин 9 лет назад 0
Ajenti 130 м.б. оперы сжирает, когда весь сервер кушает 150, очень печально... что он там такого делает на апаче?

Когда суть его действий дать быстрый доступ к конфингам и более ничего не требуется. 
0
Отвечен

Reverse Proxy to other subdir behind nginx

Frank Kubis 9 лет назад обновлен Eugene Pankov (Project coordinator) 9 лет назад 2
Hi,

iIs it possible to run ajenti in other subdir as /ajenti using reverse proxy with nginx?
I would like to run it under /web1, because I would like to set up a second server with ajenti and the same domain. But I got only one valid certificate, so need to change the name.

Using latest nginx, I tried:

location /web1 {
rewrite (/web1)$ / break;
rewrite /web1/(.*) /$1 break;
rewrite ^/(.*)/$ /web1/;
proxy_pass http://127.0.0.1:8000;
proxy_redirect / /web1/;
proxy_set_header Host $host;
proxy_set_header Origin http://$host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
}

But it uses still /ajenti:, it should be /web1/ajenti:.

Ответ
This isn't possible, because Ajenti pages include absolute /ajenti:.* URLs.
0

Ubuntu Server: Ajenti Works with HTTP but will not load https://<ip>:8000

John Down 9 лет назад обновлен Alex Shele100 8 лет назад 8
I installed Ajenti and it works fine when I turn off SSL certificates but when they are on and I try to go to https://<ip>:8000 it does not load Ajenti.

Installed on a Ubuntu 14.04. Suggestions?

Сервис поддержки клиентов работает на платформе UserEcho