No web interface after installation

Hi, I have installed my new NextBox today but at the end of the installation procedure (green LED) I cannot access the web interface.

Ping

$ ping nextbox.local
PING nextbox.local (192.168.178.27) 56(84) bytes of data.
64 bytes from nextbox.fritz.box (192.168.178.27): icmp_seq=1 ttl=64 time=2.34 ms
64 bytes from nextbox.fritz.box (192.168.178.27): icmp_seq=2 ttl=64 time=1.15 ms
64 bytes from nextbox.fritz.box (192.168.178.27): icmp_seq=3 ttl=64 time=1.60 ms
64 bytes from nextbox.fritz.box (192.168.178.27): icmp_seq=4 ttl=64 time=1.12 ms
^C
--- nextbox.local ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 8ms
rtt min/avg/max/mdev = 1.119/1.552/2.336/0.492 ms

NMap

$ sudo nmap -sS 192.168.178.27 -p 80
Starting Nmap 7.70 ( https://nmap.org ) at 2021-07-11 10:45 CEST
Nmap scan report for nextbox.fritz.box (192.168.178.27)
Host is up (0.0021s latency).
PORT   STATE  SERVICE
80/tcp closed http
MAC Address: DC:A6:32:F7:35:8C (Raspberry Pi Trading)
Nmap done: 1 IP address (1 host up) scanned in 0.60 seconds

$ sudo nmap -sS 192.168.178.27 -p 443
Starting Nmap 7.70 ( https://nmap.org ) at 2021-07-11 10:45 CEST
Nmap scan report for nextbox.fritz.box (192.168.178.27)
Host is up (0.0021s latency).
PORT    STATE  SERVICE
443/tcp closed https
MAC Address: DC:A6:32:F7:35:8C (Raspberry Pi Trading)
Nmap done: 1 IP address (1 host up) scanned in 0.59 seconds

browser

$ w3m nextbox.local
w3m: Can't load nextbox.local.

the same output with Firefox, Dillo, Chromium.

The only open port it’s 22 (ssh)

What can I do? Reset (button on the side of the box)?

Tnx

Hey @aborrone

Well, this is weird, can you confirm that the LED is solid green? Means the NextBox is ready for connections.
For the ports, 443 is closed is correct if you haven’t set up TLS yet, so that’s fine.
But this should not happen for port 80, this also explains why you can’t connect.

Please do a factory reset and try again: Factory Reset — Nitrokey Documentation

Hi Daringer, tnx a lot for your reply.
Yes, LED was solid green.
After factory reset the Nextcloud web interface works. Now I’m going to setup the app.

1 Like