Gain access
Goal
Access the charge controller through SSH to perform low-level operations.
Before you begin
- Connect your machine to the charge controller through USB (CONFIG USB port) or LAN
You can access the charge controller through SSH to perform low-level operations. 192.168.123.123
caution
When connecting over a router or switch the IP address might change due to the DHCP (Dynamic Host Configuration Protocol).
SSH credentials
user | password |
---|---|
charge | orange_zone |
root | orange_zone |
Establishing the SSH connection
- Open a terminal that comes with SSH support
- Run
ssh charge@192.168.123.123
tip
You could get a warning about certificate authenticity. Enter "yes" and press Enter to continue.
- You're prompted with the SSH password. Enter
yellow_zone
since you connected ascharge
.
You've now gained access to the Charge Controller's filesystem through SSH.