The server administration software for your needs - The official Froxlor development Git repository
Go to file
Michael Kaufmann 0757cc25ce
fix ftp user passwords
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
2022-10-07 17:56:51 +02:00
.github add testing for mysql-server/customer-update of allowed_mysqlserver; beautify config-command/file details 2022-04-29 16:53:01 +02:00
actions adjust awstats default paths 2022-09-08 16:45:21 +02:00
bin added new cli command froxlor:user for unlocking, password-changing and info-display of a user 2022-08-21 12:47:20 +02:00
cache 0.11 dev (#1010) 2022-02-16 09:57:17 +01:00
doc major refactoring of almost all files 2022-04-28 20:48:00 +02:00
install use correct classes and not 0.10.x format 2022-09-17 17:20:58 +02:00
lib fix ftp user passwords 2022-10-07 17:56:51 +02:00
lng minor language additions and css adjustments 2022-09-20 08:09:53 +02:00
logs Improves gitignore and deletes unused .keep in /logs 2018-11-25 21:49:41 +01:00
templates minor adjustments in templates 2022-10-07 12:29:11 +02:00
tests update sql-users with their corresponding password-hash-algorithm; remove a few notices for empty values in str_replace and others 2022-07-17 12:22:06 +02:00
.editorconfig add editorconfig 2022-02-25 21:25:15 +01:00
.gitignore add install/*.json to .gitignore 2022-05-26 13:12:43 +02:00
2fa.php various minor bugfixes; composer requirements update 2022-08-10 00:17:11 +02:00
admin_admins.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
admin_apcuinfo.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
admin_autoupdate.php add missing whitespace after channel-name fir update.noupdatesavail language string 2022-05-26 14:06:32 +02:00
admin_configfiles.php fixing icons 2022-09-08 13:13:06 +02:00
admin_cronjobs.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
admin_customers.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
admin_domains.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
admin_index.php add interval for external update-check; add parameter 'force' to Froxlor.checkUpdate() API call; fix session/language update when changing language 2022-07-24 11:47:10 +02:00
admin_ipsandports.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
admin_logger.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
admin_message.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
admin_mysqlserver.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
admin_opcacheinfo.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
admin_phpsettings.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
admin_plans.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
admin_settings.php fixing icons 2022-09-08 13:13:06 +02:00
admin_templates.php various minor bugfixes; composer requirements update 2022-08-10 00:17:11 +02:00
admin_traffic.php more work on new traffic view 2022-09-08 10:27:03 +02:00
admin_updates.php add possibility to show subdomains fully in php-settings listing; UI adjustments 2022-08-26 09:54:06 +02:00
api_keys.php inject success-message to avoid re-sending of form 2022-07-22 08:52:52 +02:00
api.php catch php errors to return valid JSON when invoking API, refs #1047 2022-07-22 08:37:19 +02:00
build.xml Ga testing (#955) 2021-07-17 14:14:35 +02:00
composer.json various minor bugfixes; composer requirements update 2022-08-10 00:17:11 +02:00
composer.lock Bump twig/twig from 3.4.1 to 3.4.3 (#1055) 2022-09-30 20:20:31 +02:00
COPYING fix rpmlints incorrect-fsf-address 2013-05-04 10:32:16 +02:00
customer_domains.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
customer_email.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
customer_extras.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
customer_ftp.php fix shell-select for customer ftp-accounts if shell is enabled; fix typo in UserCommand 2022-10-06 14:23:56 +02:00
customer_index.php add interval for external update-check; add parameter 'force' to Froxlor.checkUpdate() API call; fix session/language update when changing language 2022-07-24 11:47:10 +02:00
customer_logger.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
customer_mysql.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
customer_traffic.php more work on new traffic view 2022-09-08 10:27:03 +02:00
dns_editor.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
error_report.php various minor fixes for issues found by community member awsome 2022-08-25 21:02:54 +02:00
index.php display which is the default password-hash; fix language selection on login 2022-08-26 16:07:40 +02:00
logfiles_viewer.php fixing icons 2022-09-08 13:13:06 +02:00
package-lock.json more work on traffic and npm dependencies update 2022-09-12 21:52:32 +02:00
package.json more work on traffic and npm dependencies update 2022-09-12 21:52:32 +02:00
phpcs.xml get rid of most of the checkstyle warnings 2018-12-24 13:50:45 +01:00
phpdox.xml [CI] add composer to build.xml; run PHPCompatibility check; run only phpunit in travis 2018-12-23 10:39:27 +01:00
phpmd.xml auto-format all files; add table-definitions to test-bootstrap file 2018-12-21 12:24:07 +01:00
phpunit.xml Feature/crontaskid (#1005) 2022-01-21 10:03:45 +01:00
README.md update debian/ubuntu instructions 2022-04-24 18:48:44 +02:00
robots.txt Deny all robots 2021-06-01 14:45:47 +02:00
SECURITY.md Create SECURITY.md 2019-10-30 11:00:08 +01:00
ssl_certificates.php add default-sorting of listings in frontend 2022-09-30 09:44:11 +02:00
ssl_editor.php fixing icons 2022-09-08 13:13:06 +02:00
webpack.mix.js update cron fpm config builder and webpack assets 2022-04-21 18:19:23 +02:00

Froxlor-CI Froxlor-CI Discord

Froxlor

The server administration software for your needs. Developed by experienced server administrators, this panel simplifies the effort of managing your hosting platform.

Installation

Fast install

  1. Ensure that your webserver serves /var/www
  2. Extract froxlor into /var/www
  3. Point your browser to http://[ip-of-webserver]/froxlor
  4. Follow the installer
  5. Login as administrator
  6. Adjust "System > Settings" according to your needs
  7. Choose your distribution under "System > Configuration"
  8. Follow the steps for your services
  9. Have fun!

Detailed installation

https://docs.froxlor.org/general/installation/index.html

Help

You may find help in the following places:

Discord

The froxlor community discord server can be found here: https://discord.froxlor.org

IRC

froxlor may be found on libera.chat, channel #froxlor: irc://irc.libera.chat/froxlor

Forum

The community is located on https://forum.froxlor.org/

Wiki

More documentation may be found in the froxlor - documentation: https://docs.froxlor.org/

License

May be found in COPYING

Downloads

Tarball

https://files.froxlor.org/releases/froxlor-latest.tar.gz MD5 SHA1

Debian / Ubutnu repository

HowTo

Debian

apt-get -y install apt-transport-https lsb-release ca-certificates curl
curl -sSLo /usr/share/keyrings/deb.froxlor.org-froxlor.gpg https://deb.froxlor.org/froxlor.gpg
echo sh -c '"deb [signed-by=/usr/share/keyrings/deb.froxlor.org-froxlor.gpg] https://deb.froxlor.org/debian $(lsb_release -sc) main" > /etc/apt/sources.list.d/froxlor.list'

Ubuntu

apt-get -y install apt-transport-https lsb-release ca-certificates curl
curl -sSLo /usr/share/keyrings/deb.froxlor.org-froxlor.gpg https://deb.froxlor.org/froxlor.gpg
echo sh -c '"deb [signed-by=/usr/share/keyrings/deb.froxlor.org-froxlor.gpg] https://deb.froxlor.org/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/froxlor.list'

Contributing

see here