Jump to content
Froxlor Forum
  • 0

Installation after installation no login Debian 10


Click

Question

Hello,

i have installed Froxlor with all green word and this in orange:

File was saved in /tmp/fx2ILl6L, please move to /var/www/froxlor/lib/userdata.inc.php#

but in my tmp i have this:

systemd-private-6dedecshgffdghfdsgfdga..........-apache2.service-p9qKqQ
systemd-private-6dedecshgffdghfdsgfdga..........-dovecot.service-NcroDr
systemd-private-6dedecshgffdghfdsgfdga..........-ntp.service-RjR7cw

I cant login in panel, and i redirect to the page for installation, but if i retry the installation have this see image:

froxlor.png

 

Thanks for your help.

 

PS: before install i make this:

update mysql.user set password=password('YOUR_MYSQL_ROOT_PASSWD') where user='root';

update mysql.user set plugin='' where user='root';

flush privileges;

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Well the tipp was for the installation yes. If you somehow don't have the generated credentials file in /tmp if you can remember your passwords for the mysql users, you can manually create the file

nano /var/www/froxlor/lib/userdata.inc.php

and put the following content in it, adjust your passwords of course

<?php
//automatically generated userdata.inc.php for Froxlor
$sql['host']='127.0.0.1';
$sql['user']='froxlor';
$sql['password']='PASSWORD';
$sql['db']='froxlor';
$sql_root[0]['caption']='Default';
$sql_root[0]['host']='127.0.0.1';
$sql_root[0]['user']='root';
$sql_root[0]['password']='ROOT_PASSWORD';
?>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...