
Closed
Posted
Paid on delivery
I’m putting together a full-featured Enterprise Management System that blends three pillars—core ERP workflows, network management, and security operations—into one cohesive platform. To keep development efficient and transparent, I want to lean on proven open-source stacks: ERPNext or Odoo for the business layer, Nagios or Zabbix for NMS, and an ELK or Wazuh stack for SOC monitoring. Within the ERP component my immediate priority is solid, user-friendly Inventory Management; other modules can remain optional for now, so the design should allow future plug-ins without a full refactor. On the support side, the finished product has to ship with an internal helpdesk featuring a ticketing system, searchable knowledge base, and real-time live-chat widget. Everything needs to feel like a single application, not a collection of separate dashboards. Please containerise or script deployments so I can replicate the environment on-prem or in a standard cloud VM. Comprehensive documentation is essential—architecture diagrams, setup instructions, admin/user guides, and API references. I will also need vulnerability assessment & penetration-testing support; you can perform the VAPT yourself or stay on call while my security team runs theirs, but either way I’ll require guidance on hardening and closing any findings. Key deliverables • Integrated EMS codebase with modular ERP, NMS, SOC, and helpdesk components • Deployment scripts/docker-compose or Ansible playbooks • Full technical and user documentation in English • VAPT report or remediation assistance (as agreed) A clear hand-off checklist and two weeks of post-delivery support will round out the engagement so we can push this live smoothly. Let me know your approach, preferred toolchain, and estimated timeline, and we’ll take it from there.
Project ID: 40647137
62 proposals
Remote project
Active 3 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
62 freelancers are bidding on average ₹106,276 INR for this job

Three mature open-source stacks glued into one platform — and the honest observation is that the integration is the project. ERPNext, Zabbix and Wazuh each work well alone; making them behave as one product is where the effort goes. How I would approach it: - Keep each stack as the system of record for its own domain rather than syncing data both ways. Two-way sync between an ERP and a monitoring system is where these builds rot. - A thin integration layer above them: single sign-on so users log in once, a unified dashboard pulling from each via API, and alerts from Zabbix and Wazuh turned into helpdesk tickets automatically. That is where the "one cohesive platform" feeling actually comes from. - Inventory as the first ERP module, done properly and usable, with the others left as clean plug-in points — which ERPNext and Odoo both support if you do not customise the core. - Everything containerised with Docker Compose so the whole stack is reproducible rather than assembled by hand on one server. Honest note: Docker, Linux, integration and API work are squarely mine, as is the architecture. Deep ERPNext or Odoo module development is not my specialism — I would build the integration layer and configure the stacks rather than claim to be an Odoo core developer. Questions: which do you prefer, ERPNext or Odoo, and roughly how many devices should the NMS monitor? Martin
₹82,500 INR in 10 days
6.6
6.6

I can develop a user-friendly Inventory Management module for your Enterprise Management System using Odoo, ensuring it integrates smoothly with future plug-ins. My first step will be to outline the system architecture and confirm the specific requirements for the inventory features before diving into development. Based in Toronto, I work efficiently and am always available for quick responses. Let's ensure this project runs smoothly from start to finish.
₹75,000 INR in 14 days
6.6
6.6

Your three-pillar integration will fail under load if the message bus between ERPNext/Odoo, Zabbix, and Wazuh isn't designed to handle asynchronous event streams—most teams hard-code REST calls that create cascading timeouts when alert volumes spike during incidents. Quick questions - are you planning active-active replication for the ERP database to support failover, or will a single-node Postgres instance suffice initially? And do your SOC alerts need to auto-generate helpdesk tickets, or will that correlation happen manually? Here's the architectural approach: - ODOO + DOCKER: Build a containerized Odoo 17 instance with custom inventory modules, then expose webhooks to trigger NMS/SOC workflows without tight coupling. - ZABBIX + WAZUH INTEGRATION: Deploy Zabbix for infrastructure monitoring and Wazuh for SIEM, using a shared Elasticsearch cluster to centralize logs and reduce storage overhead. - ANSIBLE ORCHESTRATION: Write idempotent playbooks that provision the full stack (Odoo, Zabbix, Wazuh, Nginx reverse proxy) on bare metal or AWS/Azure VMs in under 20 minutes. I've architected similar unified platforms for two MSPs that needed SOC-to-ticketing automation at enterprise scale. Let's schedule a 20-minute call to lock down your database replication strategy and VAPT scope before I draft the deployment blueprint.
₹101,250 INR in 30 days
6.3
6.3

As someone with over two decades of software development experience, including a comprehensive understanding of relevant languages such as Docker, PHP, and Python, I believe I am the best candidate for your EMS project. My central focus throughout my career has been building long-lasting solutions that are dependable and continually maintainable - a key prerequisite given the nature of your project. Furthermore, my strength in working with open-source platforms is symbiotic as you've specifically mentioned using existing systems. I'm well-versed with ERP frameworks like ERPNext and Odoo while also having a profound understanding of NMS options like Nagios or Zabbix and SOC monitoring tools like ELK or Wazuh stacks that you demand, which makes me an ideal choice. Additionally, my proven track record in implementing containerized deployments through scripts like Docker-compose or Ansible Playbooks is worth mentioning in the context of your requirements for on-premises duplication. I cherish the value of comprehensive documentation which aligns closely with your needs for detailed architecture diagrams, setup instructions, admin/user guides and API references, all of which will be delivered impeccably with my work. Overall, I promise to provide a unified platform where all functionalities seamlessly interconnect rather than a disjointed set of dashboards. Let's connect soon to discuss the timeline and how best I can contribute to your visionary project.
₹100,000 INR in 25 days
5.9
5.9

I'd start with ERPNext inventory and the helpdesk ticketing core as one containerised milestone, before touching NMS or SOC, because those two decide the data model and branded shell everything else sits inside. Odoo's inventory schema, a ticketing system, Nagios or Zabbix polling, and Wazuh or ELK ingesting logs all want to own their own state, and wiring all four together in one pass makes reconciling that later cost more than designing for it up front. So the plan is phased. M1 gets ERPNext inventory live plus a working helpdesk, tickets and KB, in Docker, on shared auth and branding so the platform reads as one app from day one. M2 adds live chat and finishes the branded UI shell tying inventory and helpdesk together. M3 brings in NMS, Zabbix or Nagios depending on your preference, wired into the same alerting path as the helpdesk. M4 adds SOC on Wazuh or ELK, plus a hardening pass, VAPT support, and documentation. M1: ERPNext inventory + helpdesk core, containerised, shared auth. 37,500 INR, 6 days. M2: Live chat, branded UI shell, inventory-helpdesk integration. 30,000 INR, 5 days. M3: NMS (Zabbix/Nagios), unified alerting. 40,000 INR, 5 days. M4: SOC (Wazuh/ELK), hardening, VAPT, documentation. 42,500 INR, 5 days. That total is off what's in the post, and the piece likeliest to move it is how deep the SOC rules need to go once Wazuh's on real traffic instead of a test box. Nagios or Zabbix, or is that still open? On-prem, cloud, or does that ride on VAPT results?
₹150,000 INR in 21 days
5.8
5.8

Hello there! I'm Mahad Sheikh, a seasoned developer skilled in PHP and Python bringing over X years of proven experience to the table. I've had the privilege of partnering with similar companies like yours, helping them build full-featured enterprise solutions that are efficient and built for long-term growth. My proficiency in both PHP and Python aligns perfectly with your project requirements for the EMS. In addition to constructing intricate digital products, my deep understanding of system architecture enables me to envision and create scalable systems, which aligns beautifully with your need for a blend between ERPNext or Odoo for the business layer, Nagios or Zabbix for NMS, and an ELK or Wazuh stack for SOC monitoring. I pride myself on my ability to not only provide comprehensive technical solutions but also contribute to successful implementation. If you choose me, rest assured that a high-quality deliverable prioritizing your core goal of solid inventory management will be provided to you. A future-proof design is also paramount in my approach, meaning that while we deal with modules based on your immediate needs, we'll always ensure easy compatibility with potential plug-ins. Let's connect and discuss your precise vision as I am sure I have what it takes to make it a reality!
₹75,000 INR in 3 days
5.4
5.4

With your project's blend of ERP workflows, network management, security operations, and helpdesk functionalities, my 9+ years in web and mobile development uniquely position me to bring your vision to reality. Having mastered PHP -- which is a key part of your preferred open-source technology stack --- and with a commendable experience with Python, I can expertly handle deployment scripts, apply containerization or scripting, and deliver a top-notch bilingual documentation in English. Beyond just coding the integrated EMS codebase and its modular components, I’m also able to perform the vital vulnerability assessment and penetration testing (VAPT) as required in your project. My proficiency in PHP5,MVC,.NET increases efficiency in scripting to replicate the environment either on-prem or in the cloud VM. You can be confident of solid security measures too; my skills in both monitoring as well as socket programming means that I'm perfectly suited for hardening and closing any findings from VAPT. What sets me apart from others is my unwavering commitment to quality service delivery; hitch-free post-delivery support is a solid guarantee. Furthermore, my extensive expertise extends outside pure development— encompassing crucial details like cross-browser compatibility, hosting options, etc — offering you comprehensive assistance for a successful launch. Let’s make this happen together!
₹112,500 INR in 7 days
5.4
5.4

Hello, I can design and deploy your integrated Enterprise Management System combining ERP NMS and SOC monitoring stack. My plan is to deploy ERPNext or Odoo for your business layer configuring the Inventory module and the internal Helpdesk with ticketing knowledge base and live chat. I can integrate Zabbix for network device monitoring and Wazuh with the ELK stack for security log analysis. I can build a unified single sign on portal using Keycloak to link the dashboards together. I can write Docker Compose scripts to automate the deployment on your cloud VM or on-premise hardware. I can also assist with system hardening during your vulnerability assessment and penetration testing phase and provide complete architecture documentation. In a past project I integrated ERPNext Zabbix and Wazuh inside Docker containers using Keycloak single sign on for an enterprise infrastructure setup. 1) Do you prefer ERPNext or Odoo as the baseline framework for your business and inventory layer? 2) Should the single portal experience use Keycloak for unified Single Sign On across ERP Zabbix and Wazuh? 3) Which cloud hosting provider like AWS or DigitalOcean do you plan to run this containerized stack on? Thanks, Bharat
₹85,000 INR in 28 days
5.3
5.3

As a seasoned developer and team lead with over 17 years of experience, I have successfully managed and delivered intricate projects similar to yours for reputable clients worldwide. My team's expertise spans across a broad range of technologies including your preferred stacks such as ERPNext/Odoo, Nagios/Zabbix, ELK/Wazuh. We further ensure flawless implementation by containerising or scripting deployments to facilitate easy replication on-premises or in standard cloud VMs. Comprehensive documentation is an integral part of our development process; be it architecture diagrams or admin/user guides, we always prioritize clarity and detail. Furthermore, I have a deep understanding of the importance of thorough vulnerability assessment and penetration testing, along with subsequent guidance on hardening and remediation. I can confidently assure you that my team can adeptly handle the VAPT process while answering any queries your security team might have. An essential aspect of any project is timely post-delivery support, something my team and I are fully committed to offering for two weeks after the project is live. Combining my vast experience, comprehensive skill set, and dedicated post-delivery support, I believe my approach will ensure a smooth hand-off and ultimately - your utmost satisfaction with the project's outcome. Look no further; let's build this dynamic EMS together!
₹112,500 INR in 7 days
4.6
4.6

The main challenge here is not deploying ERP, NMS, SOC, and helpdesk tools separately; it is making them behave like one platform with shared authentication, navigation, permissions, alerts, and operational workflows. I would keep the first release focused on Inventory Management while designing the integration layer so additional ERP modules can be enabled later without changing the core architecture. My preferred stack would be Odoo or ERPNext for ERP, Zabbix for network monitoring, Wazuh with ELK/OpenSearch for security monitoring, and a lightweight integrated helpdesk with tickets, knowledge base, and live chat. I would connect the systems through documented REST APIs/webhooks and provide a unified frontend or portal rather than exposing separate dashboards. Deployment would be reproducible using Docker Compose initially, with Ansible where multi-server deployment is required. I would also include architecture diagrams, installation/admin/user documentation, API references, hardening guidance, and support during VAPT remediation. For the defined first production scope, I would plan roughly 10–14 weeks, split into architecture, core integration, inventory/helpdesk, monitoring/SOC integration, testing, documentation, and handover. Do you want true single sign-on across all components, and do you already have a preferred identity provider such as LDAP, Active Directory, or Keycloak?
₹75,000 INR in 9 days
4.4
4.4

Hi, I can build your EMS platform by integrating ERPNext/Odoo, Zabbix/Nagios, Wazuh/ELK, and an internal helpdesk into one documented, containerized management system. The best solution is to first finalize the preferred stack, inventory workflow, NMS/SOC scope, helpdesk features, deployment target, and security requirements. Then I’ll design a modular architecture, connect the core dashboards through unified navigation/API links, deploy services with Docker Compose or Ansible, and document admin/user workflows clearly. I’m comfortable with ERPNext/Odoo, inventory management, Zabbix/Nagios, Wazuh/ELK, helpdesk/ticketing systems, knowledge bases, live chat integration, Docker, Ansible, Linux servers, APIs, documentation, hardening, and VAPT remediation support. Deliverables will include: * Modular EMS architecture * ERP inventory setup * NMS integration * SOC monitoring stack * Helpdesk/ticketing setup * Knowledge base and live chat * Docker/Ansible deployment * Unified access/navigation plan * Admin and user documentation * API/setup references * Hardening checklist * VAPT remediation support * Two-week post-delivery support I’ll focus on a practical open-source EMS foundation that feels like one platform, remains easy to deploy on-prem/cloud, and can be expanded later without major rework. Best regards Ankit
₹75,000 INR in 10 days
4.2
4.2

**DO NOT PAY ME UNTIL I COMPLETE! :)** Hello my valuable client :) I can definitely work on your working hours. My profile is new over here but I have 7 years of experience in this field. I have completely understood about your project. Also I will provide you free maintenance on your project for 1 year after project completion. Give me one chance to prove myself. Hit the chat button to get started. If you will not like my work then you dont need to pay me any money so dont worry and have faith in me :) I am eagerly waiting for your message.
₹75,000 INR in 7 days
4.0
4.0

Hello, "Modular Docker‑Compose EMS With Integrated ERP, NMS, SOC, Helpdesk" - you need a single cohesive system you can deploy on‑prem or cloud. I’ll base the ERP layer on Odoo (or ERPNext) for core workflows, use Zabbix for network monitoring and Wazuh for security ops, then stitch them together with a shared Django‑based helpdesk that offers ticketing, knowledge‑base search and live‑chat. All components will be wrapped in Docker‑Compose and Ansible playbooks so you can spin the stack up on any VM with a single command. I’ve automated a similar Docker‑based deployment for Reolink backup, which shows my ability to script reliable container setups: https://www.freelancer.com/projects/automation/Automate-Reolink-Video-Backup-Script/reviews. For the VAPT phase I’ll run a hardening checklist via Ansible, generate a report, and be on‑call to remediate any findings, ensuring the final system meets security best‑practices. Which ERP platform (ERPNext or Odoo) do you prefer to start with, and do you have any existing network devices you want pre‑configured in the NMS? Looking forward to working with you. Artur Giżycki
₹180,000 INR in 14 days
3.7
3.7

You’re essentially building a unified Enterprise Management System, not three tools stitched together: ERP inventory, NMS, SOC monitoring, and helpdesk need a consistent UX, identity layer, permissions model, and integration architecture. I’d use ERPNext or Odoo as the business foundation, Zabbix for network monitoring, and Wazuh + Elastic/OpenSearch for security operations, integrating them through documented REST APIs/webhooks rather than modifying upstream code unnecessarily. A unified portal can provide SSO, RBAC, navigation, alerts and dashboards while keeping each underlying component modular and upgradeable. For Inventory, I’d first map your workflows—stock movements, warehouses, purchase/issue/adjustment, users and reporting—then build the integration layer around it. The helpdesk would include ticket lifecycle, searchable knowledge base and real-time chat, with NMS/SOC events capable of creating or enriching tickets. Suggested milestones: Architecture, workflows & integration design ERP inventory + unified authentication/RBAC NMS + SOC integrations Helpdesk, knowledge base & live chat Hardening, VAPT/remediation & testing Deployment, documentation and handover Two key questions: Do you already have a preferred ERP (ERPNext/Odoo) and NMS/SOC stack, or should we select based on your environment? Also, will the unified portal require existing Active Directory/LDAP integration?
₹75,000 INR in 10 days
5.2
5.2

Your project requires more than simply deploying ERP, monitoring, and security tools side by side. The main challenge is creating a unified platform with consistent authentication, navigation, integrations, deployment automation, and operational visibility while keeping the architecture modular for future expansion. My approach would be to structure the solution around containerized services with a central integration layer and standardized APIs. For the ERP foundation, ERPNext is likely the best fit for rapid inventory management delivery and future module extensibility. For NMS and SOC, Zabbix combined with Wazuh/ELK provides stronger integration possibilities, alert correlation, and scalability than maintaining isolated dashboards. I would implement: - Unified deployment using Docker Compose or Ansible for reproducible on-prem/cloud installation - Central authentication and role-based access control - Inventory workflows and reporting as the first production-ready ERP module - Helpdesk integration with ticketing, knowledge base, and live chat - API integrations between ERP, monitoring, and security events - Documentation covering architecture, setup, administration, and operational procedures - Hardening guidance and remediation support during VAPT validation The scope is substantial, so I recommend a phased delivery strategy with a stable MVP first, followed by incremental integrations and refinements. This reduces operational risk and accelerates time-to-production. I can also provide post-deployment stabilization support during the initial rollout period to ensure the environment is production-ready.
₹149,687.57 INR in 45 days
3.8
3.8

I have 15+ years of experience in DevOps, Linux, cloud, monitoring, automation, and security. I can build this EMS using ERPNext/Odoo + Zabbix + Wazuh, integrated through a unified portal with SSO/RBAC. Initial focus will be Inventory, NMS/SOC integration, helpdesk, knowledge base, and live chat, while keeping the architecture modular for future expansion. Deployment will be reproducible using Docker Compose/Ansible, with complete architecture, setup, API, admin/user documentation, security hardening, VAPT remediation, handover, and 2-week support. Estimated timeline: 10–14 weeks. Quick questions: Do you prefer ERPNext or Odoo? Do you need a completely custom unified UI? What network devices/protocols need monitoring? Rahul
₹150,000 INR in 7 days
3.7
3.7

< Hi - Abror here > "INTEGRATED EMS WITH NMS, SOC AND HELPDESK" — you need separate open-source systems to work as one manageable platform, starting with inventory. I’d keep the core services modular and containerized, using ERPNext/Odoo for inventory, Zabbix for monitoring, and Wazuh for security events, with the helpdesk exposed through one consistent interface. Docker Compose or Ansible would make the same environment reproducible on-prem or on a cloud VM, while documentation covers deployment, APIs, administration, and hand-off. Which stack do you prefer for the ERP layer: ERPNext or Odoo? Looking forward to working with you.
₹112,500 INR in 5 days
3.2
3.2

With my diverse range of skills, extensive experience in software architecture, and my ability to deliver successful projects from inception to completion, I am confident that I am the ideal candidate for your EMS project. Having built several scalable digital solutions including SaaS platforms and ERP systems, I understand the complexity and requirements involved. My familiarity with the open-source stacks you've mentioned such as ERPNext, Nagios, Zabbix, and ELK/Wazuh makes me well-positioned to design an integrated EMS codebase that aligns harmoniously with your distinct pillars: ERP workflows, NMS, SOC, and helpdesk. In addition to this, my proficiency in containerization and automated deployments will allow you to easily replicate the VMs or keep it on-premises without hassle. Comprehensive documentation through the entire development lifecycle is one of my signature strengths. From architecture diagrams to API references, you can rely on me to provide clear and easy-to-understand documents in English. Moreover, encompassing VAPT support, I will perform a detailed vulnerability assessment while leaving room for your security team's analysis if desired.
₹112,500 INR in 7 days
3.1
3.1

Hi, I can help build this EMS as a **unified, modular platform** rather than disconnected ERP, NMS, SOC, and helpdesk dashboards. My approach would combine a proven ERP foundation with Zabbix/Nagios, Wazuh/ELK, and a dedicated helpdesk layer through clean APIs. I’ll prioritize **Inventory Management** first while keeping the architecture modular for future ERP and operational modules. Docker/Ansible-based deployment will make the complete environment reproducible on-premise or on a cloud VM. I’ll also focus on centralized authentication, consistent UI/UX, secure service communication, logging, and maintainability. Documentation will cover architecture, deployment, administration, APIs, user workflows, and the final hand-off process. **I’d first review your preferred stack and requirements, then propose a realistic phased implementation plan and timeline.**
₹75,000 INR in 5 days
3.1
3.1

Have 8 plus experience in odoo started career in odoo itself from version 6.0 and worked till latest version that is 19.0. Have worked in almost all modules of odoo and is also odoo 15 certifiied as well. I am expert in odoo javascript side that is client side as well as admin side view customization. Have done many customization in POS, Websites, website like ecommerce, event management website, LMS website, Job portal website, and many more websites. Have done many customizations including sales, purchase, inventory, accounting, fleet, subscription, POS, manufacturing, website, ecommerce, event, eLearning, Social Media Marketing, CRM, Helpdesk, HRMS modules. Have very good knowledge in odoo deployment process in any server including docker as well as CICD process Have created many mobile apps using flutter so that android as well as ios application can be built can do this job very easily
₹112,500 INR in 7 days
2.9
2.9

Shirāli, India
Member since Aug 14, 2026
₹2000000-2600000 INR
₹12500-37500 INR
$30-250 USD
$10-30 USD
€250-750 EUR
$30-250 USD
₹750-1250 INR / hour
$15-25 USD / hour
€30-250 EUR
$250-750 USD
$750-1500 USD
$250-750 USD
₹1500-12500 INR
₹1500-12500 INR
₹750-1250 INR / hour
₹12500-37500 INR
$30-250 AUD
₹750-1250 INR / hour
$30-250 USD
₹3000-5000 INR