Find your server's local IP
Nel caso di un'installazione su un server casalingo, questi dovrebbe essere normalmente accessibile (dalla LAN) digitando l'indirizzo yunohost.local. Se per una qualsiasi ragione il server non è raggiungibile, dovrete trovare l'indirizzo IP locale del vostro server.
Cos'è l'indirizzo IP locale?
L'IP locale è l'indirizzo che permette al server di essere raggiunto all'interno di una rete locale (ad esempio in una rete domestica) dove molti apparecchi si collegano allo stesso router . Un indirizzo IP locale è normalmente rappresentato con una sequenza di cifre del tipo 192.168.x.y (o più raramente 10.0.x.y oppure 172.16.x.y)
Come trovare l'indirizzo IP
Uno dei seguenti metodi, vi permetterà di trovare l'indirizzo IP locale del server.
- With AngryIP (Recommended)
- With your internet router / box
- With arp-scan
- With a direct access on the server
You can use the AngryIP software to achieve that. You can scan these local IP ranges in this order until you find the active IP corresponding to your server:
192.168.0.0 -> 192.168.0.255
192.168.1.0 -> 192.168.1.255
192.168.2.0 -> 192.168.255.255
10.0.0.0 -> 10.0.255.255
172.16.0.0 -> 172.31.255.255
- you can order by ping like on this screenshot to easily see effectively-used IP.
- your server should typically be displayed as listening on port 80 and 443
- in case of doubt, just type
https://192.168.x.yin your browser to check if it's a YunoHost or not.

Connect to your internet box / router interface to list the machines connected.
If you're using Linux, you can open a terminal and use sudo arp-scan --local to list the IP on your local network (this may also work in Windows);
Se il comando arp-scan restituisce un numero elevato di indirizzi, potere verificare quali di questi ha la porta SSH aperta con il comando nmap -p 22 192.168.1.0/24 (usando l'insieme di indirizzi della vostra rete locale)
Plug a screen on your server, log in and type hostname --all-ip-address.
Le credenziali di default (prima della post installazione!) sono:
- login:
root - password:
yunohost
(Se utilizzate un'immagine Armbian grezza al posto di un immagine con YunoHost preinstallato, le credenziali saranno root / 1234)
Se nonostante tutto non trovo l'indirizzo
Se non riuscite a trovare il vostro server con le istruzioni precedenti, forse il server non si è avviato correttamente:
- Make sure that your server is properly plugged in;
- If you're using an SD card, make sure the connector is not too dusty;
- Plug a screen on your server and try to reboot to check that it's properly booting;
- Make sure that your ethernet cable is working and properly plugged in;