Skip to content

Commit 489d46f

Browse files
committed
20230127-updateDefaultConfigs.md
Updated docs/Basic_setup/Default-Configs.md. Minor spelling mistakes corrected. Removed redundant default reference in column headers. Missing services added. Added column for internal port. All ports used by default are now listed.
1 parent c7eae7a commit 489d46f

File tree

1 file changed

+62
-39
lines changed

1 file changed

+62
-39
lines changed
Lines changed: 62 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,69 @@
1-
# Default Passwords and ports
1+
# Default passwords and ports
22

3-
Here you can find a list of the default configurations for IOTstack for quick referece.
3+
Here you can find a list of the default configurations for IOTstack for quick reference.
44

55
## A word of caution
6-
While it is convienent to leave passwords and ports set to their factory value, for security reasons we __strongly__ encourage you to use a randomly generated password for services that require passwords, and/or setup a reverse nginx proxy to require authentication before proxying to services. Only allowing connections originating from LAN or VPN is another way to help secure your services. Security requires a multi-pronged approach.
6+
While it is convenient to leave passwords and ports set to their factory value, for security reasons we __strongly__ encourage you to use a randomly generated password for services that require passwords, and/or setup a reverse nginx proxy to require authentication before proxying to services. Only allowing connections originating from LAN or VPN is another way to help secure your services. Security requires a multi-pronged approach.
77

8-
Do note that the ports listed are not all of the ports containers use. They are mearly the WUI ports.
8+
For services in host mode, only the external port is shown(if required).
99

1010
## List of defaults
1111

12-
| Service Name | Default Username | Default Password | Default External HTTP/S WUI Port | Multiple Passwords |
13-
| -------------- | ---------------- | ---------------- | -------------------------------- | ------------------ |
14-
| adminer | *none* | *none* | 9080 | No |
15-
| blynk_server | *none* | *none* | 8180 | No |
16-
| dashmachine | *none* | *none* | 5000 | No |
17-
| deconz | *none* | IOtSt4ckDec0nZ | 8090 | No |
18-
| diyhue | *none* | *none* | 8070 | No |
19-
| domoticz | *none* | *none* | 8883 | No |
20-
| dozzle | *none* | *none* | 8889 | No |
21-
| espruinohub | *none* | *none* | *none* | No |
22-
| gitea | *none* | *none* | 7920 | No |
23-
| grafana | *none* | *none* | 3000 | No |
24-
| home_assistant | *none* | *none* | 8123 | No |
25-
| homebridge | *none* | *none* | 8581 | No |
26-
| influxdb | *none* | *none* | *none* | Yes |
27-
| mariadb | mariadbuser | IOtSt4ckmariaDbPw | *none* | Yes |
28-
| mosquitto | *none* | *none* | *none* | No |
29-
| motioneye | *none* | *none* | 8765 | No |
30-
| nextcloud | *none* | *none* | 9321 | No |
31-
| nodered | nodered | nodered | 1880 | No |
32-
| openhab | *none* | *none* | 4050 | No |
33-
| pihole | *none* | IOtSt4ckP1Hol3 | 8089 | No |
34-
| plex | *none* | *none* | *none* | No |
35-
| portainer | *none* | *none* | 9002 | No |
36-
| portainer-ce | *none* | *none* | 9001 | No |
37-
| postgres | postuser | IOtSt4ckpostgresDbPw | *none* | Yes |
38-
| python | *none* | *none* | *none* | No |
39-
| rtl_433 | *none* | *none* | *none* | No |
40-
| tasmoadmin | *none* | *none* | 8088 | No |
41-
| telegraf | *none* | *none* | *none* | No |
42-
| timescaledb | postgres | IOtSt4ckTim3Scale | *none* | No |
43-
| transmission | *none* | *none* | 9091 | No |
44-
| webthingsio_gateway | *none* | *none* | 4060 | No |
45-
| zigbee2mqtt | *none* | *none* | *none* | No |
46-
| zigbee2mqtt_assistant | *none* | *none* | *none* | No |
12+
| Service Name | Username | Password | External Port | Internal Port | Multiple Passwords |
13+
| -------------- | ---------------- | ---------------- | -------------------------------- | ------------------ | ----|
14+
| adguardhome | *none* | *none* | 8089<br>3001<br>53 | 8089<br>3001<br>53 | No |
15+
| adminer | *none* | *none* | 9080 | 8080 | No |
16+
| blynk_server | *none* | *none* | 8180<br>8440<br>9443<br> | 8080<br>8440<br>9443<br> | No |
17+
| chronograf | *none* | *none* | 8888 | 8888 | No |
18+
| dashmachine | *none* | *none* | 5000 | 5000 | No |
19+
| deconz | *none* | IOtSt4ckDec0nZ | 8090<br>443<br>5901 | 80<br>443<br>5900 | No |
20+
| diyhue | *none* | *none* | 8070<br>1900<br>1982<br>2100 | 80<br>1900<br>1982<br>2100| No |
21+
| domoticz | *none* | *none* | 8083<br>6144<br>1443 | 8080<br>6144<br>1443| No |
22+
| dozzle | *none* | *none* | 8889 | 8080 | No |
23+
| duckdns | *none* | *none* | | | No |
24+
| espruinohub | *none* | *none* | 1888 | | No |
25+
| gitea | *none* | *none* | 7920<br>2222 | 3000<br>22| No |
26+
| grafana | *none* | *none* | 3000 | 3000 | No |
27+
| heimdall | *none* | *none* | 8880<br>8883 | 80<br>443| No |
28+
| home_assistant | *none* | *none* | 8123 | | No |
29+
| homebridge | *none* | *none* | 8581 | | No |
30+
| homer | *none* | *none* | 8881 | 8080 | No |
31+
| influxdb | *none* | *none* | 8086 | 8086 | Yes |
32+
| influxdb2 | *none* | *none* | 8087 | 8086 | Yes |
33+
| kapacitor | *none* | *none* | 9092 | 9092 | Yes |
34+
| mariadb | mariadbuser | IOtSt4ckmariaDbPw | 3306 | 3306| Yes |
35+
| mosquitto | *none* | *none* | 1883 |1883 | No |
36+
| motioneye | *none* | *none* | 8765<br>8081 |8765<br>8081 | No |
37+
| n8n | *none* | *none* | 5678 |5678 | No |
38+
| nextcloud | *none* | *none* | 9321 |80 | No |
39+
| nodered | *none* | *none* | 1880 | 1880 | No |
40+
| octoprint | *none* | *none* | 9980 | 80 | No |
41+
| openhab | *none* | *none* | 4050 | | No |
42+
| pihole | *none* | *none* | 8089<br>53<br>67 | 80<br>53<br>67 | No |
43+
| plex | *none* | *none* | 32400 | | No |
44+
| portainer-agent| *none* | *none* | 9001 | 9001 | No |
45+
| portainer-ce | *none* | *none* | 8000<br>9000 | 8000<br>9000 | No |
46+
| postgres | postuser | IOtSt4ckpostgresDbPw | 5432 | 5432| Yes |
47+
| prometheus | *none* | *none* | 9090 |9090 | No |
48+
| prometheus-cadvisor | *none* | *none* | 8082 |8080 | No |
49+
| prometheus-nodeexporter | *none* | *none* | 9100 | | No |
50+
| python | *none* | *none* | *none* |*none*| No |
51+
| qbittorrent | *none* | *none* | 15080<br>6881<br>1080 |15080<br>6881<br>1080 | No |
52+
| ring-mqtt | *none* | *none* | 8554<br>55123 |8554<br>55123 | No |
53+
| rtl_433 | *none* | *none* | *none* |*none*| No |
54+
| scrypted | *none* | *none* | 10443 | | No |
55+
| syncthing | *none* | *none* | 8384<br>22000<br>21027 | | No |
56+
| tasmoadmin | *none* | *none* | 8088 | 80 | No |
57+
| telegraf | *none* | *none* | 8092<br>8094<br>8125| 8092<br>8094<br>8125 | No |
58+
| timescaledb | postgres | IOtSt4ckTim3Scale | 5433 |5432 | No |
59+
| transmission | *none* | *none* | 9091<br>51413<br> | 9091<br>51413<br> | No |
60+
| webthingsio_gateway | *none* | *none* | 4060<br>4061 | | No |
61+
| wireguard | *none* | *none* | 51820 | 51820| No |
62+
| zerotier-client| *none* | *none* | | | No |
63+
| zerotier-router| *none* | *none* | | | No |
64+
| zigbee2mqtt | *none* | *none* | 8080 | 8080 | No |
65+
| zigbee2mqtt_assistant | *none* | *none* | 8880 | 80 | No |
66+
67+
68+
69+

0 commit comments

Comments
 (0)