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

Why doesnt your SSL work properly?Both on your official site and when we install your product?And this is a year old problem??? Woooow! Do you even have support? Is this project gonna be discontinued soon? Ajenti looked so promising...

ch3g3v4r4 7 років тому оновлено JL Griffin 7 років тому 2

Please get yourself together Ajenti, i was really hoping this is a stable hosting solution...

0

Ajenti V: Перенос "хостинга" с одной системы в другую со всеми базами и настройками.

Psyhopate 7 років тому 0

Здравствуйте, сразу говорю, я чайник, Ajenti мне отлично подходит для домашнего Web и FTP сервера через роутер под Banana PI(кто не в курсе -  аналог Raspberry Pi), на Debian 8.

Знания не велики, в основном все задачи решаю по инструкциям в гугле, поэтому очень буду благодарен за ответы для чайников))

Дело в том, что делал бэкап путем копирования содержимого флешки с прошлой системы перед обновлениями(пытался скомпилить php 7, ну а там пошли подводные камни с дополнительными действиями), которые гавкнули систему.

Проблема в том, что на некоторые базы в MySQL не припомню пароли(некоторые автоматом генерировал через Ajenti).

Можно ли просто скопировать старый Ajenti, который у меня работал под Debian 7 на новый Ajenti, что бы сразу в списках все появилось, как раньше?

Может глупости, а может и можно - помогите пожалуйста.

Сейчас по сути имею старую купию системы, Debian 8 с заново установленной Ajenti V и доступ по FTP под рутом. Фисё(( Пожалуйста - помогите!

Нашел базы mysql в папке var/lib/mysql, но пока не получилось восстановится(((

0

Anyone help fixing this error

breyjhan 7 років тому 0

[root@netlax-server-01 ajenti]# ajenti-panel -v
01.11.2017 15:05 ajenti-panel:105              INFO  Using config file /etc/ajenti/config.json
01.11.2017 15:05 ajenti-panel:130              INFO  Ajenti starting in foreground
Traceback (most recent call last):
  File "/usr/bin/ajenti-panel", line 137, in <module>
    from ajenti import core
  File "/usr/lib/python2.7/site-packages/ajenti/core.py", line 21, in <module>
    from ajenti.middleware import SessionMiddleware, AuthenticationMiddleware
  File "/usr/lib/python2.7/site-packages/ajenti/middleware.py", line 11, in <module>
    from ajenti.users import UserManager
  File "/usr/lib/python2.7/site-packages/ajenti/users.py", line 3, in <module>
    from passlib.hash import sha512_crypt
  File "/usr/lib/python2.7/site-packages/passlib/hash.py", line 22, in <module>
    from passlib.registry import _proxy
  File "/usr/lib/python2.7/site-packages/passlib/registry.py", line 11, in <module>
    from passlib.utils import is_crypt_handler
  File "/usr/lib/python2.7/site-packages/passlib/utils/__init__.py", line 32, in <module>
    from passlib.utils.compat import add_doc, b, bytes, join_bytes, join_byte_values, \
ImportError: cannot import name b

0

у вас есть русская потдержка или мануал????

Izy Nin 7 років тому оновлено anonymous 7 років тому 1
0

Centos 7 Squid vs Squid 3

Deborah 7 років тому оновлений 7 років тому 0

After installing Ajenti, I still have the option to install Squid even though squid is already installed.  It is telling me to install Squid 3 and I am unable to find any difference between the version of Squid I have installed and Squid 3.


In the squid plug-ins panel it shows: 


'Application binary Squid 3' with an icon for me to install Squid.   When I try to install, I get a message saying it is already installed.

Installed Packages
Name        : squid
Arch        : x86_64
Epoch       : 7
Version     : 3.5.20
Release     : 2.el7_3.3
Size        : 10 M
Repo        : installed
From repo   : updates
Summary     : The Squid proxy caching server
URL         : http://www.squid-cache.org
License     : GPLv2+ and (LGPLv2+ and MIT and BSD and Public Domain)
Description : Squid is a high-performance proxy caching server for Web clients,
            : supporting FTP, gopher, and HTTP data objects. Unlike traditional
            : caching software, Squid handles all requests in a single,
            : non-blocking, I/O-driven process. Squid keeps meta data and
            : especially hot objects cached in RAM, caches DNS lookups, supports
            : non-blocking DNS lookups, and implements negative caching of failed
            : requests.
            :
            : Squid consists of a main server program squid, a Domain Name System
            : lookup program (dnsserver), a program for retrieving FTP data
            : (ftpget), and some management and client tools.



Temporary Fix


I am able to use the plug-in by creating a symbolic link between my squid file /usr/sbin/squid and /usr/sbin/squid3.  To use the configurations I created a symbolic link between /etc/squid and  /etc/squid3.

0

Ajenti 2 ProxyReverse on Apache

DieKrabbe 7 років тому 0

Dear,


today I installed Ajenti 2. I must say it looks much more better :). Currently I have access over IP:Port but I want it over a sub domain like ajenti.domain.de . If I put in the vhost.conf from Apache this


    ProxyPass / http://IP:Port

    ProxyPassReverse / http://IP:Port


it doesn't work.


What must I change to get it work?


Regards

Marcel


I am from Germany


If you want to talk in german, do it ^^

0

migrate from ajenti 1.x to ajenti 2

Diego Rivera 7 років тому 0

I am a happy ajenti V user. Currently version 1.2.23.10. How should I proceed to migrate to version 2? There is any feature loss between versions? What risks are involved on migrating? I have a set of very specific settings for nginx on one site (to take advantage of nginx memory caching). I could not find a guide or question answering this. Thanks!

0

Can't get catch-all default domain to work

saffer 7 років тому 0

I'm trying to set up a catch-all domain on my server, so basically any requests that don't match any of my domains land on a default page. 


This is the nginx config for it:

server {
    listen *:80;
listen *:443 ssl;
    ssl_certificate /var/cert/default.crt;
    ssl_certificate_key /var/cert/default.key;
    server_name _;

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

    root /srv/default;
    index index.html index.htm index.php;


Anyone has any ideas why it doesn't work. If you need any more info I can get it.


Thanks in advance,

Richárd

0

notify for ajenti2

m bertens 7 років тому 0

In the v1.x there is the nofity function to nofity the user via the UI. What is the equivalent in Ajenti2 ?  

0

How to uninstall ajenti

Christian 7 років тому 0

Hello,


 I used the

curl install method.

But I want to uninstall ajenti.

Is there an uninstall script?


apt purge ajenti doenst work