{"id":35832,"date":"2019-10-31T22:06:47","date_gmt":"2019-10-31T19:06:47","guid":{"rendered":"https:\/\/prohoster.info\/blog\/obzor-gui-interfejsov-dlya-upravleniya-docker-kontejnerami\/"},"modified":"2019-10-31T22:06:47","modified_gmt":"2019-10-31T19:06:47","slug":"obzor-gui-interfejsov-dlya-upravleniya-docker-kontejnerami","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/obzor-gui-interfejsov-dlya-upravleniya-docker-kontejnerami","title":{"rendered":"Overview of GUI Interfaces for Managing Docker Containers","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><img decoding=\"async\" alt=\"Overview of GUI Interfaces for Managing Docker Containers\" src=\"\/wp-content\/uploads\/2019\/07\/ed357242e4c61690180bb0b93d3d828c.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nWorking with Docker in the console is a familiar routine for many. However, there are instances when a GUI\/web interface can prove beneficial even for them. This article presents an overview of the most notable solutions available today, where the authors have attempted to offer more user-friendly (or suitable for specific cases) interfaces for getting acquainted with Docker or even maintaining large installations. Some of the projects are quite young, while others are already fading away...<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<h2>Portainer<\/h2>\n<p><\/p>\n<ul>\n<li> <noindex><a rel=\"nofollow\" href=\"https:\/\/portainer.io\/\">Website<\/a><\/noindex>; <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/portainer\/portainer\">GitHub<\/a><\/noindex>; <noindex><a rel=\"nofollow\" href=\"https:\/\/gitter.im\/portainer\/Lobby\">Gitter<\/a><\/noindex>.<\/li>\n<li> License: Open Source (zlib License and others).<\/li>\n<li> OS: Linux, Mac OS X, Windows.<\/li>\n<li> Languages\/platform: Go, JavaScript (Angular).<\/li>\n<li> <noindex><a rel=\"nofollow\" href=\"http:\/\/demo.portainer.io\/\">Demo version<\/a><\/noindex> (admin \/ tryportainer).<\/li>\n<\/ul>\n<p>\n<img decoding=\"async\" alt=\"Overview of GUI Interfaces for Managing Docker Containers\" src=\"\/wp-content\/uploads\/2019\/07\/4eaf30e4b6a71f8e7794c91c602fd4d3.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nPortainer (formerly known as UI for Docker) is the most popular web interface for working with Docker hosts and Docker Swarm clusters. It is straightforward to deploy \u2014 simply by deploying a Docker image with the Docker host address\/socket passed as a parameter. It allows you to manage containers, images (capable of pulling them from Docker Hub), networks, volumes, and secrets. It supports Docker 1.10+ (and Docker Swarm 1.2.3+). When viewing containers, basic statistics (resource usage, processes), logs, and console connection (web terminal xterm.js) are available for each. It has its own access lists that allow restricting Portainer users' rights to various operations in the interface.<\/p>\n<h2>Kitematic (Docker Toolbox)<\/h2>\n<p><\/p>\n<ul>\n<li> <noindex><a rel=\"nofollow\" href=\"https:\/\/kitematic.com\/\">Website<\/a><\/noindex> (+ <noindex><a rel=\"nofollow\" href=\"https:\/\/www.docker.com\/products\/docker-toolbox\">Docker Toolbox page<\/a><\/noindex>); <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/docker\/kitematic\">GitHub<\/a><\/noindex>; <noindex><a rel=\"nofollow\" href=\"https:\/\/forums.docker.com\/c\/open-source-projects\/kitematic\">forum<\/a><\/noindex>.<\/li>\n<li> License: Open Source (Apache License 2.0).<\/li>\n<li> OS: Mac OS X, Windows.<\/li>\n<li> Languages\/platform: Electron, Node.js, React, and AltJS.<\/li>\n<\/ul>\n<p>\n<img decoding=\"async\" alt=\"Overview of GUI Interfaces for Managing Docker Containers\" src=\"\/wp-content\/uploads\/2019\/07\/cbf8bc15b0ba2ac73a7b4777f9bcc40c.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nThe standard GUI for Docker users on Mac OS X and Windows, which is part of Docker Toolbox \u2014 an installer for a set of utilities that also includes Docker Engine, Compose, and Machine. It has a minimal set of features that provide image downloading from Docker Hub, management of basic container settings (including volumes, networks), log viewing, and console connection.<\/p>\n<h2>Shipyard<\/h2>\n<p><\/p>\n<ul>\n<li> <noindex><a rel=\"nofollow\" href=\"https:\/\/shipyard-project.com\/\">Website<\/a><\/noindex>; <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/shipyard\/shipyard\">GitHub<\/a><\/noindex>.<\/li>\n<li> License: Open Source (Apache License 2.0).<\/li>\n<li> OS: Linux, Mac OS X.<\/li>\n<li> Languages\/platform: Go, Node.js.<\/li>\n<\/ul>\n<p>\n<img decoding=\"async\" alt=\"Overview of GUI Interfaces for Managing Docker Containers\" src=\"\/wp-content\/uploads\/2019\/07\/96dc8f2ab1049a9b398760df7e38f8b5.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nShipyard is not just an interface, but a resource management system for Docker, built around its own API. The API in Shipyard is RESTful based on the JSON format, fully compatible with the Docker Remote API, offering additional capabilities such as authentication, access control management, and logging of all executed operations. This API is the foundation around which the web interface is constructed. For storing operational information not directly related to containers and images, Shipyard uses RethinkDB. The web interface allows managing containers (including viewing statistics and logs, and connecting to the console), images, Docker Swarm cluster nodes, and private registries.<\/p>\n<h2>Admiral<\/h2>\n<p><\/p>\n<ul>\n<li> <noindex><a rel=\"nofollow\" href=\"https:\/\/vmware.github.io\/admiral\/\">Website<\/a><\/noindex>; <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/vmware\/admiral\">GitHub<\/a><\/noindex>.<\/li>\n<li> License: Open Source (Apache License 2.0).<\/li>\n<li> OS: Linux, Mac OS X, Windows.<\/li>\n<li> Languages\/platform: Java (VMware Xenon framework).<\/li>\n<\/ul>\n<p>\n<img decoding=\"async\" alt=\"Overview of GUI Interfaces for Managing Docker Containers\" src=\"\/wp-content\/uploads\/2019\/07\/6752560cf8293b359fda15f8d75efcdd.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nA platform from VMware designed for automated deployment and management of containerized applications throughout their lifecycle. Marketed as a lightweight solution aimed at simplifying the lives of DevOps engineers. The web interface allows management of Docker hosts, containers (including viewing statistics and logs), templates (images integrated with Docker Hub), networks, registries, and policies (which hosts will use which containers and how to allocate resources). It can check the status of containers (health checks). Distributed and deployed as a Docker image. Works with Docker 1.12+. <i>(See also an introduction to the program in <noindex><a rel=\"nofollow\" href=\"https:\/\/blogs.vmware.com\/cloudnative\/2017\/07\/24\/exploring-admiral-vmwares-container-management-interface\/\">VMware's blog<\/a><\/noindex> with a lot of screenshots.)<\/i><\/p>\n<h2>DockStation<\/h2>\n<p><\/p>\n<ul>\n<li> <noindex><a rel=\"nofollow\" href=\"https:\/\/dockstation.io\/\">Website<\/a><\/noindex>; <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/DockStation\/dockstation\">GitHub<\/a><\/noindex> <i>(without source code)<\/i>.<\/li>\n<li> License: proprietary (freeware).<\/li>\n<li> OS: Linux, Mac OS X, Windows.<\/li>\n<li> Languages\/platform: Electron (Chromium, Node.js).<\/li>\n<\/ul>\n<p>\n<img decoding=\"async\" alt=\"Overview of GUI Interfaces for Managing Docker Containers\" src=\"\/wp-content\/uploads\/2019\/07\/acf3d254e389b9a32c9b51b2472cbe70.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nDockStation is a young project, <noindex><a rel=\"nofollow\" href=\"https:\/\/dev.by\/lenta\/main\/kak-my-eto-sdelali-dockstation-servis-dlya-upravlenie-proektami-baziruyuschimisya-na-docker\">created<\/a><\/noindex> by Belarusian programmers <i>(who, by the way, <noindex><a rel=\"nofollow\" href=\"https:\/\/www.facebook.com\/igor.lemon.kozlovsky\/posts\/10212177835394616\">are looking for investors<\/a><\/noindex> for its further development)<\/i>. The two main features are its focus on developers (not on DevOps engineers or system administrators) with full support for Docker Compose and the closed nature of the code (free to use, and the authors offer personalized support and enhancements for a fee). It allows not only managing images (with Docker Hub support) and containers (including statistics and logs), but also creating projects visualizing the relationships of containers involved in the project. Additionally, there is a parser (currently in beta) that allows converting commands. <code>docker run<\/code> in Docker Compose format. Works with Docker 1.10.0+ (Linux) and 1.12.0 (Mac + Windows), Docker Compose 1.6.0+.<\/p>\n<h2>Simple Docker UI<\/h2>\n<p><\/p>\n<ul>\n<li> <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/felixgborrego\/simple-docker-ui\">GitHub<\/a><\/noindex>.<\/li>\n<li> License: Open Source (MIT License).<\/li>\n<li> OS: Linux, Mac OS X, Windows.<\/li>\n<li> Languages\/platform: Electron, Scala.js (+ React on Scala.js).<\/li>\n<\/ul>\n<p>\n<img decoding=\"async\" alt=\"Overview of GUI Interfaces for Managing Docker Containers\" src=\"\/wp-content\/uploads\/2019\/07\/c3dcd78801e279fda8736a62b8abd2ae.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nA simple interface for working with Docker, using the Docker Remote API. Allows managing containers and images (with support for Docker Hub), connecting to the console, and viewing event history. Features mechanisms for removing unused containers and images. The project is in beta and evolves very slowly (actual activity, based on commits, has slowed down since February this year).<\/p>\n<h2>Other options<\/h2>\n<p>\nNot covered in the review:<\/p>\n<ul>\n<li> <noindex><a rel=\"nofollow\" href=\"http:\/\/rancher.com\/rancher\">Rancher<\/a><\/noindex> \u2014 a container management platform that features orchestration capabilities and supports Kubernetes. Open Source (Apache License 2.0); works in Linux; written in Java. Has a web interface. <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/rancher\/ui\">Rancher UI<\/a><\/noindex> on Node.js.<\/li>\n<li> <noindex><a rel=\"nofollow\" href=\"https:\/\/www.kontena.io\/platform\">Kontena<\/a><\/noindex> \u2014 a \u2018developer-friendly platform for running containers in production\u2019, effectively competing with Kubernetes but marketed as a more ready-to-use, simpler solution. In addition to CLI and REST API, the project offers a web interface <i>(<noindex><a rel=\"nofollow\" href=\"https:\/\/habrastorage.org\/web\/3f7\/acd\/0de\/3f7acd0de17f40d2b25a9578c59903cc.png\">screenshot<\/a><\/noindex>)<\/i> for managing the cluster and its orchestration (including working with cluster nodes, services, volumes, secrets), and viewing statistics\/logs. Open Source (Apache License 2.0); works in Linux, Mac OS X, Windows; written in Ruby.<\/li>\n<li> <noindex>Data Pulley<\/noindex> \u2014 a simple utility with minimal features and documentation. Open Source (MIT License); works in Linux <i>(only the package for Ubuntu is available)<\/i>; written in Python. Supports Docker Hub for images, log viewing for containers.<\/li>\n<li> <noindex><a rel=\"nofollow\" href=\"http:\/\/panamax.io\/\">Panamax<\/a><\/noindex> \u2014 a project aimed at \u2018making the deployment of complex containerized applications as simple as drag-and-drop\u2019. For this purpose, a custom template catalog for app deployment was created (<noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/CenturyLinkLabs\/panamax-public-templates\">Panamax Public Templates<\/a><\/noindex>), results from which are displayed when searching for images\/applications alongside data from Docker Hub. Open Source (Apache License 2.0); works in Linux, Mac OS X, Windows; written in Ruby. Integrated with CoreOS and the Fleet orchestration system. Judging by the visible activity online, it ceased to be supported in 2015.<\/li>\n<li> <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/lirantal\/dockly\">Dockly<\/a><\/noindex> \u2014 <b>console<\/b> a graphical interface for managing Docker containers and images. Open Source (MIT License); written in JavaScript\/Node.js.<\/li>\n<\/ul>\n<p>\n<b class=\"spoiler_title\">Finally: what does the GUI look like in Dockly? Caution: GIF of 3.4 MB!<\/b><img decoding=\"async\" alt=\"Overview of GUI Interfaces for Managing Docker Containers\" src=\"\/wp-content\/uploads\/2019\/07\/b1943fcde30550168d48d182cf6bdfff.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<h2>P.S.<\/h2>\n<p>\nAlso read in our blog:<\/p>\n<ul>\n<li> \u00ab<noindex><a rel=\"nofollow\" href=\"https:\/\/habrahabr.ru\/company\/flant\/blog\/336654\/\">Docker command cheat sheet<\/a><\/noindex>\u00bb.<\/li>\n<li> \u00ab<noindex><a rel=\"nofollow\" href=\"https:\/\/habrahabr.ru\/company\/flant\/blog\/334470\/\">Play with Docker \u2014 an online service for practical introduction to Docker<\/a><\/noindex>\u00bb.<\/li>\n<li> \u00ab<noindex><a rel=\"nofollow\" href=\"https:\/\/habrahabr.ru\/company\/flant\/blog\/337154\/\">Vulnerable Docker VM \u2014 a puzzle VM about Docker and pentesting<\/a><\/noindex>\u00bb.<\/li>\n<\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/flant\/blog\/338332\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0420\u0430\u0431\u043e\u0442\u0430 \u0441 Docker \u0432 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u2014 \u043f\u0440\u0438\u0432\u044b\u0447\u043d\u0430\u044f \u0434\u043b\u044f \u043c\u043d\u043e\u0433\u0438\u0445 \u0440\u0443\u0442\u0438\u043d\u0430. \u0422\u0435\u043c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435, \u0431\u044b\u0432\u0430\u044e\u0442 \u0441\u043b\u0443\u0447\u0430\u0438, \u043a\u043e\u0433\u0434\u0430 GUI-\/\u0432\u0435\u0431-\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043c\u043e\u0436\u0435\u0442 \u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u043c \u0434\u0430\u0436\u0435 \u0434\u043b\u044f \u043d\u0438\u0445. \u0412 \u0441\u0442\u0430\u0442\u044c\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u043e\u0431\u0437\u043e\u0440 \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u0437\u0430\u043c\u0435\u0442\u043d\u044b\u0445 \u043d\u0430 \u0441\u0435\u0433\u043e\u0434\u043d\u044f\u0448\u043d\u0438\u0439 \u0434\u0435\u043d\u044c \u0440\u0435\u0448\u0435\u043d\u0438\u0439, \u0430\u0432\u0442\u043e\u0440\u044b \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043f\u043e\u043f\u044b\u0442\u0430\u043b\u0438\u0441\u044c \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u0443\u0434\u043e\u0431\u043d\u044b\u0435 (\u0438\u043b\u0438 \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u0434\u043b\u044f \u043a\u0430\u043a\u0438\u0445-\u0442\u043e \u0441\u043b\u0443\u0447\u0430\u0435\u0432) \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u044b \u0434\u043b\u044f \u0437\u043d\u0430\u043a\u043e\u043c\u0441\u0442\u0432\u0430 \u0441 Docker \u0438\u043b\u0438 \u0434\u0430\u0436\u0435 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u0435\u0433\u043e \u0438\u043d\u0441\u0442\u0430\u043b\u043b\u044f\u0446\u0438\u0439. [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-35832","post","type-post","status-publish","format-standard","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0420\u0430\u0431\u043e\u0442\u0430 \u0441 Docker \u0432 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u2014.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/obzor-gui-interfejsov-dlya-upravleniya-docker-kontejnerami\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u041e\u0431\u0437\u043e\u0440 GUI-\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u043e\u0432 \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f Docker-\u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430\u043c\u0438 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0420\u0430\u0431\u043e\u0442\u0430 \u0441 Docker \u0432 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u2014.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/obzor-gui-interfejsov-dlya-upravleniya-docker-kontejnerami\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-10-31T19:06:47+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T19:06:47+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Overview of GUI Interfaces for Managing Docker Containers | ProHoster","description":"Working with Docker in the Console \u2014","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/obzor-gui-interfejsov-dlya-upravleniya-docker-kontejnerami","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u041e\u0431\u0437\u043e\u0440 GUI-\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u043e\u0432 \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f Docker-\u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430\u043c\u0438 | ProHoster","og:description":"\u0420\u0430\u0431\u043e\u0442\u0430 \u0441 Docker \u0432 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u2014.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/obzor-gui-interfejsov-dlya-upravleniya-docker-kontejnerami","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-10-31T19:06:47+00:00","article:modified_time":"2019-10-31T19:06:47+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"35832","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-22 00:57:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-03-01 00:28:15","updated":"2026-01-22 00:57:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/35832","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=35832"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/35832\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=35832"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=35832"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=35832"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}