{"id":19215,"date":"2025-04-06T09:17:19","date_gmt":"2025-04-06T07:17:19","guid":{"rendered":"https:\/\/tremhost.com\/blog\/?p=19215"},"modified":"2025-04-06T09:17:19","modified_gmt":"2025-04-06T07:17:19","slug":"how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage","status":"publish","type":"post","link":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/","title":{"rendered":"How to deploy Nextcloud on a VPS (personal cloud storage)"},"content":{"rendered":"<p>Nextcloud offers a powerful, flexible, and secure way to store and share files, manage calendars, emails, and other personal data, all under your own control. Deploying Nextcloud on a Virtual Private Server (VPS) allows you to benefit from the scalability and accessibility of cloud storage while maintaining privacy and control over your data. This article provides a detailed, step-by-step guide on how to set up Nextcloud on a VPS, ensuring even beginners can successfully deploy their personal cloud storage solution.<\/p>\n<h2>Step-by-Step Guide to Installing Nextcloud<\/h2>\n<p>To begin the installation of Nextcloud on a VPS, you first need to choose a suitable Linux distribution such as Ubuntu 20.04 LTS, which is popular for its stability and support. Start by updating your server&#8217;s package manager with <code>sudo apt update<\/code> and <code>sudo apt upgrade<\/code>. After that, install the LAMP (Linux, Apache, MySQL, PHP) stack. Apache is the web server, MySQL is the database management system, and PHP is the scripting language, all of which are essential for running Nextcloud.<\/p>\n<p>The next step involves installing specific PHP modules required by Nextcloud. Run <code>sudo apt install php-imagick php7.4-common php7.4-mysql php7.4-gd php7.4-json php7.4-curl php7.4-mbstring php7.4-intl php-xml php7.4-zip<\/code> to ensure all necessary modules are installed. After the modules installation, download the latest version of Nextcloud from their official website using wget or curl, then extract the files to your web server&#8217;s root directory, typically <code>\/var\/www\/html\/<\/code>.<\/p>\n<p>Once Nextcloud is downloaded and its files are in place, create a dedicated database for Nextcloud in MySQL. Access MySQL with <code>sudo mysql -u root -p<\/code>, then create a new database and user with the required privileges. For example, <code>CREATE DATABASE nextcloud_db;<\/code> followed by <code>CREATE USER 'nextcloud_user'@'localhost' IDENTIFIED BY 'password';<\/code> and <code>GRANT ALL PRIVILEGES ON nextcloud_db.* TO 'nextcloud_user'@'localhost';<\/code> Finally, flush the privileges with <code>FLUSH PRIVILEGES;<\/code> and exit MySQL.<\/p>\n<h2>Configuring Your Nextcloud on a VPS<\/h2>\n<p>After installing Nextcloud and setting up the database, you need to configure Apache to serve the Nextcloud web interface. Create a new Apache configuration file for Nextcloud in <code>\/etc\/apache2\/sites-available\/nextcloud.conf<\/code>. In this file, specify the <code>DocumentRoot<\/code> and <code>ServerName<\/code> and enable the site with <code>sudo a2ensite nextcloud.conf<\/code>. Don\u2019t forget to enable mod_rewrite so pretty URLs can be used by running <code>sudo a2enmod rewrite<\/code>.<\/p>\n<p>Adjust the PHP configuration to enhance the performance and security of your Nextcloud installation. Edit the <code>php.ini<\/code> file located typically in <code>\/etc\/php\/7.4\/apache2\/php.ini<\/code>. You might want to adjust parameters such as <code>upload_max_filesize<\/code>, <code>post_max_size<\/code>, and <code>memory_limit<\/code> according to your needs. Restart Apache to apply these changes using <code>sudo systemctl restart apache2<\/code>. This ensures that your server uses the updated configurations.<\/p>\n<p>Finally, access the Nextcloud setup page by navigating to your server\u2019s IP address or domain name in a web browser. Here you will complete the setup by entering the database details you configured earlier and creating an admin account. After the initial setup, you can further secure your Nextcloud installation by configuring HTTPS using Let&#8217;s Encrypt, which provides a free SSL certificate and automating the SSL renewal process.<\/p>\n<p>Deploying Nextcloud on a VPS not only offers a convenient and scalable solution for personal cloud storage but also ensures that you retain full control over your digital data. By following the steps outlined above, you can set up a robust cloud storage system that can be customized to suit your needs. Whether for personal use or within an organizational context, Nextcloud presents an effective alternative to mainstream cloud storage providers, prioritizing privacy and flexibility.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Step-by-Step Guide to Deploying Nextcloud on a VPS<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-19215","post","type-post","status-publish","format-standard","category-general"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Step-by-Step Guide to Deploying Nextcloud on a VPS\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Tremhost Experts\"\/>\n\t<meta name=\"google-site-verification\" content=\"googled2c4f9d88a3d9ef6\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Tremhost News\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to deploy Nextcloud on a VPS (personal cloud storage) - Tremhost News\" \/>\n\t\t<meta property=\"og:description\" content=\"Step-by-Step Guide to Deploying Nextcloud on a VPS\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-04-06T07:17:19+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-04-06T07:17:19+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/tremmlyzw\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tremhost\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to deploy Nextcloud on a VPS (personal cloud storage) - Tremhost News\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Step-by-Step Guide to Deploying Nextcloud on a VPS\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@tremhost\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Tremhost Experts\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\\\/#blogposting\",\"name\":\"How to deploy Nextcloud on a VPS (personal cloud storage) - Tremhost News\",\"headline\":\"How to deploy Nextcloud on a VPS (personal cloud storage)\",\"author\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/banner.png\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#articleImage\",\"width\":365,\"height\":548,\"caption\":\"A Tremhost cartoon person\"},\"datePublished\":\"2025-04-06T09:17:19+02:00\",\"dateModified\":\"2025-04-06T09:17:19+02:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\\\/#webpage\"},\"articleSection\":\"General\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tremhost.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/general\\\/#listItem\",\"name\":\"General\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/general\\\/#listItem\",\"position\":2,\"name\":\"General\",\"item\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/general\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\\\/#listItem\",\"name\":\"How to deploy Nextcloud on a VPS (personal cloud storage)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\\\/#listItem\",\"position\":3,\"name\":\"How to deploy Nextcloud on a VPS (personal cloud storage)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/general\\\/#listItem\",\"name\":\"General\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#organization\",\"name\":\"Tremhost\",\"description\":\"content by tremhost editors\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/\",\"telephone\":\"+263735639917\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/banner.png\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\\\/#organizationLogo\",\"width\":365,\"height\":548,\"caption\":\"A Tremhost cartoon person\"},\"image\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/tremmlyzw\",\"https:\\\/\\\/twitter.com\\\/tremhost\",\"https:\\\/\\\/instagram.com\\\/tremhost\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCxDNndooGbeGqMwQUgXHeMA\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"Tremhost Experts\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9a13624f3cc90f1622e3af20744c3541ca02aa972bacd61e540c7750dba7c746?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Tremhost Experts\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\\\/#webpage\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\\\/\",\"name\":\"How to deploy Nextcloud on a VPS (personal cloud storage) - Tremhost News\",\"description\":\"Step-by-Step Guide to Deploying Nextcloud on a VPS\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2025-04-06T09:17:19+02:00\",\"dateModified\":\"2025-04-06T09:17:19+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/\",\"name\":\"Tremhost News\",\"description\":\"content by tremhost editors\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to deploy Nextcloud on a VPS (personal cloud storage) - Tremhost News","description":"Step-by-Step Guide to Deploying Nextcloud on a VPS","canonical_url":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"googled2c4f9d88a3d9ef6","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/#blogposting","name":"How to deploy Nextcloud on a VPS (personal cloud storage) - Tremhost News","headline":"How to deploy Nextcloud on a VPS (personal cloud storage)","author":{"@id":"https:\/\/tremhost.com\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/tremhost.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/tremhost.com\/blog\/wp-content\/uploads\/2020\/04\/banner.png","@id":"https:\/\/tremhost.com\/blog\/#articleImage","width":365,"height":548,"caption":"A Tremhost cartoon person"},"datePublished":"2025-04-06T09:17:19+02:00","dateModified":"2025-04-06T09:17:19+02:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/#webpage"},"isPartOf":{"@id":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/#webpage"},"articleSection":"General"},{"@type":"BreadcrumbList","@id":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tremhost.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/category\/general\/#listItem","name":"General"}},{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/category\/general\/#listItem","position":2,"name":"General","item":"https:\/\/tremhost.com\/blog\/category\/general\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/#listItem","name":"How to deploy Nextcloud on a VPS (personal cloud storage)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/#listItem","position":3,"name":"How to deploy Nextcloud on a VPS (personal cloud storage)","previousItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/category\/general\/#listItem","name":"General"}}]},{"@type":"Organization","@id":"https:\/\/tremhost.com\/blog\/#organization","name":"Tremhost","description":"content by tremhost editors","url":"https:\/\/tremhost.com\/blog\/","telephone":"+263735639917","logo":{"@type":"ImageObject","url":"https:\/\/tremhost.com\/blog\/wp-content\/uploads\/2020\/04\/banner.png","@id":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/#organizationLogo","width":365,"height":548,"caption":"A Tremhost cartoon person"},"image":{"@id":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/#organizationLogo"},"sameAs":["https:\/\/facebook.com\/tremmlyzw","https:\/\/twitter.com\/tremhost","https:\/\/instagram.com\/tremhost","https:\/\/www.youtube.com\/channel\/UCxDNndooGbeGqMwQUgXHeMA"]},{"@type":"Person","@id":"https:\/\/tremhost.com\/blog\/author\/admin\/#author","url":"https:\/\/tremhost.com\/blog\/author\/admin\/","name":"Tremhost Experts","image":{"@type":"ImageObject","@id":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/9a13624f3cc90f1622e3af20744c3541ca02aa972bacd61e540c7750dba7c746?s=96&d=mm&r=g","width":96,"height":96,"caption":"Tremhost Experts"}},{"@type":"WebPage","@id":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/#webpage","url":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/","name":"How to deploy Nextcloud on a VPS (personal cloud storage) - Tremhost News","description":"Step-by-Step Guide to Deploying Nextcloud on a VPS","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/tremhost.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/#breadcrumblist"},"author":{"@id":"https:\/\/tremhost.com\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/tremhost.com\/blog\/author\/admin\/#author"},"datePublished":"2025-04-06T09:17:19+02:00","dateModified":"2025-04-06T09:17:19+02:00"},{"@type":"WebSite","@id":"https:\/\/tremhost.com\/blog\/#website","url":"https:\/\/tremhost.com\/blog\/","name":"Tremhost News","description":"content by tremhost editors","inLanguage":"en-GB","publisher":{"@id":"https:\/\/tremhost.com\/blog\/#organization"}}]},"og:locale":"en_GB","og:site_name":"Tremhost News","og:type":"article","og:title":"How to deploy Nextcloud on a VPS (personal cloud storage) - Tremhost News","og:description":"Step-by-Step Guide to Deploying Nextcloud on a VPS","og:url":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/","article:published_time":"2025-04-06T07:17:19+00:00","article:modified_time":"2025-04-06T07:17:19+00:00","article:publisher":"https:\/\/facebook.com\/tremmlyzw","twitter:card":"summary_large_image","twitter:site":"@tremhost","twitter:title":"How to deploy Nextcloud on a VPS (personal cloud storage) - Tremhost News","twitter:description":"Step-by-Step Guide to Deploying Nextcloud on a VPS","twitter:creator":"@tremhost","twitter:label1":"Written by","twitter:data1":"Tremhost Experts","twitter:label2":"Est. reading time","twitter:data2":"3 minutes"},"aioseo_meta_data":{"post_id":"19215","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":"default","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,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-04-06 07:23:41","updated":"2025-06-04 08:02:13","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tremhost.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tremhost.com\/blog\/category\/general\/\" title=\"General\">General<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to deploy Nextcloud on a VPS (personal cloud storage)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tremhost.com\/blog"},{"label":"General","link":"https:\/\/tremhost.com\/blog\/category\/general\/"},{"label":"How to deploy Nextcloud on a VPS (personal cloud storage)","link":"https:\/\/tremhost.com\/blog\/how-to-deploy-nextcloud-on-a-vps-personal-cloud-storage\/"}],"_links":{"self":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts\/19215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/comments?post=19215"}],"version-history":[{"count":1,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts\/19215\/revisions"}],"predecessor-version":[{"id":19235,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts\/19215\/revisions\/19235"}],"wp:attachment":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/media?parent=19215"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/categories?post=19215"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/tags?post=19215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}