invis servers are servers for small and micro-enterprises based on openSUSE Linux. They offer comprehensive services in terms of office automation, network organization and data management - from DHCP to ERP. They are characterized by their ease of use and administration. The project aims to micro and small businesses, with the opportunity, administrative activities such as network integration of new PCs and printers without any IT-skills, as well as IT service providers to give a system for si
git clone https://github.com/invisserver/invis-setup.gitinvis-setup is a configuration tool for invis servers, which are purpose-built Linux appliances designed for small and micro-enterprises. The system provides comprehensive services including DHCP, office automation, network organization, and data management capabilities. Built on openSUSE Linux, invis servers are characterized by ease of use and administration, allowing business staff without IT expertise to handle network integration of PCs and printers independently. The project targets small businesses and IT service providers who need to deploy complete server appliances quickly without extensive technical overhead.
["1. **Define Your Requirements:** Replace [BUSINESS_NAME], [BUSINESS_SIZE], [INDUSTRY], [SPECIFIC_SERVICES], [NETWORK_COMPONENTS], [ADMIN_ROLE], and [COMMON_ISSUES] in the prompt template with your specific details. For example, a bakery might replace these with \"SweetBites Bakery\", \"10-employee\", \"retail\", \"inventory management and email\", \"3 POS terminals and 1 label printer\", \"bakery owner\", and \"POS terminals losing connection\".","2. **Copy-Paste the Prompt:** Paste the customized prompt into your AI assistant (e.g., Claude, ChatGPT) and generate the setup guide.","3. **Review the Output:** The AI will provide a step-by-step server configuration guide, including hardware recommendations, service setups (DHCP, file sharing, ERP), and troubleshooting tips. Verify the output matches your business needs.","4. **Implement the Guide:** Follow the AI-generated instructions to set up the invis server. Use the troubleshooting tips for common issues (e.g., printer connectivity, DHCP conflicts).","5. **Customize for Your Team:** Adjust permissions, user roles, and shared folders based on your team’s workflow. For example, restrict HR documents to only HR staff or grant warehouse staff read-only access to inventory files."]
Network integration of new PCs and printers without IT staff involvement
DHCP and office automation setup for small business environments
Server appliance deployment for micro-enterprises
Data management and network organization for small business operations
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/invisserver/invis-setupCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Set up an invis server for [BUSINESS_NAME], a [BUSINESS_SIZE] business in [INDUSTRY]. Configure the server to handle [SPECIFIC_SERVICES] such as DHCP, file sharing, and basic ERP integration. Ensure the setup includes [NETWORK_COMPONENTS] like printers, PCs, and mobile devices. Provide a step-by-step guide for [ADMIN_ROLE] to complete the setup without IT expertise. Include troubleshooting tips for common issues like [COMMON_ISSUES].
### invis Server Setup for "GreenLeaf Organic Farms" **Business Profile:** GreenLeaf Organic Farms is a 15-employee organic produce distributor in Portland, Oregon. They need a server to manage inventory, invoicing, and networked office equipment. **Server Configuration:** - **Hardware:** HP ProLiant MicroServer Gen10 Plus (4-core AMD CPU, 16GB RAM, 1TB SSD + 2TB HDD for storage) - **OS:** openSUSE Leap 15.5 (invis pre-installed) - **Services Enabled:** - DHCP for automatic IP assignment to 8 workstations and 2 warehouse scanners - Samba for file sharing (shared folders: `Inventory`, `Invoices`, `HR_Docs`) - Nextcloud for basic ERP (inventory tracking, invoicing, and employee document management) - CUPS for printer sharing (2 HP LaserJet Pro MFP M426fdw units) - Firewall rules pre-configured for small business use **Network Setup:** 1. **IP Range:** 192.168.1.0/24 (assigned via DHCP) 2. **Printers:** Both printers mapped to `\\192.168.1.100\Printer1` and `\\192.168.1.100\Printer2` 3. **Workstations:** All Windows 11 PCs auto-joined to domain `GREENLEAF.LOCAL` 4. **Mobile Devices:** 3 iPads and 2 Android tablets connected via Wi-Fi (SSID: `GreenLeaf_Guest` for visitors) **Admin Guide for "Sarah" (Office Manager):** **Step 1: Power Up and Initial Login** - Plug in the server and wait 5 minutes for it to boot. - On Sarah’s PC, open a browser and navigate to `http://invis-server.local:8080` (default admin interface). - Log in with username `admin` and password `TempPass123!` (change this immediately in *System > Users*). **Step 2: Configure DHCP and Network** - Go to *Network > DHCP Server* and verify the range `192.168.1.100-200`. - Under *Network > Interfaces*, ensure the server’s IP is `192.168.1.100` (static assignment). - **Tip:** If a device isn’t getting an IP, restart its network adapter or check for duplicate IPs using `arp -a` in Command Prompt. **Step 3: Set Up File Sharing (Samba)** - Navigate to *Services > Samba* and enable the service. - Create shared folders: - `Inventory` (read/write for all employees) - `Invoices` (read-only for sales team, read/write for accounting) - `HR_Docs` (read/write for HR only) - **Tip:** Use the *Permissions* tab to restrict access. For example, grant `Sales` group read/write to `Invoices` but deny `Warehouse` group. **Step 4: Deploy Nextcloud (ERP Lite)** - Go to *Services > Nextcloud* and click *Install*. - After installation, access `http://invis-server.local/nextcloud` and log in with `admin`/`TempPass123!`. - **Configure ERP Modules:** - **Inventory:** Upload a CSV of current stock (columns: `ItemID`, `Name`, `Quantity`, `Price`). - **Invoicing:** Set up templates for organic produce sales (e.g., "Weekly Order #123"). - **Users:** Add employees via *Users > Add User* (e.g., `[email protected]`, `[email protected]`). - **Tip:** Enable *Two-Factor Authentication* in *Security Settings* to protect sensitive data. **Step 5: Connect Printers** - Go to *Services > CUPS* and click *Add Printer*. - Select the printer model (HP LaserJet Pro M426fdw) and assign it to the default queue. - Share the printer via Samba: In *Samba > Shares*, add a share named `Printer1` with path `/var/spool/cups` and set permissions to `write list = @sales`. - **Tip:** If a printer isn’t printing, check the queue in *CUPS > Jobs* or restart the CUPS service via terminal (`sudo systemctl restart cups`). **Step 6: Test and Troubleshoot** - **Test File Access:** From a workstation, open `\\192.168.1.100\Inventory` and create a test file. - **Test ERP:** Log into Nextcloud from Sarah’s PC and verify inventory updates. - **Common Issues:** - **Printer not found:** Ensure the printer is on the same network and has a static IP (e.g., `192.168.1.50`). - **Slow file access:** Check disk usage in *System > Storage* and clear temporary files. - **Nextcloud login errors:** Reset the admin password via terminal (`sudo -u wwwrun php occ user:resetpassword admin`). **Next Steps:** - Schedule a weekly backup of the server (use *System > Backup* to export to an external drive). - Train employees on basic tasks like checking inventory in Nextcloud or printing via the shared queue. **Final Note:** The invis server is now fully operational! Sarah can manage the system without IT expertise, and GreenLeaf Organic Farms has a scalable foundation for future growth.
Automate your browser workflows effortlessly
Get more done every day with Microsoft Teams – powered by AI
Automate security compliance and monitor real-time security posture seamlessly.
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan