{"id":20283,"date":"2025-07-03T11:44:53","date_gmt":"2025-07-03T11:44:53","guid":{"rendered":"https:\/\/cloudkul.com\/blog\/?p=20283"},"modified":"2026-03-23T05:45:15","modified_gmt":"2026-03-23T05:45:15","slug":"aureus-erp-ami-installer-user-guide","status":"publish","type":"post","link":"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/","title":{"rendered":"Aureus ERP AMI Installer \u2013 User Guide"},"content":{"rendered":"\n<p><strong><a href=\"https:\/\/webkul.design\/work\/aureus-erp\/\">Aureus ERP<\/a><\/strong> is an open-source system for businesses of all sizes. Manage inventory, HR, sales, and projects with ease using its modular, scalable architecture.<\/p>\n\n\n\n<p>This blog will walk you through installing the Aureus ERP application on AWS EC2 using the Aureus ERP AMI.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites for Aureus ERP AMI Installation<\/h2>\n\n\n\n<ul>\n<li><strong>Open ports 22, 80, and 443<\/strong> in your EC2 Security Group<br>(SSH, HTTP, and HTTPS access).<\/li>\n\n\n\n<li><strong>Use a t3.medium or higher EC2 instance<\/strong> for smooth performance.<\/li>\n\n\n\n<li><strong>Assign an Elastic IP<\/strong> to keep a static public IP.<\/li>\n\n\n\n<li><strong>Point your domain\u2019s A record<\/strong> to the Elastic IP via your DNS settings.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Installation Steps<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Launch Your EC2 Instance<\/h3>\n\n\n\n<ul>\n<li>Begin by launching a new EC2 instance using the <strong>Aureus ERP AMI<\/strong> from the AWS Marketplace.<\/li>\n\n\n\n<li>Wait for the instance to fully initialize and ensure its status shows <strong>\u201crunning\u201d<\/strong> before moving to the next step.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Access Your EC2 Instance<\/h3>\n\n\n\n<ol>\n<li><strong>Set PEM File Permissions<\/strong><br>Before connecting, update the permission of your <code>.pem<\/code> file to be secure and SSH-compliant:<\/li>\n<\/ol>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">chmod 400 your-key-file.pem<\/pre>\n\n\n\n<p>   2. <strong>Connect via SSH<\/strong><br>     After setting the correct permission, connect to your EC2 instance:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">ssh -i your-key-file.pem ubuntu@your-instance-ip<\/pre>\n\n\n\n<p>Replace <code>your-key-file.pem<\/code> with your actual key file name, and <code>your-instance-ip<\/code> with the public (Elastic) IP of your EC2 instance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Run Configuration &amp; SSL Script<\/h3>\n\n\n\n<ul>\n<li>Ensure your domain&#8217;s <strong>A record<\/strong> points to the EC2 instance&#8217;s <strong>Elastic IP<\/strong>.<\/li>\n\n\n\n<li>If you&#8217;re using Cloudflare or a DNS provider with proxying, <strong>disable the proxy<\/strong> temporarily to allow SSL verification.<\/li>\n<\/ul>\n\n\n\n<p>Run the setup script:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo bash setup.sh<\/pre>\n\n\n\n<p>\u27a5 During the first-time setup:<\/p>\n\n\n\n<ul>\n<li>You will be prompted to enter <strong>MySQL credentials<\/strong>.<br>Use the following:\n<ul>\n<li><strong>Database Name:<\/strong> enter your DB name<\/li>\n\n\n\n<li><strong>Username:<\/strong> your MySQL username<\/li>\n\n\n\n<li><strong>Password:<\/strong> your MySQL password<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>After entering the database details, you will be asked to enter your <strong>domain name<\/strong> and <strong>email address<\/strong>.<br>Enter it (e.g., <code>yourdomain.com<\/code>, youremail@example.com).<\/li>\n\n\n\n<li>Next, you\u2019ll be prompted to <strong>create credentials for Admin<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p><strong>Set Up Admin Credentials<\/strong>:<\/p>\n\n\n\n<ul>\n<li>Enter the required admin details (<strong>name, email<\/strong>)<\/li>\n\n\n\n<li><strong>Press Enter to proceed<\/strong><\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2026\/03\/Screenshot-from-2026-03-23-10-14-32-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"885\" height=\"331\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2026\/03\/Screenshot-from-2026-03-23-10-14-32-1.png\" alt=\"Screenshot-from-2026-03-23-10-14-32-1\" class=\"wp-image-20845\"\/><\/a><\/figure>\n\n\n\n<p>After admin setup, the system will automatically <strong>generate the SSL certificate<\/strong> for your domain and complete the configuration.<\/p>\n\n\n\n<p>The admin password will be auto-generated randomly, and the admin credentials will be stored in a file named <strong>admin_credential.txt<\/strong> located at <strong>\/home\/ubuntu\/admin_credential.txt<\/strong>.<\/p>\n\n\n\n<p>Use this command to view the admin_credentials:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo cat admin_credential.txt<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2026\/03\/Screenshot-from-2026-03-23-10-19-15-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"749\" height=\"328\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2026\/03\/Screenshot-from-2026-03-23-10-19-15-1.png\" alt=\"Screenshot-from-2026-03-23-10-19-15-1\" class=\"wp-image-20846\"\/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Access Aureus ERP Dashboard<\/h3>\n\n\n\n<ul>\n<li>Open your web browser and go to:<code> <\/code><\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">https:\/\/yourdomain.com<\/pre>\n\n\n\n<ul>\n<li>You will be redirected to the <strong>Aureus ERP admin login panel<\/strong>, where you can log in and start managing your ERP system.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2026\/02\/Screenshot-from-2026-02-24-12-45-22.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"494\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2026\/02\/Screenshot-from-2026-02-24-12-45-22-1024x494.png\" alt=\"Screenshot-from-2026-02-24-12-45-22\" class=\"wp-image-20809\"\/><\/a><\/figure>\n\n\n\n<p>After that, enter the admin credentials you just created to <strong>Sign in to the Aureus ERP admin dashboard<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2026\/02\/Screenshot-from-2026-02-24-12-44-59.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"494\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2026\/02\/Screenshot-from-2026-02-24-12-44-59-1024x494.png\" alt=\"Screenshot-from-2026-02-24-12-44-59\" class=\"wp-image-20810\"\/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Need Help? Contact AMI Provider<\/h2>\n\n\n\n<p>If you need any assistance or face issues during setup, please <strong>contact the AMI provider directly<\/strong> for support and troubleshooting.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Aureus ERP is an open-source system for businesses of all sizes. Manage inventory, HR, sales, <a class=\"text-primary\" title=\"read more\" href=\"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":61,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Aureus ERP AMI Installer \u2013 User Guide - Cloudkul<\/title>\n<meta name=\"description\" content=\"Aureus ERP is a powerful open-source ERP system for AWS. Easily manage inventory, HR, projects, and more with this scalable solution.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Aureus ERP AMI Installer \u2013 User Guide - Cloudkul\" \/>\n<meta property=\"og:description\" content=\"Aureus ERP is a powerful open-source ERP system for AWS. Easily manage inventory, HR, projects, and more with this scalable solution.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Cloudkul\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-03T11:44:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-23T05:45:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2026\/03\/Screenshot-from-2026-03-23-10-14-32-1.png\" \/>\n<meta name=\"author\" content=\"Saurabh Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/\",\"url\":\"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/\",\"name\":\"Aureus ERP AMI Installer \u2013 User Guide - Cloudkul\",\"isPartOf\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/#website\"},\"datePublished\":\"2025-07-03T11:44:53+00:00\",\"dateModified\":\"2026-03-23T05:45:15+00:00\",\"author\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/4393fade2ed50c43c8acd020240beded\"},\"description\":\"Aureus ERP is a powerful open-source ERP system for AWS. Easily manage inventory, HR, projects, and more with this scalable solution.\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Aureus ERP AMI Installer \u2013 User Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#website\",\"url\":\"https:\/\/cloudkul.com\/blog\/\",\"name\":\"Cloudkul\",\"description\":\"Host your eCommerce Store on AWS with Optimized Performance\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudkul.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/4393fade2ed50c43c8acd020240beded\",\"name\":\"Saurabh Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/62e13a91bdbd834be39569e433f77921?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/62e13a91bdbd834be39569e433f77921?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g\",\"caption\":\"Saurabh Kumar\"},\"url\":\"https:\/\/cloudkul.com\/blog\/author\/saurabhkumar-ck797\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Aureus ERP AMI Installer \u2013 User Guide - Cloudkul","description":"Aureus ERP is a powerful open-source ERP system for AWS. Easily manage inventory, HR, projects, and more with this scalable solution.","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:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/","og_locale":"en_US","og_type":"article","og_title":"Aureus ERP AMI Installer \u2013 User Guide - Cloudkul","og_description":"Aureus ERP is a powerful open-source ERP system for AWS. Easily manage inventory, HR, projects, and more with this scalable solution.","og_url":"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/","og_site_name":"Cloudkul","article_published_time":"2025-07-03T11:44:53+00:00","article_modified_time":"2026-03-23T05:45:15+00:00","og_image":[{"url":"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2026\/03\/Screenshot-from-2026-03-23-10-14-32-1.png"}],"author":"Saurabh Kumar","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/","url":"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/","name":"Aureus ERP AMI Installer \u2013 User Guide - Cloudkul","isPartOf":{"@id":"https:\/\/cloudkul.com\/blog\/#website"},"datePublished":"2025-07-03T11:44:53+00:00","dateModified":"2026-03-23T05:45:15+00:00","author":{"@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/4393fade2ed50c43c8acd020240beded"},"description":"Aureus ERP is a powerful open-source ERP system for AWS. Easily manage inventory, HR, projects, and more with this scalable solution.","breadcrumb":{"@id":"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cloudkul.com\/blog\/aureus-erp-ami-installer-user-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Aureus ERP AMI Installer \u2013 User Guide"}]},{"@type":"WebSite","@id":"https:\/\/cloudkul.com\/blog\/#website","url":"https:\/\/cloudkul.com\/blog\/","name":"Cloudkul","description":"Host your eCommerce Store on AWS with Optimized Performance","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudkul.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/4393fade2ed50c43c8acd020240beded","name":"Saurabh Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/62e13a91bdbd834be39569e433f77921?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/62e13a91bdbd834be39569e433f77921?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g","caption":"Saurabh Kumar"},"url":"https:\/\/cloudkul.com\/blog\/author\/saurabhkumar-ck797\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/20283"}],"collection":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/users\/61"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/comments?post=20283"}],"version-history":[{"count":9,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/20283\/revisions"}],"predecessor-version":[{"id":20851,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/20283\/revisions\/20851"}],"wp:attachment":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/media?parent=20283"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/categories?post=20283"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/tags?post=20283"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}