Skip to content

pemedina/ispconfig-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISPConfig 3 CLI interface

ISPconfig3-cli is a library designed to interact with ISPConfig3. It aims to provide a simple command line interface to perform all actions provided by ISPConfig remote API.

Installation

  1. git clone this repository.
  2. Download composer: curl -s https://getcomposer.org/installer | php
  3. Install dependencies: php composer.phar install
  4. Edit config/development.json with your ISPconfig remote details.

Usage

### Mail
bin/mail domain_get 4

bin/mail domain_get_by_domain domain


### Server
bin/server get 1

bin/server_get_by_ip 111.222.333.444


### General
bin/get functions_list

Credits

About

ISPconfig3 CLI interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages