![]() |
Logging in to isp config
Hi,
I can't seem to reach the isp Config login page when I type my ip address in the address bar like so: http://192.168.x.x:81 or https://192.168.x.x:81 am I doing something wrong? If so, what? I followed the guide on here for the perfect setup ubuntu (http://howtoforge.com/perfect_setup_ubuntu_5.10) and I don't know whats wrong with it. Any help is greatly appreciated. |
Quote:
Did you get errors when you execute: /etc/init.d/ispconfig_server restart Please post the output of: netstat -tap |
These look like they may be errors:
Quote:
Quote:
On this command: /etc/init.d/ispconfig_server restart I get Quote:
Code:
Active Internet connections (servers and established) |
Was this installation an update or a fresh install?
|
this was a fresh install
|
I guess a lot of things went wrong with your installation - did you try to install more than once?
Please run these commands: Code:
rm -fr /root/ispconfigThen unpack the ISPConfig tar.gz again and try another installation. |
thank you till and falko for your help so far,
yes I ran the instalation again because it said it stopped when I entered the mysql password wrong then on the second install atempt it didnt ask for any mysql information, and when I installed mysql it didnt ask me for a password so im trying to reset/change it I found some information on that here: http://dev.mysql.com/doc/refman/5.0/...rmissions.html but I am not able to follow it very easily. I ran those commands and I didnt get any errors or messages. I looked at that other thread but I need to reset the mysql password to continue. All help is greatly appreciated. |
Quote:
|
this command: mysqladmin -u root password yourrootsqlpassword seems to require that you have a mysql password and this command: mysqladmin -u root -p<current_password> password <new_password> seems to be for resetting the password but you have to have a password to reset and on this page it says
Quote:
Code:
mysqladmin: connect to server at 'localhost' failedSorry for not understanding this very good but im new to it. thankyou for your help so far. |
If you set up MySQL for the first time, then you have the user root with an empty password. You can then run
Code:
mysqladmin -u root password yourrootsqlpasswordIf root already has a password, you must run Code:
mysqladmin -u root -pcurrent_password password new_password |
| All times are GMT +2. The time now is 14:33. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.