-
Notifications
You must be signed in to change notification settings - Fork 65
Home
oznu edited this page Mar 22, 2020
·
46 revisions
Action | Command |
---|---|
Restart Command | sudo hb-service restart |
Stop Command | sudo hb-service stop |
Start Command | sudo hb-service start |
View Logs Command | sudo hb-service logs |
Manage Homebridge Server | sudo hb-config |
Manage Network Connections | sudo nmtui |
Default Value | |
---|---|
Default Hostname | homebridge.local |
Default SSH Username | pi |
Default SSH Password | raspberry |
Default Homebridge UI Username | admin |
Default Homebridge UI Password | admin |
Path | |
---|---|
Homebridge Config File | /var/lib/homebridge/config.json |
Homebridge Storage Folder | /var/lib/homebridge |
Homebridge Systemd Service File | /etc/systemd/system/homebridge.service |
Homebridge Systemd Env File | /etc/default/homebridge |
Homebridge Nginx Config | /etc/nginx/sites-enabled/homebridge.local |
Homebridge Nginx SSL Key | /etc/nginx/ssl/homebridge.local.key |
Homebridge Nginx SSL Cert | /etc/nginx/ssl/homebridge.local.crt |
These are the ports that are open / in use on a standard, unmodified installation of the Homebridge Raspberry Pi Image.
Service | Port |
---|---|
SSH | 22 |
HTTP Nginx -> Homebridge Web UI | 80 |
HTTPS Nginx -> Homebridge Web UI | 443 |
HTTP Homebridge Web UI | 8581 |
Homebridge | 51000-52000 (randomly assigned on first boot) |