11-20-2023 05:30 PM
Hi we are currently using Firepower4000.
Before web GUI account has been reset we generally use it for maintenance.
We have no idea about the process of creating a new account.
At this moment we can connect to this device with admin account by Securecrt.
However, as we said we barely familiar to use device linux os.
Could you guide us how we can create account for web cli and process to give authority to account to work on this web GUI
In case i attched both of screenshots.
Thanks.
12-04-2023 11:42 PM
If you're looking to create a new user account for your Cisco Firepower 4000 series device and grant it the necessary permissions, you can follow the steps below.
Connect to the device using your admin account through SecureCRT or any other SSH client.
Enter the command-line interface mode by typing the following command:
firepower# configure terminal
Create a new user account by typing the following command:
firepower(config)# username <username> password <password>
Replace <username>
and <password>
with the desired username and password for the new account.
To set the user privilege level, type the following command:
firepower(config)# username <username> privilege <level>
Replace <username>
with the username of the new account and <level>
with the desired privilege level. The privilege level can range from 1 to 15, where 15 is the highest level of privileges (equivalent to an admin account).
To allow the new user to access the web-based management interface, type the following command:
firepower(config)# username <username> attributes
firepower(config-username-attributes)# service-type admin
This command sets the new user's service type to 'admin', allowing access to the web-based GUI.
To save the changes, type the following command:
firepower(config)# end
firepower# write memory
Your new user account should now be set up and ready to use.
Please, make sure to replace <username>
, <password>
, and <level>
with actual values you want to use. Be aware that these steps require a certain level of familiarity with the command-line interface of networking devices. If you're not comfortable performing these steps, it might be best to consult with a network administrator.
If you find my reply solved your question or issue, kindly click the 'Accept as Solution' button and vote it as helpful.
You can also learn more about Secure Firewall (formerly known as NGFW) through our live Ask the Experts (ATXs) session. Check out Cisco Network Security ATXs Resources [https://community.cisco.com/t5/security-knowledge-base/cisco-network-security-ask-the-experts-resources/ta-p/4416493] to view the latest schedule for upcoming sessions, as well as the useful references, e.g. online guides, FAQs.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide