• Stars
    star
    7,346
  • Rank 4,977 (Top 0.2 %)
  • Language
    Python
  • License
    MIT License
  • Created about 14 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ajenti Core and stock plugins

Logo

Ajenti is a Linux & BSD modular server admin panel. Ajenti 2 provides a new interface and a better architecture, developed with Python3 and AngularJS.

Badge Crowdin Badge Contributors Badge License


Feature highlights

  • Easy installation : Ajenti 2 can be easy installed with pip and the provided script.

  • Existing configuration : Picks up your current configuration and works on your existing system as-is, without any preparation.

  • Caring : Does not overwrite your config files, options and comments. All changes are non-destructive.

  • Batteries included : Includes lots of plugins for system and software configuration, monitoring and management.

  • Extensible : Ajenti 2 is easily extensible using Python. Plugin development is a quick and pleasant with Ajenti APIs. Write your first plugin.

  • Modern : Pleasant to look at, satisfying to click and accessible anywhere from tablets and mobile.

  • Lightweight : Small memory footprint and CPU usage. Runs on low-end machines, wall plugs, routers and so on.


Screenshots

Screenshot Ajenti Login Screenshot Ajenti Dashboard Screenshot Ajenti Settings
Screenshot Ajenti Plugins Screenshot Ajenti Systemd Screenshot Ajenti Terminal

See https://ajenti.org for more information


Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Kientz Arnaud

๐Ÿ’ป

Dmitry Zamaruev

๐Ÿ’ป

Ivlev Denis

๐Ÿ’ป

Valentin Bryukhanov

๐Ÿ’ป

Konstantin Stepanov

๐Ÿ’ป

Alex Raeder

๐Ÿ’ป

Alexander Stefanov

๐Ÿ’ป

Markus M. May

๐Ÿ’ป

Artsiomi Silivonchyk

๐Ÿ’ป

Ilya Voronin

๐Ÿ’ป

Xรฉfir Destiny

๐Ÿ’ป

Martin Ellis

๐Ÿ’ป

Alex Kucherenko

๐Ÿ’ป

Luis Salazar

๐Ÿ’ป

Miguel Gonzalez

๐Ÿ’ป

Joseph Wang

๐Ÿ’ป

Pablo Albornoz

๐Ÿ’ป

Praveen Baratam

๐Ÿ’ป

Andreas Till

๐Ÿ’ป

Roman

๐Ÿ’ป

Prajjwal Nijhara

๐Ÿ’ป

Julian B

๐Ÿ’ป

Catriel Mรผller

๐Ÿ’ป

Kim

๐Ÿ’ป

Daniel Schulz

๐Ÿ’ป

dendilz

๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind welcome!

Contributing

Helpers are welcome ! There are many ways to help in Ajenti Project :

Roadmap

Actually big changes are planned and under development. A global roadmap is :

  • Migrating to Python3
  • Migrating to python-socketio
  • Implement better API REST with @get, @post ... decorators
  • Migrating from AngularJS to Angular 13 (work in progress):
  • Add a lot of new plugins: once the migration to Angular done, we can add a lot of plugins to manage services on the server ( like apache2, nginx, postfix, etc ... ).
  • Migrating to asyncio: concept tested, but migration not really started.