Jump to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Where is admin account located?

Featured Replies

I have been trying to login to the panel for 4h i have serched web and reinstalled the panel multiple times but the admin credentials i put it does not work to login with.

  • Author

i want to know where the accounts are located

 

Have you tried another browser? Possibly the session is being blocked. Or you somehow manage to change IP on every request so the session is invalid.

No idea how the "where is the account located" answer will help but: in froxlor's database in the table 'panel_admins'. Password is (default) SHA256 encrypted

  • Author

There is nothing under panel_admins

Then there's something wrong with your installation. What OS? Which PHP Version? Which database server? Version?

  • Author

Ubuntu 20.04, PHP 7.4.13, MariaDB

  • Author

MariaDB version: 10.5.8+maria~focal

  • Author

Can i make accounts from the command line in the ssh?

 

You can of course create an admin using SQL directly. It's not recommended though. I'd rather try to find out what went wrong with the install process. There should be some error messages somewhere, usually when an error occurs the installation is not completed successfully

  • Author

there is no error messages, what do i do to make the account in the mysql? I have phpmyadmin

 

INSERT INTO `panel_admins` SET `adminid` = 1, `loginname` = 'admin', `password` = 'SHA-256-HASH-OF-YOUR-PASSWORD', `name` = 'Siteadmin', `email` = 'admin@FROXLORHOSTNAME', `api_allowed` = 1, `customers` = -1, `customers_see_all` = 1, `caneditphpsettings` = 1, `domains` = -1, `domains_see_all` = 1, `change_serversettings` = 1, `diskspace` = -1024, `mysqls` = -1, `emails` = -1, `email_accounts` = -1, `email_forwarders` = -1, `email_quota` = -1, `ftps` = -1, `subdomains` = -1, `traffic` = -1048576;

 

  • Author

Still cant log in.

1 hour ago, d00p said:

Have you tried another browser? Possibly the session is being blocked. Or you somehow manage to change IP on every request so the session is invalid.

 

  • Author

It found the account and gave me 
This account has been suspended because of too many login errors.
Please try again in 900 seconds.

try this php script:

<?php
echo 'SHA-256: ' . crypt($argv[1], '$5$' . md5(uniqid(microtime(), 1)) . md5(uniqid(microtime(), 1))).PHP_EOL;

and call it with "php script.php PASSWORD" to generate the hash for PASSWORD

  • Author

can  i remove the 15 min suspension?

  • Author

Where?

 

panel_admins of course for the entry you want to reset

  • Author

Thanks for your help, i was able to login now.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.