Connection to the SSH
Note: The SSH is used for testing purposes, designed for Niagara test team. In production, this will be closed and will no longer available.
How to Establish SSH Access to Florawise Modular MAX
- Method 1: Direct HDMI and Keyboard SetupRequired Equipment:
HDMI-compatible monitor.
Standard keyboard with USB connection.
Power supply for the Florawise Modular.
Steps to Access the Console:Connect the Controller:
Plug the HDMI cable into the controller’s HDMI port and connect the other end to the monitor.
Connect the keyboard to the controller’s USB port.
Power On the Device:
Ensure the controller is connected to a power source and turn it on.
Wait for the boot process to complete and the login prompt to appear on the monitor.
Log in to the Console:
At the login prompt, enter the following credentials:
Username: florawise
Password: 25885252
Press Enter to access the system console.
Perform Operations:
Once logged in, you can execute commands or perform any necessary configurations.
Method 2: Ethernet Connection with SSHNetwork Configuration:The controller is preconfigured with the following network settings:
IP Address: 192.168.1.140 (dynamic assignment via DHCP)
Gateway: 192.168.1.1
DNS: 8.8.8.8, 8.8.4.4
Required Equipment:Ethernet cable.
A computer connected to the same network as the controller.
SSH client software (e.g., PuTTY, OpenSSH).
Steps to Establish SSH Connection:Connect the Controller to the Network:
Plug one end of the Ethernet cable into the controller’s Ethernet port and the other end into the network router or switch.
Verify Network Connectivity:
Open a terminal or command prompt on the computer.
Test connectivity by pinging the controller’s IP address:
If the ping returns replies, the connection is active.
Establish SSH Connection:
Open your SSH client software (e.g., PuTTY or terminal).
In PuTTY:
Set the Host Name (or IP address) field to
192.168.1.140
.Choose SSH as the connection type.
Click Open.
Alternatively, in a terminal, execute:
Log in to the System:
When prompted, enter the following credentials:
Password: 25885252
Press Enter to establish the connection.
Note:If the controller’s IP address is unknown, check the network’s DHCP table or use a network scanner to identify the assigned IP.
By following these methods, users can successfully establish SSH access to the Florawise controller for configuration and service purposes.
Last updated