{"id":51833,"date":"2026-05-18T12:30:00","date_gmt":"2026-05-18T17:30:00","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=51833"},"modified":"2026-05-02T17:35:33","modified_gmt":"2026-05-02T22:35:33","slug":"how-to-install-jenkins-on-ubuntu-26-04","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/","title":{"rendered":"How to Install Jenkins on Ubuntu 26.04"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div>\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/how-to-install-jenkins-on-ubuntu-26.04.webp\" alt=\"How to install Jenkins on Ubuntu 26.04\" class=\"wp-image-51898\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/how-to-install-jenkins-on-ubuntu-26.04.webp 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/how-to-install-jenkins-on-ubuntu-26.04-300x169.webp 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/how-to-install-jenkins-on-ubuntu-26.04-150x84.webp 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/how-to-install-jenkins-on-ubuntu-26.04-768x432.webp 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Jenkins is one of the most popular Continuous Integration &amp; Delivery (CI\/CD) servers in the world. It is an open-source platform built with Java that automates various stages of software development. This CI\/CD tool is a favorite among developers for its flexibility and ease of configuration. Jenkins is typically run in containers, but in some scenarios (such as on-premises build servers), we prefer to run it directly on the system using systemd for greater stability and automatic restarts. In this article, we will show you how to install Jenkins on Ubuntu 26.04.<\/p>\n\n\n\n<!--more-->\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_83 counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-6a0b8373b4031\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"ez-toc-cssicon\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-6a0b8373b4031\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#Prerequisites\" >Prerequisites<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#Step-1-Update-the-System\" >Step 1. Update the System<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#Step-2-Install-Java\" >Step 2. Install Java<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#Step-3-Install-Jenkins\" >Step 3. Install Jenkins<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#Bringing-It-All-Together\" >Bringing It All Together<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\" id=\"h-prerequisites\"><span class=\"ez-toc-section\" id=\"Prerequisites\"><\/span>Prerequisites<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An <a href=\"https:\/\/www.rosehosting.com\/ubuntu-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">Ubuntu 26.04 VPS<\/a> with at least 2GB of RAM<\/li>\n\n\n\n<li>SSH access with sudo privileges, or root access<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-conventions\">Conventions<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code># \u2013 given commands should be executed with root privileges either directly as a root user or by use of sudo command\n$ \u2013 given commands should be executed as a regular user<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-step-1-update-the-system\"><span class=\"ez-toc-section\" id=\"Step-1-Update-the-System\"><\/span>Step 1. Update the System<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>First of all, we need to log in to our Ubuntu 26.04 server through SSH:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh root@IP_Address -p Port_number<\/code><\/pre>\n\n\n\n<p>Replace &#8220;root&#8221; with a user that has sudo privileges. Additionally, replace &#8220;IP_Address&#8221; and &#8220;Port_Number&#8221; with your server\u2019s respective IP address and SSH port number. Next, let\u2019s make sure that we\u2019re on Ubuntu 26.04. You can verify it with this command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># lsb_release -a<\/code><\/pre>\n\n\n\n<p>You should get this as the output:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>No LSB modules are available.\nDistributor ID:    Ubuntu\nDescription:    Ubuntu Resolute Raccoon\nRelease:    26.04\nCodename:    resolute<\/code><\/pre>\n\n\n\n<p>Then, run the following command to make sure that all installed packages on the server are updated to their latest available versions:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># apt update <\/code><\/pre>\n\n\n\n<p>That&#8217;s it, we have updated the system package information.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-step-2-install-java\"><span class=\"ez-toc-section\" id=\"Step-2-Install-Java\"><\/span>Step 2. Install Java<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Installing Java from the APT repository will provide automatic updates through the package manager. At the moment, the Java JRE and JDK are not available in the Ubuntu APT repository. But when they are available, you can simply run this command to install JRE.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># apt update\n# apt install fontconfig openjdk-21-jre<\/code><\/pre>\n\n\n\n<p>You can verify the installation with this command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># java -version<\/code><\/pre>\n\n\n\n<p>It will print this message:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>openjdk version \"21.0.11-ea\" 2026-04-21\nOpenJDK Runtime Environment (build 21.0.11-ea+8-Ubuntu-1)\nOpenJDK 64-Bit Server VM (build 21.0.11-ea+8-Ubuntu-1, mixed mode, sharing)<\/code><\/pre>\n\n\n\n<p>Be advised that on Debian or Ubuntu machines, it is strongly recommended to install Java before installing Jenkins. If Jenkins is installed first and Java is added later, you will see a message when starting the Jenkins service:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>jenkins: failed to find a valid Java installation<\/code><\/pre>\n\n\n\n<p>After completing the Java installation, continue with the Jenkins installation steps below.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-step-3-install-jenkins\"><span class=\"ez-toc-section\" id=\"Step-3-Install-Jenkins\"><\/span>Step 3. Install Jenkins<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>In this step, we will install Jenkins from the Jenkins APT repository. This installation method is preferred because it supports the LTS (Long-Term Support) release and is chosen every 12 weeks from the stream of regular releases as the stable release for that time period.<\/p>\n\n\n\n<p>First, add the GPG key and Jenkins repository to the system:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># wget -O \/etc\/apt\/keyrings\/jenkins-keyring.asc \\\n  https:&#47;&#47;pkg.jenkins.io\/debian-stable\/jenkins.io-2026.key<\/code><\/pre>\n\n\n\n<p>Then execute this command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># echo \"deb &#91;signed-by=\/etc\/apt\/keyrings\/jenkins-keyring.asc]\" \\\n  https:\/\/pkg.jenkins.io\/debian-stable binary\/ | tee \\\n  \/etc\/apt\/sources.list.d\/jenkins.list &gt; \/dev\/null<\/code><\/pre>\n\n\n\n<p>Now, let&#8217;s refresh the package index files on the system.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># apt update<\/code><\/pre>\n\n\n\n<p>Again, we have updated the system package information on the server. Finally, we can install Jenkins by executing the command below.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># apt install jenkins<\/code><\/pre>\n\n\n\n<p>Jenkins will run automatically upon installation. You can run this command to check it.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># systemctl status jenkins<\/code><\/pre>\n\n\n\n<p>The command will show you this message:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u25cf jenkins.service - Jenkins Continuous Integration Server\n     Loaded: loaded (\/usr\/lib\/systemd\/system\/jenkins.service; enabled; preset: enabled)\n     Active: active (running) since Wed 2026-04-08 13:00:06 UTC; 43s ago\n Invocation: 1f8965eaf47d4dcda8d1b9902ddf6cf7\n   Main PID: 5252 (java)\n      Tasks: 48 (limit: 3935)\n     Memory: 639.4M (peak: 667.3M)\n        CPU: 30.323s\n     CGroup: \/system.slice\/jenkins.service\n             \u2514\u25005252 \/usr\/bin\/java -Djava.awt.headless=true -jar \/usr\/share\/java\/jenkins.war --webroot=\/var\/cache\/jenkins\/war --httpPort=8080\n\nApr 08 12:59:56 ubuntu26 jenkins&#91;5252]: &#91;LF]&gt; This may also be found at: \/var\/lib\/jenkins\/secrets\/initialAdminPassword\nApr 08 12:59:56 ubuntu26 jenkins&#91;5252]: &#91;LF]&gt;\nApr 08 12:59:56 ubuntu26 jenkins&#91;5252]: &#91;LF]&gt; *************************************************************\nApr 08 12:59:56 ubuntu26 jenkins&#91;5252]: &#91;LF]&gt; *************************************************************\nApr 08 12:59:56 ubuntu26 jenkins&#91;5252]: &#91;LF]&gt; *************************************************************\nApr 08 13:00:06 ubuntu26 jenkins&#91;5252]: 2026-04-08 13:00:06.707+0000 &#91;id=39]        INFO        jenkins.InitReactorRunner$1#onAttained: Completed initialization\nApr 08 13:00:06 ubuntu26 jenkins&#91;5252]: 2026-04-08 13:00:06.736+0000 &#91;id=30]        INFO        hudson.lifecycle.Lifecycle#onReady: Jenkins is fully up and running\nApr 08 13:00:06 ubuntu26 systemd&#91;1]: Started jenkins.service - Jenkins Continuous Integration Server.\nApr 08 13:00:09 ubuntu26 jenkins&#91;5252]: 2026-04-08 13:00:08.997+0000 &#91;id=56]        INFO        h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tasks.Maven.MavenInstaller\nApr 08 13:00:09 ubuntu26 jenkins&#91;5252]: 2026-04-08 13:00:08.999+0000 &#91;id=56]        INFO        hudson.util.Retrier#start: Performed the action check updates server successfully at the attempt #1<\/code><\/pre>\n\n\n\n<p>As you can see in the status above, we can run the command below to see the initial admin password.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># cat \/var\/lib\/jenkins\/secrets\/initialAdminPassword<\/code><\/pre>\n\n\n\n<p>The command will print the initial admin password.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>c6a15298bf774bc0aca3c7907df54a22<\/code><\/pre>\n\n\n\n<p>Now, you can go to http:\/\/YOUR_SERVER_IP_ADDRESS:8080<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"807\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-unlock-1024x807.jpg\" alt=\"Unlock Jenkins\" class=\"wp-image-51834\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-unlock-1024x807.jpg 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-unlock-300x236.jpg 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-unlock-150x118.jpg 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-unlock-768x605.jpg 768w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-unlock.jpg 1058w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Here, you can enter the initial admin password. Type the password, then hit the continue button to proceed.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"823\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-plugins-1024x823.jpg\" alt=\"Install Jenkins on Ubuntu 26.04\" class=\"wp-image-51835\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-plugins-1024x823.jpg 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-plugins-300x241.jpg 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-plugins-150x121.jpg 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-plugins-768x617.jpg 768w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-plugins.jpg 1030w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Now it is time to begin the initial configuration process. This step is crucial to ensure that we can use Jenkins immediately for your needs, especially for the initial setup of a CI\/CD project. In this step, you can install the recommended plugins or choose ones you like. Let&#8217;s select the recommended plugins.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"827\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-getting-started-1024x827.jpg\" alt=\"Getting started to Install Jenkins on Ubuntu 26.04\" class=\"wp-image-51836\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-getting-started-1024x827.jpg 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-getting-started-300x242.jpg 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-getting-started-150x121.jpg 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-getting-started-768x620.jpg 768w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-getting-started.jpg 1034w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>After installing the plugins, the Jenkins installer will ask you to create a new admin user. Enter a name, password, and email address.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"820\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-create-admin-1024x820.jpg\" alt=\"Create First Admin User in Jenkins\" class=\"wp-image-51837\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-create-admin-1024x820.jpg 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-create-admin-300x240.jpg 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-create-admin-150x120.jpg 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-create-admin-768x615.jpg 768w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-create-admin.jpg 1038w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Fill everything in, then click the Save and Continue button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"827\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-url-1024x827.jpg\" alt=\"Jenkins Instance Configuration\" class=\"wp-image-51838\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-url-1024x827.jpg 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-url-300x242.jpg 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-url-150x121.jpg 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-url-768x620.jpg 768w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-url.jpg 1029w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>You can change the Jenkins URL here, or leave it as is, then click the Save and Finish button to complete the installation.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1020\" height=\"829\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-ready.jpg\" alt=\"Successfully Install Jenkins on Ubuntu 26.04\" class=\"wp-image-51839\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-ready.jpg 1020w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-ready-300x244.jpg 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-ready-150x122.jpg 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-ready-768x624.jpg 768w\" sizes=\"(max-width: 1020px) 100vw, 1020px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Jenkins is ready; click Start Using Jenkins to begin working on it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"539\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-dashboard-1024x539.jpg\" alt=\"Jenkins Dashboard\" class=\"wp-image-51840\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-dashboard-1024x539.jpg 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-dashboard-300x158.jpg 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-dashboard-150x79.jpg 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-dashboard-768x404.jpg 768w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-dashboard-1536x808.jpg 1536w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-dashboard-1320x694.jpg 1320w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/04\/jenkins-dashboard.jpg 1582w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-bringing-it-all-together\"><span class=\"ez-toc-section\" id=\"Bringing-It-All-Together\"><\/span>Bringing It All Together<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Although it may seem complicated, Jenkins is easy to understand. Whether you&#8217;re using the official documentation or online courses, all the necessary information is available. Jenkins plays a crucial role in accelerating the development process while improving the quality of work. For teams and individuals involved in software development, familiarizing yourself with Jenkins is a crucial step toward effective automation.<\/p>\n\n\n\n<p>Of course, you don\u2019t have to install Jenkins on Ubuntu 26.04 yourself if you use one of our <a href=\"https:\/\/www.rosehosting.com\/linux-vps-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">Linux VPS Hosting services<\/a>, in which case you can simply ask our expert Linux admins to install Jenkins on Ubuntu 26.04 for you. Our experienced administrators are available 24\u00d77 and will address your request immediately. Managing Jenkins instances is not just about the installation; we can help you optimize your Jenkins server if you have an active service with us.<\/p>\n\n\n\n<p>If you liked this post on installing Jenkins on Ubuntu 26.04, please share it with your friends or leave a comment down below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Jenkins is one of the most popular Continuous Integration &amp; Delivery (CI\/CD) servers in the world. It is an open-source &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Install Jenkins on Ubuntu 26.04\" class=\"read-more button\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#more-51833\" aria-label=\"Read more about How to Install Jenkins on Ubuntu 26.04\">Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":51898,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1698],"tags":[1603,609,2308],"class_list":["post-51833","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ubuntu","tag-how-to-install","tag-jenkins","tag-ubuntu-26-04","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Install Jenkins on Ubuntu 26.04 | RoseHosting<\/title>\n<meta name=\"description\" content=\"Learn how to install Jenkins on Ubuntu 26.04 with our easy-to-follow guide for setting up this powerful CI\/CD server.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Jenkins on Ubuntu 26.04\" \/>\n<meta property=\"og:description\" content=\"How to Install Jenkins on Ubuntu 26.04 | RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-18T17:30:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/how-to-install-jenkins-on-ubuntu-26.04.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to Install Jenkins on Ubuntu 26.04\",\"datePublished\":\"2026-05-18T17:30:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/\"},\"wordCount\":786,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/how-to-install-jenkins-on-ubuntu-26.04.webp\",\"keywords\":[\"how to install\",\"jenkins\",\"ubuntu 26.04\"],\"articleSection\":[\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/\",\"name\":\"How to Install Jenkins on Ubuntu 26.04 | RoseHosting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/how-to-install-jenkins-on-ubuntu-26.04.webp\",\"datePublished\":\"2026-05-18T17:30:00+00:00\",\"description\":\"Learn how to install Jenkins on Ubuntu 26.04 with our easy-to-follow guide for setting up this powerful CI\\\/CD server.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/how-to-install-jenkins-on-ubuntu-26.04.webp\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/how-to-install-jenkins-on-ubuntu-26.04.webp\",\"width\":1024,\"height\":576,\"caption\":\"How to install Jenkins on Ubuntu 26.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-jenkins-on-ubuntu-26-04\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Jenkins on Ubuntu 26.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"name\":\"RoseHosting.com\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/RoseHosting\",\"https:\\\/\\\/x.com\\\/rosehosting\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/rosehosting\\\/\"],\"description\":\"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.\",\"email\":\"info@rosehosting.com\",\"telephone\":\"(314) 275-0414\",\"legalName\":\"Rose Web Services LLC\",\"foundingDate\":\"2001-04-02\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\\\/\\\/www.rosehosting.com\",\"https:\\\/\\\/www.facebook.com\\\/rosehosting.helpdesk\"],\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/author\\\/jwilson\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Install Jenkins on Ubuntu 26.04 | RoseHosting","description":"Learn how to install Jenkins on Ubuntu 26.04 with our easy-to-follow guide for setting up this powerful CI\/CD server.","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:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Jenkins on Ubuntu 26.04","og_description":"How to Install Jenkins on Ubuntu 26.04 | RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2026-05-18T17:30:00+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/how-to-install-jenkins-on-ubuntu-26.04.webp","type":"image\/webp"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to Install Jenkins on Ubuntu 26.04","datePublished":"2026-05-18T17:30:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/"},"wordCount":786,"commentCount":0,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/how-to-install-jenkins-on-ubuntu-26.04.webp","keywords":["how to install","jenkins","ubuntu 26.04"],"articleSection":["Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/","name":"How to Install Jenkins on Ubuntu 26.04 | RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/how-to-install-jenkins-on-ubuntu-26.04.webp","datePublished":"2026-05-18T17:30:00+00:00","description":"Learn how to install Jenkins on Ubuntu 26.04 with our easy-to-follow guide for setting up this powerful CI\/CD server.","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/how-to-install-jenkins-on-ubuntu-26.04.webp","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/how-to-install-jenkins-on-ubuntu-26.04.webp","width":1024,"height":576,"caption":"How to install Jenkins on Ubuntu 26.04"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-jenkins-on-ubuntu-26-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Jenkins on Ubuntu 26.04"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting.com","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"],"description":"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.","email":"info@rosehosting.com","telephone":"(314) 275-0414","legalName":"Rose Web Services LLC","foundingDate":"2001-04-02","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/51833","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=51833"}],"version-history":[{"count":6,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/51833\/revisions"}],"predecessor-version":[{"id":51899,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/51833\/revisions\/51899"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/51898"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=51833"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=51833"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=51833"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}