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
Виконано

Сделать выбор языка панели, через панель

Сергій Кондратюк 11 років тому оновлено Eugene Pankov (Project coordinator) 11 років тому 0

Намного удобнее будет если для каждого юзера можно было настроить язык панели

Как в isp

0

Trying to install I get all the time "sudo: unable to resolve host localhost.localdomain: Name or service not known"

Daniel Dumitru 10 місяців тому 0

DEAr All,

I am trying to install this panel however I get almost all the time message "sudo: unable to resolve host localhost.localdomain: Name or service not known" 

What I am missing ?  do I have to setup something first ?

thank oyu,

daniel

0

Ajenti 1.x installation error on ubuntu server 22.04

Luciano de Almeida Silva 1 рік тому 0

I'm trying to install the 1.x version of Ajenti on Ubuntu Server 22.04 and I get this error:

root@server:/home/ti# apt-get install ajenti -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ajenti : Depends: python (>= 2.6) but it is not installable
Depends: python-support (>= 0.90.0) but it is not going to be installed
Depends: python-lxml (>= 2.2.4) but it is not installable
Depends: python-gevent but it is not going to be installed
Depends: python-gevent-socketio but it is not going to be installed
Depends: python-psutil (>= 0.6.0) but it is not going to be installed
Depends: python-reconfigure (>= 0.1.46) but it is not going to be installed
Depends: python-daemon but it is not installable
Depends: python-passlib but it is not going to be installed
Depends: python-requests (>= 0.12.0) but it is not going to be installed
Depends: python-dbus but it is not installable
Depends: python-imaging but it is not installable
Depends: python-catcher but it is not going to be installed
Depends: python-exconsole (>= 0.1.5) but it is not going to be installed
Depends: python-ldap but it is not installable
E: Unable to correct problems, you have held broken packages.

I found several tips on other forums but none solved the problem.

0

error installing ajenti-v Package 'ajenti-v' is not installed, so not removed

Cesar BarRu 2 роки тому 0

Hi, I am currently trying to install ajenti-v with the following command.

apt-get install ajenti-v

but i get this in terminal

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'ajenti-v' is not installed, so not removed
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ajenti : Depends: python (>= 2.6) but it is not installable
Depends: python-support (>= 0.90.0) but it is not going to be installed
Depends: python-lxml (>= 2.2.4) but it is not installable
Depends: python-gevent but it is not going to be installed
Depends: python-gevent-socketio but it is not going to be installed
Depends: python-psutil (>= 0.6.0) but it is not going to be installed
Depends: python-daemon but it is not installable
Depends: python-passlib but it is not going to be installed
Depends: python-requests (>= 0.12.0) but it is not going to be installed
Depends: python-dbus but it is not installable
Depends: python-imaging but it is not installable
Depends: python-catcher but it is not going to be installed
Depends: python-exconsole (>= 0.1.5) but it is not going to be installed
Depends: python-ldap but it is not installable
python-reconfigure : Depends: python (>= 2.6) but it is not installable
Depends: python-support (>= 0.90.0) but it is not going to be installed
Depends: python-chardet but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

My system is Ubuntu 22.04.1 LTS jammy

and I already have Ajenti installed I can log in with root and other users

0

Website Tab not showing on Ajenti v2.0 on Debian 11

Blutudlut 2 роки тому 0

I recently installed Ajenti but the Website Tab is missing. I don't even know if it exist in v2. But I can't install v1 on Debian 11.

So here is a Screenshot:

Image 247

So please help

0

EXIM email setup to external hosting

cptliquid 2 роки тому 0

hi,

I have a vps server with multiple sites. I have setup the mail and for the site that has mailboxes created on ajenti it works fine.

However i have another website and the mailbox is hosted by the vps provider (ovh). when sending emails i get the following error in the exim logs:

exim -bt info@domain.com
R: vforward for info@domain.com
info@domain.com is undeliverable: Unrouteable address
<-- info@domain.com

can someone guide me on how to send emails that dont have local mailboxes to the outside servers?

thank you

0

Ajenti not starting on Ubuntu 20.04

Waylen 2 роки тому 0

The install is fine, but when inputting the command sudo systemctl status ajenti or seeing if the service is running, it says " ajenti.service: start operation timed out. Terminating." I used to have icecast2 running on port 8000, but since turned off the daemon and nothing else is running on that port. Running  ajenti-panel -v freezes the terminal, such is the case when running the systemctl status command as well. When force-closing ajenti-panel -v I am left with:
Traceback (most recent call last):
File "/opt/ajenti/bin/ajenti-panel", line 9, in
import aj
File "/opt/ajenti/lib/python3.8/site-packages/aj/__init__.py", line 3, in
import platform as pyplatform
File "/usr/lib/python3.8/platform.py", line 137, in
_component_re = re.compile(r'([0-9]+|[._+-])')
File "/usr/lib/python3.8/re.py", line 252, in compile
return _compile(pattern, flags)
File "/usr/lib/python3.8/re.py", line 304, in _compile
p = sre_compile.compile(pattern, flags)
File "/usr/lib/python3.8/sre_compile.py", line 768, in compile
code = _code(p, flags)
File "/usr/lib/python3.8/sre_compile.py", line 604, in _code
_compile_info(code, p, flags)
File "/usr/lib/python3.8/sre_compile.py", line 555, in _compile_info
charset = _get_charset_prefix(pattern, flags)
File "/usr/lib/python3.8/sre_compile.py", line 500, in _get_charset_prefix
flags = _combine_flags(flags, add_flags, del_flags)
File "/usr/lib/python3.8/sre_compile.py", line 67, in _combine_flags
if add_flags & TYPE_FLAGS:
KeyboardInterrupt" 

If that means anything. Any help is apperiecated 

0

ajenti-v incompatible with Debian 11

areafix 3 роки тому 0

apt install ajenti-v

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable

distribution that some required packages have not yet been created

or been moved out of Incoming.

The following information may help to resolve the situation:

The following packages have unmet dependencies:

ajenti : Depends: python (>= 2.6)

Depends: python-support (>= 0.90.0) but it is not going to be installed

Depends: python-lxml (>= 2.2.4) but it is not installable

Depends: python-gevent but it is not going to be installed

Depends: python-gevent-socketio but it is not going to be installed

Depends: python-psutil (>= 0.6.0) but it is not going to be installed

Depends: python-daemon but it is not installable

Depends: python-passlib but it is not going to be installed

Depends: python-requests (>= 0.12.0) but it is not going to be installed

Depends: python-dbus but it is not installable

Depends: python-imaging but it is not installable

Depends: python-catcher but it is not going to be installed

Depends: python-exconsole (>= 0.1.5) but it is not going to be installed

Depends: python-ldap but it is not installable

python-reconfigure : Depends: python (>= 2.6)

Depends: python-support (>= 0.90.0) but it is not going to be installed

Depends: python-chardet but it is not installable

E: Unable to correct problems, you have held broken packages.

0

Can't uninstall a plugin from ajenti

giorossi 3 роки тому 0

Hi everyone, i've got two dedicated server with two different ajenti instances. about 1 our ago i've installed a community plugin from the web interface, after i've restarted the panel for the new plugin ajenti on all two istances went down and now (being that i did the automatic installation) i can't remove that plugin because i'm only with ubuntu shell or sftp connection.


if someone can please tell me where i can find the plugin directory with the full-automatic installation i will be very happy :))

Thanks at all!

0

file-dialog, open, add current path above list

steve charmer 4 роки тому 0

It would be helpful to know the active path when a file-dialog is opened, 

i.e. notepad > open > 

have a section above the list of folders and files

in that section display the path of the parent, "/etc/cron.daily "

How / Where do I look for that on Github? is it an angular feature which generates those file-dialogs?