Page 1 of 1

Dashboard access new install

Posted: Sun Aug 21, 2016 7:12 am
by dluzh13
Hi

I am struggling to connect to the dashboard after new install. Tried a few things i saw on the net but nothing seems to help

Basically its a new install on the clean PC. HDA is showing up on Amahi.org control panel, and I can ping (local) IP from within network. I use "Fing" from iPhone and it also shows that SSH, DNS and MySQL are running on HDA as services. Nothing shows up on the network from within Windows and when IP address is typed in the browser, i get "refused connection" message.

I have disabled DHCP on the router and changed DNS to HDAs address (also on the router). Restarted PC (W10). I can see in PC network adapter info that HDA is used for DNS and DHCP. Still not able to connect to the dash, getting same "refused.." message. Tried disabling firewall on PC. No luck. It feels like I'm so close and it should be working, but for some reason just cant connect. Could be W10 issue, but iPhone also not able to connect to the HDA IP when following similar steps. Any help would be great. Thanks.

Re: Dashboard access new install

Posted: Sun Aug 21, 2016 7:52 am
by bigfoot65
Recommend you check out Network Troubleshooting guidance.

Re: Dashboard access new install

Posted: Sun Aug 21, 2016 10:22 am
by dluzh13
Yes I've done all the things in the guide. Troubleshooter is not reacheable, i get 404 error when trying to open www.amahi.net/troubleshooter.html

Re: Dashboard access new install

Posted: Sun Aug 21, 2016 10:28 am
by bigfoot65
Have you tried rebooting the HDA?

There is a bug that only affects some users where multiple reboots are required to get the HDA networking piece operational.

Also can you access the Dashboard via IP address?

Re: Dashboard access new install

Posted: Sun Aug 21, 2016 10:42 am
by dluzh13
Yes. HDA has been restarted about 5 times by now. I cannot access dash neither via IP nor other means.

Re: Dashboard access new install

Posted: Sun Aug 21, 2016 10:56 am
by bigfoot65
Ok. The web server may be down.

Can you access the HDA via terminal?

If so, try the following:

Code: Select all

sudo systemctl restart httpd
Then see if you can access the dashboard.

Re: Dashboard access new install

Posted: Tue Aug 23, 2016 12:49 pm
by dluzh13
no effect

Re: Dashboard access new install

Posted: Tue Aug 23, 2016 1:26 pm
by bigfoot65
Ok, let's try this from the command line:

Code: Select all

sudo systemctl status httpd
Post the output.

Next, try this one:

Code: Select all

ping google.com
Lastly, you might try:

Code: Select all

dnf update
To install latest OS updates.