{"id":251300,"date":"2025-09-21T04:32:27","date_gmt":"2025-09-21T04:32:27","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/server-ip-dashboard\/"},"modified":"2025-12-22T05:36:18","modified_gmt":"2025-12-22T05:36:18","slug":"server-ip-dashboard","status":"publish","type":"plugin","link":"https:\/\/szl.wordpress.org\/plugins\/server-ip-dashboard\/","author":23362389,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.1","stable_tag":"1.0.1","tested":"6.9.4","requires":"5.2","requires_php":"7.4","requires_plugins":null,"header_name":"Server IP Dashboard","header_author":"Md Fahad","header_description":"Displays the server\u2019s Internal IP and the site\u2019s External\/Public IP on the WordPress admin dashboard (admin-only by default). Includes AJAX refresh and a settings page.","assets_banners_color":"292929","last_updated":"2025-12-22 05:36:18","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":30,"downloads":259,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"mdfahadbd","date":"2025-12-22 05:36:18"}},"upgrade_notice":{"1.0.1":"<p>Added external service disclosure for compliance with Plugin Guidelines.<\/p>","1.0.0":"<p>First stable release.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3365123,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3365123,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3365123,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3365123,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3365123,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3365123,"resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"Dashboard widget showing Internal and External IP with Refresh button.","2":"Settings page to configure refresh interval, visibility, and API URL."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[83,434,1493,2925,162],"plugin_category":[43],"plugin_contributors":[248127],"plugin_business_model":[],"class_list":["post-251300","plugin","type-plugin","status-publish","hentry","plugin_tags-admin","plugin_tags-dashboard","plugin_tags-ip","plugin_tags-server","plugin_tags-widget","plugin_category-customization","plugin_contributors-mdfahadbd","plugin_committers-mdfahadbd"],"banners":{"banner":"https:\/\/ps.w.org\/server-ip-dashboard\/assets\/banner-772x250.png?rev=3365123","banner_2x":"https:\/\/ps.w.org\/server-ip-dashboard\/assets\/banner-1544x500.png?rev=3365123","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/server-ip-dashboard\/assets\/icon-128x128.png?rev=3365123","icon_2x":"https:\/\/ps.w.org\/server-ip-dashboard\/assets\/icon-256x256.png?rev=3365123","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/server-ip-dashboard\/assets\/screenshot-1.png?rev=3365123","caption":"Dashboard widget showing Internal and External IP with Refresh button."},{"src":"https:\/\/ps.w.org\/server-ip-dashboard\/assets\/screenshot-2.png?rev=3365123","caption":"Settings page to configure refresh interval, visibility, and API URL."}],"raw_content":"<!--section=description-->\n<p>Server IP Dashboard displays your server\u2019s <strong>Internal IP<\/strong> and <strong>External\/Public IP<\/strong> directly on the WordPress admin dashboard.<br \/>\nUseful for administrators who need quick access to server IP information for debugging, firewall whitelists, or connectivity checks.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Shows <strong>Internal Server IP<\/strong> (from the PHP server environment)<\/li>\n<li>Shows <strong>External\/Public IP<\/strong> (via ipify or a custom API)<\/li>\n<li>Dashboard widget with AJAX refresh (manual or auto)<\/li>\n<li>Settings page:\n\n<ul>\n<li>Auto-refresh interval<\/li>\n<li>Optionally allow Editors to view<\/li>\n<li>Custom external API URL<\/li>\n<\/ul><\/li>\n<li>Admin-only by default, secure with capability checks and nonces<\/li>\n<li>Lightweight, no front-end output, no personal data stored<\/li>\n<\/ul>\n\n<h3>External Services<\/h3>\n\n<p>This plugin retrieves the site\u2019s <strong>External\/Public IP<\/strong> by making a server-side HTTP request to an external service.<\/p>\n\n<ul>\n<li><strong>Default service<\/strong>: <a href=\"https:\/\/www.ipify.org\/\">ipify<\/a>  <\/li>\n<li><strong>API endpoint<\/strong>: <code>https:\/\/api.ipify.org?format=json<\/code>  <\/li>\n<li><strong>What data is sent<\/strong>: No request body is sent. Only standard HTTP headers (such as User-Agent) are included automatically by WordPress. The service sees the server\u2019s public IP as the source of the request.  <\/li>\n<li><strong>When data is sent<\/strong>: Every time the dashboard widget refreshes (manually or on auto-refresh), or when you load the settings page if testing the API.  <\/li>\n<li><strong>Terms and Privacy<\/strong>:<br \/>\n\n<ul>\n<li>Terms of Service: https:\/\/geo.ipify.org\/terms-of-service  <\/li>\n<li>Privacy Policy: https:\/\/geo.ipify.org\/privacy-policy  <\/li>\n<\/ul><\/li>\n<\/ul>\n\n<p>You may configure a different endpoint in <strong>Settings \u2192 Server IP Dashboard<\/strong>. If you do, the terms and privacy policy of your chosen provider will apply.<\/p>\n\n<h3>Privacy<\/h3>\n\n<p>This plugin does not collect, store, or share any personal data. The only data transmitted externally is your server\u2019s public IP address (and standard HTTP headers) to the configured external service (default: ipify) in order to retrieve the external\/public IP.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin folder <code>server-ip-dashboard<\/code> to <code>\/wp-content\/plugins\/<\/code>, or install from the WordPress plugin repository.<\/li>\n<li>Activate the plugin via <strong>Plugins \u2192 Installed Plugins<\/strong>.<\/li>\n<li>Go to <strong>Dashboard \u2192 Home<\/strong>. You\u2019ll see a new widget titled <em>Server IP Information<\/em>.<\/li>\n<li>(Optional) Configure settings in <strong>Settings \u2192 Server IP Dashboard<\/strong>.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='who%20can%20see%20the%20ip%20widget%3F'><h3>Who can see the IP widget?<\/h3><\/dt>\n<dd><p>By default only Administrators (users with <code>manage_options<\/code>). You can optionally allow Editors from the settings page.<\/p><\/dd>\n<dt id='what%E2%80%99s%20the%20difference%20between%20internal%20and%20external%20ip%3F'><h3>What\u2019s the difference between Internal and External IP?<\/h3><\/dt>\n<dd><ul>\n<li>Internal IP: The IP address of the server hosting WordPress.  <\/li>\n<li>External\/Public IP: The address seen by the internet when your server makes outbound requests.<\/li>\n<\/ul><\/dd>\n<dt id='how%20often%20does%20the%20plugin%20refresh%20the%20ips%3F'><h3>How often does the plugin refresh the IPs?<\/h3><\/dt>\n<dd><p>You can set an interval (in seconds) on the settings page. Default is 0 (disabled). You can always click <em>Refresh IP Info<\/em> manually.<\/p><\/dd>\n<dt id='which%20api%20is%20used%20for%20external%20ip%3F'><h3>Which API is used for external IP?<\/h3><\/dt>\n<dd><p>Default is ipify (<code>https:\/\/api.ipify.org?format=json<\/code>). You can set an alternate endpoint if needed (either JSON like <code>{\"ip\":\"x.x.x.x\"}<\/code> or plain text).<\/p><\/dd>\n<dt id='does%20the%20plugin%20store%20or%20share%20ip%20data%3F'><h3>Does the plugin store or share IP data?<\/h3><\/dt>\n<dd><p>No. The plugin does not store IPs in the database and does not transmit them anywhere except to the external service you specify (default: ipify). Only admins (or authorized roles you select) see the IP info.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Added explicit documentation of external service (ipify) usage and links to Terms\/Privacy.<\/li>\n<li>Updated readme for compliance with WordPress Plugin Guidelines.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<li>Dashboard widget shows internal and external IP.<\/li>\n<li>AJAX refresh (manual or auto).<\/li>\n<li>Settings page with interval, role visibility, API URL.<\/li>\n<\/ul>","raw_excerpt":"Show your server\u2019s internal IP and external\/public IP on the WordPress admin dashboard with a simple, secure widget.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/251300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=251300"}],"author":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mdfahadbd"}],"wp:attachment":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=251300"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=251300"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=251300"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=251300"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=251300"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=251300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}