RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
05-26-2023 08:20 AM - edited 05-26-2023 08:23 AM
I don't think I ever knew the web access login/password. Is there a default? Or how can I change the login/password? Thanks,
05-26-2023 08:34 AM
What code are you on ('show version' from CLI)? Generally you would configure this from the CLI. A generic configuration might look like this:
device(config)# crypto-ssl certificate generate
device(config)# username ruckus password ruckus
device(config)# aaa authentication login default local
device(config)# aaa authentication web-server default local
This would tell the switch to use the local user database and you could sign in with the 'ruckus' account in my example. Hope that helps!
05-26-2023 12:11 PM
I'm using telnet. SSH does not work.
telnet@ICX7150-C12 Switch(config)#show version
Copyright (c) 2017 Ruckus Wireless, Inc. All rights reserved.
UNIT 1: compiled on Nov 20 2018 at 00:09:55 labeled as SPS08080d
(25968884 bytes) from Primary SPS08080d.bin
SW: Version 08.0.80dT211
Compressed Boot-Monitor Image size = 786944, Version:10.1.14T225 (mnz10114)
Compiled on Thu Nov 15 12:59:22 2018
HW: Stackable ICX7150-C12-POE
05-26-2023 12:28 PM
The configuration steps above will also work just fine through a telnet session.
07-21-2023 11:23 AM
This worked for me, and now I can login
