💿
Openlitespeed & Cyberpanel
  • Linux Debugging
    • Desk Space Debugging
    • Checked Failed Services
    • Debug Memory Usage
  • Openlitespeed Web Admin
    • List Users
    • Update Password
  • Cyberpanel Setup
    • Installing Cyberpanel
    • Remove Port 8090 from URL
    • Folder permissions in CyberPanel
    • Redirect one domain to another
  • Customizing Cyberpanel
    • Customize Login Page
    • Customize Home Page Title
    • Customize Dashboard UI
  • SSL Debugging
  • DKIM Debugging
  • Setup Mailserver
Powered by GitBook
On this page
  1. Openlitespeed Web Admin

List Users

  1. Navigate to the OpenLiteSpeed configuration directory: The htpasswd file is typically located in the OpenLiteSpeed configuration directory. Navigate to this directory using the following command:

cd /usr/local/lsws/admin/conf
  1. List the contents of the htpasswd file: You can use the cat command to display the contents of the htpasswd file and view the users. For example, using cat

cat htpasswd

Last updated 1 year ago