{"id":51909,"date":"2026-06-15T12:30:00","date_gmt":"2026-06-15T17:30:00","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=51909"},"modified":"2026-05-24T11:10:02","modified_gmt":"2026-05-24T16:10:02","slug":"how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/","title":{"rendered":"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy"},"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\/06\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy.webp\" alt=\"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy\" class=\"wp-image-52026\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/06\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy.webp 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/06\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy-300x169.webp 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/06\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy-150x84.webp 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/06\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy-768x432.webp 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This blog post is about installing Ghost 5 CMS on Ubuntu 26.04 OS with MySQL and Caddy. Ghost is a modern, open-source content management system (CMS) focused on professional publishing, blogging, and newsletters. It is designed to be fast, user-friendly, and lightweight, providing a distraction-free writing experience with built-in tools for memberships, paid subscriptions, and email marketing. It stores data in two primary locations: MySQL databases for structured content (posts, users, settings) and the filesystem for images and themes. Caddy serves as a reverse proxy and web server for the Ghost CMS, acting as the public-facing bridge that handles SSL\/TLS certificates and directs web traffic to the Ghost application container.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Installing Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy is a straightforward process that may take around 20 minutes. Let&#8217;s get started!<\/p>\n\n\n\n<!--more-->\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_85 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-6a31287f7ad43\" 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-6a31287f7ad43\"  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-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#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-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#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-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#Step-2-Install-MySQL-database-server\" >Step 2. Install MySQL database server<\/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-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#Step-3-Create-a-Ghost-MySQL-database-and-a-user\" >Step 3. Create a Ghost MySQL database and a user<\/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-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#Step-4-Install-NodeJS\" >Step 4. Install NodeJS<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#Step-5-Install-Caddy-Web-Server\" >Step 5. Install Caddy Web Server<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#Step-6-Install-Ghost-CMS\" >Step 6. Install Ghost CMS<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#Step-7-Configure-Caddy-as-a-Reverse-Proxy\" >Step 7. Configure Caddy as a Reverse Proxy<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#Step-8-Finish-Ghost-Installation\" >Step 8. Finish Ghost Installation<\/a><\/li><\/ul><\/nav><\/div>\n<h2 id=\"h-prerequisites\" class=\"wp-block-heading\"><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>A <a href=\"https:\/\/www.rosehosting.com\/ubuntu-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">server running Ubuntu 26.04<\/a> OS is ready for Ghost 5 CMS installation.<\/li>\n\n\n\n<li>User privileges: root or non-root user with sudo privileges<\/li>\n\n\n\n<li>A valid domain with a pointed A record to the server<\/li>\n<\/ul>\n\n\n\n<h2 id=\"h-step-1-update-the-system\" class=\"wp-block-heading\"><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 class=\"wp-block-paragraph\">Before we start installing MySQL, Ghost, and Caddy, we will update the system packages to their latest versions. Execute the following command before beginning with Ghost 5 CMS on Ubuntu for best results:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt update -y &amp;&amp; apt upgrade -y<\/pre>\n\n\n\n<h2 id=\"h-step-2-install-mysql-database-server\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Step-2-Install-MySQL-database-server\"><\/span>Step 2. Install MySQL database server<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">By default, the MySQL packages are included in the latest Ubuntu 26.04 repository. Installing the MySQL server can be done with the following command, which is a key step for Ghost 5 CMS on Ubuntu to run properly.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt install mysql-server -y<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Once installed, start and enable the MySQL service for automatic start after system boot:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">systemctl start mysql &amp;&amp; systemctl enable mysql<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Once started to check the status of the MySQL service, you can use the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">systemctl status mysql<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">root@host:~# systemctl status mysql<br>\u25cf mysql.service - MySQL Community Server<br>     Loaded: loaded (\/usr\/lib\/systemd\/system\/mysql.service; enabled; preset: enabled)<br>     Active: active (running) since Thu 2026-05-07 18:18:39 CDT; 36s ago<br> Invocation: 8fd4b1881e35460e8a16adf84a346b6d<br>   Main PID: 161108 (mysqld)<br>     Status: \"Server is operational\"<br>      Tasks: 35 (limit: 4027)<br>     Memory: 478.2M (peak: 478.5M)<br>        CPU: 2.959s<br>     CGroup: \/system.slice\/mysql.service<br>             \u2514\u2500161108 \/usr\/sbin\/mysqld<br><br>May 07 18:18:36 host.test.vps systemd[1]: Starting mysql.service - MySQL Community Server...<br>May 07 18:18:39 host.test.vps systemd[1]: Started mysql.service - MySQL Community Server.<\/pre>\n\n\n\n<h2 id=\"h-step-3-create-a-ghost-mysql-database-and-a-user\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Step-3-Create-a-Ghost-MySQL-database-and-a-user\"><\/span>Step 3. Create a Ghost MySQL database and a user<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To create a Ghost database, a Ghost user, and assign the correct permissions, execute the following commands in the MySQL terminal. This step is essential for a successful Ghost 5 CMS on Ubuntu deployment.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">CREATE USER 'ghostuser'@'localhost' IDENTIFIED BY 'YourStrongPassword';<br><br>CREATE DATABASE ghostdb;<br><br>GRANT ALL PRIVILEGES ON ghostdb.* TO 'ghostuser'@'localhost';<br><br>FLUSH PRIVILEGES;<br><br>EXIT;<\/pre>\n\n\n\n<h2 id=\"h-step-4-install-nodejs\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Step-4-Install-NodeJS\"><\/span>Step 4. Install NodeJS<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ghost 5 requires Nodejs v22.x LTS because it is built on a modern Node.js technology stack, making it a fast, scalable, and lightweight alternative to traditional platforms. It relies on Node.js as a server-side runtime environment, so we need to install it with the following commands. When installing Node.js for Ghost 5 CMS on Ubuntu, be sure to use the recommended version.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt install curl -y<br><br>curl -fsSL https:\/\/nodesource.com | sudo -E bash -<br><br>apt-get install nodejs npm -y<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Once installed, verify the installation by checking the nodejs version:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">node -v<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">root@host:~# node -v<br>v22.22.1<\/pre>\n\n\n\n<h2 id=\"h-step-5-install-caddy-web-server\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Step-5-Install-Caddy-Web-Server\"><\/span>Step 5. Install Caddy Web Server<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As we explained previously, Caddy serves as a reverse proxy and web server for the Ghost CMS, acting as the public-facing bridge that handles SSL\/TLS certificates and directs web traffic to the Ghost application container. To install it, execute these commands one by one in the terminal. Caddy is recommended for running Ghost 5 CMS on Ubuntu due to its security features.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt install debian-keyring debian-archive-keyring apt-transport-https -y <br><br>curl -1sLf 'https:\/\/dl.cloudsmith.io\/public\/caddy\/stable\/gpg.key' | sudo gpg --dearmor -o \/usr\/share\/keyrings\/caddy-stable-archive-keyring.gpg<br><br>curl -1sLf 'https:\/\/dl.cloudsmith.io\/public\/caddy\/stable\/debian.deb.txt' | sudo tee \/etc\/apt\/sources.list.d\/caddy-stable.list<br><br>apt update -y<br><br>apt install caddy -y<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Once installed, start and enable the Caddy service for automatic start after system boot:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">systemctl start caddy &amp;&amp; systemctl enable caddy<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Once started to check the status of the Caddy service, you can use the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">systemctl status caddy<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">root@host:~# systemctl status caddy<br>\u25cf caddy.service - Caddy<br>     Loaded: loaded (\/usr\/lib\/systemd\/system\/caddy.service; enabled; preset: enabled)<br>     Active: active (running) since Thu 2026-05-07 18:37:01 CDT; 1min 19s ago<br> Invocation: 1706c8a74cd84c9586d190759f9fbf10<br>       Docs: https:\/\/caddyserver.com\/docs\/<br>   Main PID: 162131 (caddy)<br>      Tasks: 8 (limit: 4027)<br>     Memory: 9.6M (peak: 10M)<br>        CPU: 157ms<br>     CGroup: \/system.slice\/caddy.service<br>             \u2514\u2500162131 \/usr\/bin\/caddy run --environ --config \/etc\/caddy\/Caddyfile<\/pre>\n\n\n\n<h2 id=\"h-step-6-install-ghost-cms\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Step-6-Install-Ghost-CMS\"><\/span>Step 6. Install Ghost CMS<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To install Ghost CMS, first, we need to install Ghost-Cli globally. These steps help ensure Ghost 5 CMS runs smoothly on Ubuntu.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm install -g ghost-cli@latest<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Once Ghost-Cli is installed globally, we can create a Ghost user:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">adduser ghost<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Next, we need to create the Ghost directory and set the correct permissions:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mkdir -p \/var\/www\/ghost<br><br>chown -R ghost:ghost \/var\/www\/ghost<br><br>chmod 775 \/var\/www\/ghost<br><br>cd \/var\/www\/ghost<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Next login as Ghost user:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">su ghost<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">To install Ghost finally, execute the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ghost install local --db mysql<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">During the process, the CLI will prompt you for your local MySQL credentials that you set before in Step 3 above. The installation will start, and after its completion should look like this. This is the final part of installing Ghost 5 CMS on Ubuntu.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&#x2714; Checking for latest Ghost version<br>&#x2714; Checking system Node.js version - found v22.22.1<br>&#x2714; Checking current folder permissions<br>&#x2714; Checking memory availability<br>&#x2714; Checking free space<br>&#x2714; Checking SQLite build dependencies - found Python v3.14.4 with setuptools<br>&#x2714; Checking pnpm installation - found corepack v0.24.0<br>&#x2714; Setting up install directory<br>&#x2714; Downloading and installing Ghost v6.37.0<br>&#x2714; Finishing install process<br>&#x2714; Enter your MySQL hostname: <strong>localhost<\/strong><br>&#x2714; Enter your MySQL username: <strong>ghostuser<\/strong><br>&#x2714; Enter your MySQL password: <strong>YourStrongPassword<\/strong><br>&#x2714; Enter your Ghost database name: <strong>ghostdb<\/strong><br>&#x2714; Configuring Ghost<br>&#x2714; Setting up instance<br>&#x2714; Starting Ghost<br><br>Ghost uses direct mail by default. To set up an alternative email method read our docs at https:\/\/ghost.org\/docs\/config\/#mail<br><br>------------------------------------------------------------------------------<br><br>Ghost was installed successfully! To complete setup of your publication, visit: <br><br>    http:\/\/localhost:2368\/ghost\/<\/pre>\n\n\n\n<h2 id=\"h-step-7-configure-caddy-as-a-reverse-proxy\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Step-7-Configure-Caddy-as-a-Reverse-Proxy\"><\/span>Step 7. Configure Caddy as a Reverse Proxy<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To configure Caddy as a Reverse Proxy, edit the following file <strong>\/etc\/caddy\/Caddyfile<\/strong> with your favorite text editor to look like this. Managing Caddy is crucial when hosting Ghost 5 CMS using Ubuntu for maximum efficiency.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">yourdomain.com {<br>    reverse_proxy localhost:2368<br>    encode gzip zstd<br>}<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Save the file, close it, and restart the Caddy service:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">systemctl restart caddy<\/pre>\n\n\n\n<h2 id=\"h-step-8-finish-ghost-installation\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Step-8-Finish-Ghost-Installation\"><\/span>Step 8. Finish Ghost Installation<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To finish the Ghost installation, access the domain you set in the Caddy file: https:\/\/YourDomain.com\/ghost. Fill in your Site name, email, and credentials.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"845\" height=\"794\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g1.png\" alt=\"install Ghost 5 CMS on Ubuntu\" class=\"wp-image-51911\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g1.png 845w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g1-300x282.png 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g1-150x141.png 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g1-768x722.png 768w\" sizes=\"(max-width: 845px) 100vw, 845px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once the information is filled, click on the <strong>Create account &amp; start publishing -&gt;<\/strong> and you will be redirected to the Ghost admin dashboard:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"536\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g2-1024x536.png\" alt=\"Ghost 5 CMS on Ubuntu Dashboard\" class=\"wp-image-51910\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g2-1024x536.png 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g2-300x157.png 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g2-150x78.png 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g2-768x402.png 768w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g2-1536x804.png 1536w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g2-1320x691.png 1320w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/05\/g2.png 1768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Congratulations! You successfully installed Ghost 5 CMS on Ubuntu 26.04 OS with MySQL and Caddy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Of course, you do not have to install it yourself if you have difficulty with Linux. All you have to do is sign up for one of our <a href=\"https:\/\/www.rosehosting.com\/ghost-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">Ghost hosting<\/a> plans and submit a support ticket. Our admins are available 24\/7 and will help you with any aspect of installing Ghost CMS.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you liked this post on installing Ghost CMS on Ubuntu 26.04, please share it with your friends or leave a comment below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This blog post is about installing Ghost 5 CMS on Ubuntu 26.04 OS with MySQL and Caddy. Ghost is a &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy\" class=\"read-more button\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#more-51909\" aria-label=\"Read more about How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy\">Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":52026,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1710,1698],"tags":[1543,292,2314,1603,39,2308],"class_list":["post-51909","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cms-crm-erp","category-ubuntu","tag-caddy","tag-cms","tag-ghost-5","tag-how-to-install","tag-mysql","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.8 (Yoast SEO v27.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Ghost 5 CMS on Ubuntu 26.04 - Easy Installation | RoseHosting<\/title>\n<meta name=\"description\" content=\"Step-by-step guide to install Ghost 5 CMS on Ubuntu 26.04, ensuring fast and user-friendly content management.\" \/>\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-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy\" \/>\n<meta property=\"og:description\" content=\"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy | RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/\" \/>\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-06-15T17:30:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/06\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy.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=\"5 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-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy\",\"datePublished\":\"2026-06-15T17:30:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/\"},\"wordCount\":815,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy.webp\",\"keywords\":[\"Caddy\",\"cms\",\"Ghost 5\",\"how to install\",\"mysql\",\"ubuntu 26.04\"],\"articleSection\":[\"CMS, CRM, ERP\",\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/\",\"name\":\"Ghost 5 CMS on Ubuntu 26.04 - Easy Installation | RoseHosting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy.webp\",\"datePublished\":\"2026-06-15T17:30:00+00:00\",\"description\":\"Step-by-step guide to install Ghost 5 CMS on Ubuntu 26.04, ensuring fast and user-friendly content management.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy.webp\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy.webp\",\"width\":1024,\"height\":576,\"caption\":\"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy\"}]},{\"@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":"Ghost 5 CMS on Ubuntu 26.04 - Easy Installation | RoseHosting","description":"Step-by-step guide to install Ghost 5 CMS on Ubuntu 26.04, ensuring fast and user-friendly content management.","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-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy","og_description":"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy | RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2026-06-15T17:30:00+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/06\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy.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":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy","datePublished":"2026-06-15T17:30:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/"},"wordCount":815,"commentCount":0,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/06\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy.webp","keywords":["Caddy","cms","Ghost 5","how to install","mysql","ubuntu 26.04"],"articleSection":["CMS, CRM, ERP","Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/","name":"Ghost 5 CMS on Ubuntu 26.04 - Easy Installation | RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/06\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy.webp","datePublished":"2026-06-15T17:30:00+00:00","description":"Step-by-step guide to install Ghost 5 CMS on Ubuntu 26.04, ensuring fast and user-friendly content management.","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/06\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy.webp","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2026\/06\/how-to-install-ghost-5-cms-on-ubuntu-26.04-with-mysql-and-caddy.webp","width":1024,"height":576,"caption":"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-ghost-5-cms-on-ubuntu-26-04-with-mysql-and-caddy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Ghost 5 CMS on Ubuntu 26.04 with MySQL and Caddy"}]},{"@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\/51909","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=51909"}],"version-history":[{"count":3,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/51909\/revisions"}],"predecessor-version":[{"id":52027,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/51909\/revisions\/52027"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/52026"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=51909"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=51909"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=51909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}