Skip to content

luissquall/cpkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpkit

cpkit is a command line tool to retrieve accounts, domains, emails and more from cPanel servers.

Install

npm install -g cpkit

# Add cPanel server URL & root API key to ~/.cpkitrc
# Replace url & key properties with your settings
cat << EOF > ~/.cpkitrc
{
  "url": "https://server.domain.com:2087",
  "key": "11111111111111111111111111111111"
}
EOF

Usage

# List commands available
cpkit -h

# List packages
cpkit listpackages

# List accounts
cpkit listaccounts

# List email accounts
cpkit listemails

# List domains
cpkit listdomains

About

Command line tool to query cPanel data

Resources

Stars

Watchers

Forks

Packages

No packages published