{"id":3163,"date":"2026-02-13T13:55:03","date_gmt":"2026-02-13T13:55:03","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=3163"},"modified":"2026-02-13T13:55:07","modified_gmt":"2026-02-13T13:55:07","slug":"how-to-check-cpanel-user-resource-usage-using-uapi","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/","title":{"rendered":"How to check cPanel User Resource usage using UAPI"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">1\ufe0f\u20e3 Introduction<\/h2>\n\n\n\n<p>The command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ uapi --output=jsonpretty --user=&lt;cpanel_username&gt; ResourceUsage get_usages\n<\/code><\/pre>\n\n\n\n<p>is used to retrieve detailed hosting resource usage information for a specific cPanel user account.<\/p>\n\n\n\n<p>It queries the <strong>ResourceUsage<\/strong> module in cPanel using UAPI and returns structured data about how much of the allocated hosting resources the user is currently consuming.<\/p>\n\n\n\n<p>This command is commonly used by system administrators for monitoring, auditing, and troubleshooting hosting accounts.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">2\ufe0f\u20e3 Prerequisites<\/h2>\n\n\n\n<p>Before running this command, ensure:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u2705 cPanel &amp; WHM is installed on the server<\/li>\n\n\n\n<li>\u2705 You have root or sufficient administrative privileges<\/li>\n\n\n\n<li>\u2705 The cPanel username is valid and exists<\/li>\n\n\n\n<li>\u2705 UAPI is available on the server<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">3\ufe0f\u20e3 What Information We Get from This Command<\/h2>\n\n\n\n<p>The command provides a detailed summary of the following resource categories:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udce6 Disk Usage<\/h3>\n\n\n\n<p>Shows how much disk space the account is currently using.<br>This includes website files, emails, databases, and other stored data.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83c\udf10 Bandwidth Usage<\/h3>\n\n\n\n<p>Displays the total data transferred by the account (incoming + outgoing traffic).<br>Useful for monitoring traffic limits in hosting plans.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83c\udf0d Domain Limits<\/h3>\n\n\n\n<p>Provides information about:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Addon domains<\/li>\n\n\n\n<li>Subdomains<\/li>\n\n\n\n<li>Alias (Parked) domains<\/li>\n<\/ul>\n\n\n\n<p>It shows both:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Current usage<\/li>\n\n\n\n<li>Maximum allowed limit<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udce7 Email Resources<\/h3>\n\n\n\n<p>Displays usage details for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Email accounts<\/li>\n\n\n\n<li>Mailing lists<\/li>\n\n\n\n<li>Autoresponders<\/li>\n\n\n\n<li>Forwarders<\/li>\n\n\n\n<li>Email filters<\/li>\n<\/ul>\n\n\n\n<p>Helps track whether the user has reached email-related limits.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\uddc4 Database Usage<\/h3>\n\n\n\n<p>Shows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Number of MySQL databases created<\/li>\n\n\n\n<li>Maximum databases allowed<\/li>\n<\/ul>\n\n\n\n<p>Useful for checking database allocation in shared hosting plans.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udcc1 FTP Accounts<\/h3>\n\n\n\n<p>Displays:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Number of FTP accounts created<\/li>\n\n\n\n<li>Maximum allowed FTP accounts<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd22 Resource Limits<\/h3>\n\n\n\n<p>For each resource, the command typically provides:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Current usage<\/li>\n\n\n\n<li>Maximum allowed limit<\/li>\n\n\n\n<li>Whether the limit is unlimited (if no maximum is set)<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">4\ufe0f\u20e3 Why This Command Is Important<\/h2>\n\n\n\n<p>This command helps administrators to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Monitor user resource consumption<\/li>\n\n\n\n<li>Identify accounts close to their limits<\/li>\n\n\n\n<li>Troubleshoot disk or bandwidth issues<\/li>\n\n\n\n<li>Audit hosting plans<\/li>\n\n\n\n<li>Automate reporting and monitoring systems<\/li>\n\n\n\n<li>Ensure fair usage in shared environments<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">5\ufe0f\u20e3 Conclusion<\/h2>\n\n\n\n<p>The <code>ResourceUsage get_usages<\/code> UAPI command provides a complete overview of a cPanel user\u2019s hosting resource consumption and limits.<\/p>\n\n\n\n<p>It is a powerful administrative tool for maintaining server stability, preventing resource overuse, and managing hosting accounts efficiently.<\/p>\n\n\n\n<p>By using this command, administrators can proactively manage resources and ensure optimal performance of hosted environments.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1\ufe0f\u20e3 Introduction The command: is used to retrieve detailed hosting resource usage information for a specific cPanel user account. It queries the ResourceUsage module in cPanel using UAPI and returns structured data about how much of the allocated hosting resources the user is currently consuming. This command is commonly used by system administrators for monitoring, ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3163","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to check cPanel User Resource usage using UAPI - PheonixSolutions Knowledge-Base<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to check cPanel User Resource usage using UAPI - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"1\ufe0f\u20e3 Introduction The command: is used to retrieve detailed hosting resource usage information for a specific cPanel user account. It queries the ResourceUsage module in cPanel using UAPI and returns structured data about how much of the allocated hosting resources the user is currently consuming. This command is commonly used by system administrators for monitoring, ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-13T13:55:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-13T13:55:07+00:00\" \/>\n<meta name=\"author\" content=\"srisanthosh s\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"srisanthosh s\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/13\\\/how-to-check-cpanel-user-resource-usage-using-uapi\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/13\\\/how-to-check-cpanel-user-resource-usage-using-uapi\\\/\"},\"author\":{\"name\":\"srisanthosh s\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/070895e04bc57565b04d6106e4da129c\"},\"headline\":\"How to check cPanel User Resource usage using UAPI\",\"datePublished\":\"2026-02-13T13:55:03+00:00\",\"dateModified\":\"2026-02-13T13:55:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/13\\\/how-to-check-cpanel-user-resource-usage-using-uapi\\\/\"},\"wordCount\":352,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/13\\\/how-to-check-cpanel-user-resource-usage-using-uapi\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/13\\\/how-to-check-cpanel-user-resource-usage-using-uapi\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/13\\\/how-to-check-cpanel-user-resource-usage-using-uapi\\\/\",\"name\":\"How to check cPanel User Resource usage using UAPI - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"datePublished\":\"2026-02-13T13:55:03+00:00\",\"dateModified\":\"2026-02-13T13:55:07+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/070895e04bc57565b04d6106e4da129c\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/13\\\/how-to-check-cpanel-user-resource-usage-using-uapi\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/13\\\/how-to-check-cpanel-user-resource-usage-using-uapi\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/13\\\/how-to-check-cpanel-user-resource-usage-using-uapi\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to check cPanel User Resource usage using UAPI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\",\"name\":\"PheonixSolutions Knowledge-Base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/070895e04bc57565b04d6106e4da129c\",\"name\":\"srisanthosh s\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&d=mm&r=g\",\"caption\":\"srisanthosh s\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/srisanthosh\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to check cPanel User Resource usage using UAPI - PheonixSolutions Knowledge-Base","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/","og_locale":"en_US","og_type":"article","og_title":"How to check cPanel User Resource usage using UAPI - PheonixSolutions Knowledge-Base","og_description":"1\ufe0f\u20e3 Introduction The command: is used to retrieve detailed hosting resource usage information for a specific cPanel user account. It queries the ResourceUsage module in cPanel using UAPI and returns structured data about how much of the allocated hosting resources the user is currently consuming. This command is commonly used by system administrators for monitoring, ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2026-02-13T13:55:03+00:00","article_modified_time":"2026-02-13T13:55:07+00:00","author":"srisanthosh s","twitter_card":"summary_large_image","twitter_misc":{"Written by":"srisanthosh s","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/"},"author":{"name":"srisanthosh s","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/070895e04bc57565b04d6106e4da129c"},"headline":"How to check cPanel User Resource usage using UAPI","datePublished":"2026-02-13T13:55:03+00:00","dateModified":"2026-02-13T13:55:07+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/"},"wordCount":352,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/","name":"How to check cPanel User Resource usage using UAPI - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"datePublished":"2026-02-13T13:55:03+00:00","dateModified":"2026-02-13T13:55:07+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/070895e04bc57565b04d6106e4da129c"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/13\/how-to-check-cpanel-user-resource-usage-using-uapi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to check cPanel User Resource usage using UAPI"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/","name":"PheonixSolutions Knowledge-Base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/070895e04bc57565b04d6106e4da129c","name":"srisanthosh s","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&d=mm&r=g","caption":"srisanthosh s"},"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/srisanthosh\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3163","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=3163"}],"version-history":[{"count":2,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3163\/revisions"}],"predecessor-version":[{"id":3165,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3163\/revisions\/3165"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=3163"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=3163"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=3163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}