Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

ip_pool: IP Pools

 
cli linuxusing command line utilitiesipoperationsresellers

The ip_pool utility allows managing IP addresses within resellers’
IP pools. With this utility you can perform the following operations:

  • Add/Remove an IP address to/from reseller’s IP pool
  • Set the type of an IP address within a reseller’s IP pool

Usage

ip_pool <command> [<IP address>] [
<option_1> [<param>]
[<option_2> [<param>]]
]

Example

The following command adds the 192.0.2.94 shared IP address to the
IP pool of the JDoe reseller account:

plesk bin ip_pool --add 192.0.2.94 -type shared -owner JDoe

Commands

Command Parameter Description Example
--add or -a <IP_address>

Adds an IP address to a reseller’s IP pool.

Requires -owner and -type options.

To add the 192.0.2.34 exclusive IP address to the JDoe IP
pool:

plesk bin ip_pool --add 192.0.2.34 -type exclusive -owner JDoe

or

plesk bin ip_pool -a 192.0.2.34 -type exclusive -owner JDoe

--add-list <ip>,<type>[;<ip>,<type>;...]

Adds a number of IP addresses to a reseller’s IP pool.

Requires -owner and -type options.

To add the 192.0.2.34 exclusive IP address and the
192.168.1.2 shared IP address to the JDoe IP pool:

plesk bin ip_pool --add-list 192.0.2.34 -type exclusive 192.168.1.2 -type shared -owner JDoe

--update or -u <IP_address>

Updates IP address properties in a reseller’s IP pool.

Requires -owner and -type options.

To change the type of 192.0.2.34 which belongs to JDoe’s IP
pool to shared:

plesk bin ip_pool --update 192.0.2.34 -type shared -owner JDoe

or

plesk bin ip_pool -u 192.0.2.34 -type shared -owner JDoe

--remove or -r <IP_address>

Removes IP address from a reseller’s IP pool.

Requires -owner option.

To remove the 192.0.2.34 IP address from JDoe’s IP pool:

plesk bin ip_pool --remove 192.0.2.34 -owner JDoe

or

plesk bin ip_pool -r 192.0.2.34 -owner JDoe

--help or -h   Displays help on the use of the utility.

To view help on the use of this utility:

plesk bin ip_pool --help

or

plesk bin ip_pool -h

Options

Option Parameter Description Example
-type shared|exclusive Specifies whether an IP address is allocated to a single
reseller, or it is shared among many resellers.

To set type of the 192.0.2.34 IP address which belongs to
JDoe’s IP pool to shared:

plesk bin ip_pool --update 192.0.2.34 -type shared -owner JDoe

-owner <login>

Specifies owner of the IP pool.

Is required for all commands except for --help.

To remove the 192.0.2.34 IP address from JDoe’s IP pool:

plesk bin ip_pool --remove 192.0.2.34 -owner JDoe

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

Full Site Check now scans for Google Fonts

Read More »

Server Management: IP Mapping Guideline

Read More »

How Formerly Skeptical IP-Projects Turned Direct Plesk Partner

Read More »
Knowledge Base

keyupdate.exe: License Keys Update

Read More »

Plesk Updates – Plesk Versioning

Read More »

Using Docker – Operations with Containers

Read More »

(Plesk for Linux) System Updates – Viewing the Update Log

Read More »

Hosting Wiki

  • CLI
  • Linux
  • JavaScript
  • IPv6
  • IPv4
  • SIP
  • UDP/IP
  • TCP/IP
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family