Hello, i’ve just installed MIAB after watching the video and reading the manual.
Everything went fine. But i’m unable to reach admin panel by typing XXX.XXX.XXX.XXX/admin as it is displayed at the end of the installation.
Here are some commands i threw (coming from another topic from this forum):
status_checks.py says this:
System
Could not load host key: /etc/ssh/ssh_host_ed25519_key
✓ All system services are running.
✓ SSH disallows password-based login.
✓ System software is up to date.
? Mail-in-a-Box version check disabled by privacy setting.
✓ System administrator address exists as a mail alias. [administrator@box.perkypatlayouts.com ↦
me@box.perkypatlayouts.com]
✓ The disk has 7.64 GB space remaining.
✓ System memory is 76% free.Network
Could not load host key: /etc/ssh/ssh_host_ed25519_key
✓ Firewall is active.
✓ Outbound mail (SMTP port 25) is not blocked.
✓ IP address is not blacklisted by zen.spamhaus.org.
it says things about DNS also but everything is fine. (just no TLS at the moment)
Then i display ufw rules:
sudo ufw status | egrep “Status|80|443”
and it replies:
Status: active
80 ALLOW Anywhere
443 ALLOW Anywhere
80 (v6) ALLOW Anywhere (v6)
443 (v6) ALLOW Anywhere (v6)
it seems also fine.
I try to test the webserver from the inside of the box with:
wget -O - 127.0.0.1/admin --no-check-certificate
(no certificate cause it wont display anything otherwise)
and it replies with the full webpage (proof):
// Recall what the user was last looking at.
if (typeof localStorage != ‘undefined’ && localStorage.getItem(“miab-cp-lastpanel”)) {
show_panel(localStorage.getItem(“miab-cp-lastpanel”));
} else {
show_panel(‘login’);
}
})</script> </body>
100%[===========================================================================>] 108,355 --.-K/s in 0.006s
2018-07-22 20:03:33 (17.3 MB/s) - written to stdout [108355/108355]
But i’m still unable to access it from my home (connection timeout). I tryed with different browser, or from different IP (smartphone). Nginx show no errors (just the SSL thing). Do you have any idea? (i’m sure it’s pretty obvious but i still can’t troubleshoot it)