Print Servers for Linux

View 4 business solutions

Browse free open source Print Servers and projects for Linux below. Use the toggles on the left to filter open source Print Servers by OS, license, language, programming language, and project status.

  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Zenflow- The AI Workflow Engine for Software Devs Icon
    Zenflow- The AI Workflow Engine for Software Devs

    Parallel agents. Multi-agent orchestration. Specs that turn into shipped code. Zenflow automates planning, coding, testing, and verification.

    Zenflow is the AI workflow engine built for real teams. Parallel agents plan, code, test, and verify in one workflow. With spec-driven development and deep context, Zenflow turns requirements into production-ready output so teams ship faster and stay in flow.
    Try free now
  • 1
    OpenPrinting CUPS

    OpenPrinting CUPS

    OpenPrinting CUPS Sources

    OpenPrinting CUPS is the most current version of CUPS, a standards-based, open-source printing system for Linux® and other Unix®-like operating systems. CUPS supports printing to AirPrint™ and IPP Everywhere™ printers.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Those who have read past the "Malware" warning can be assured there is absolutely no malware in this OS or in the download. This warning comes from the "netcat" binary included in the download as a DOS time client. Unfortunately netcat has code that is flagged as malware. FREESCO, a NAT/firewall router/server based on Linux and runs on a single 1.44MB floppy. Freesco is very powerful and versatile and can connect multiple home or small office networks to most types of Internet connections including dialup.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 3
    CID

    CID

    Insert and manage Linux computers in AD

    CID (Closed In Directory) is a set of bash scripts for inserting and managing Linux computers in Active Directory domains. Modifications made to the system allow Linux to behave like a Windows computer within AD.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    Emulator print-server

    Emulator print-server

    This emulator designed to simulate a network print server

    This emulator (VBS script or Batch file) designed to simulate a network print server and is used to solve the problem of lack of drivers on the manufacturer's old (network, shared) printer under the new operating system on the remote machine. In particular - on the local machine c disable shared printer operating system Windows XP x32 and outdated iron on the remote - OS Windows 7/8/10 x64 and 64-bit drivers for non-existent, for example the printer out of production. Also, this solution allows you did not install the driver for a remote printer on your network and have any target OS when printing is performed by simply copying the desired document in PDF-format or printing any document format into a virtual PDF-printer on the network location of the machine with a working emulator print local server and an 'old' printer with 'old' OS.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    OpenPrinting provides a set of specifications and implementations of software focused on creating standardized, scalable printing components for Linux, Solaris, or any system with a set of POSIX interfaces.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    AVA SBS is a collaboration of Open-Source software designed to give small businesses a cost effective server solution with Enterprise capabilities. AVA-SBS gives business an easy to administrate Primary Domain Controller, Print Server, File Server, Email
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ELPS is a small linux distro aimed to became a dedicated network print server that fits in an 32MB flash disk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LInux REmote Printing Server. Whether for your Linux Home Server or a proffessional business, this is the perfect solution. With plugins for Windows and Linux, a Linux Server and a Web Interface, this is the solution to all of your network printing needs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LuckyPrinter imitates the behaviour of FPDF class, but instead of generating a pdf file, uses a TCP channel to interact with a printer server, wich prints directly to the local printer without asking for confirmation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • BoldTrail Real Estate CRM Icon
    BoldTrail Real Estate CRM

    A first-of-its-kind homeownership solution that puts YOU at the center of the coveted lifetime consumer relationship.

    BoldTrail, the #1 rated real estate platform, is built to power your entire brokerage with next-generation technology your agents will use and love. Showcase your unique brand with customizable websites for your company, offices, and every agent. Maximize lead capture with a modern, portal-like consumer search experience and intelligent behavior tracking. Hyper-local area pages, home valuation pages and options for rich lifestyle data keep customers searching with your brokerage as the local experts. The most robust lead gen tools on the market help your brokerage, teams & agents effectively drive new business - no matter their budget. Empower your agents to generate free leads instantly with our simple to use landing pages & IDX squeeze pages. Drive more leads with higher quality and lower cost through in-house tools built within the platform. Diversify lead sources with our automated social media posting, integrated Google and Facebook advertising, custom text codes and more.
    Learn More
  • 10

    NoLinuxDrivers printer server

    Printing on Linux with Windows drivers

    When Linux printer driver is missing , you can install Windows driver on Windows, and with this program you can access it from every Linux machine and you can have unlimited printers installed on one Windows computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A print server daemon that is able to handle several filetypes. It automatically converts input data into postscript or pdf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    QPS Quotas Printing System
    QPS (Quotas Printing System) is a package for a linux printing server. You can share many printers between a community and manage printing quotas (black and color). there is a web interface for simple user and for administrator and ldap connector.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Raspbian WebServer

    Raspbian WebServer

    Raspberry Web Server OS Raspbian Stretch / 9

    This Operating System is specially for Raspberry Web Server Administration. Note : After Login, don't forget to put this command for usefull your fulldisk sudo parted (parted) print (parted) resizepart Partition number? 2 End? 100% (parted) quit sudo resize2fs after finish For editing Swap Memory size : sudo nano /etc/dphys-swapfile change : CONF_SWAPSIZE=100 to : CONF_SWAPSIZE=1000 (for 1Gb swap memory) ctrl + x (for save) sudo reboot For make speed server Boot : wget zram.sh https://sourceforge.net/projects/raspbian-9-webserver/files/zram.sh sudo chmod +x zram.sh sudo ./zram.sh sudo sed -i 's#^exit 0$#sudo /home/pi/zram.sh#' /etc/rc.local; echo exit 0 | sudo tee -a /etc/rc.local Rasbian SSH: Username : pi Password : raspberry Webmin (Administrator Web Server): (https://localhost:10000) Username : pi Password : raspberry Phpmyadmin : (http://localhost/phpmyadmin) Username : root Password : raspberry
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Raspi - Home Server

    Un piccolo server domestico con il Raspberry

    Immagine per il Raspberry PI che implementa un server domestico per i seguenti servizi: NAS (collegando dischi USB alle porte del Raspberry) Print Server Media Server (DLNA) Scanner di rete (Permette l'accesso via rete ad uno scanner) Inoltre è installata l'interfaccia web RPI-Monitor che consente di visualizzare via web lo stato del dispositivo. Tramite interfaccia web è possibile gestire: Amministrazione del dispositivo (tramite WEBMIN) Stampanti (Tramite CUPS) Scanner (Tramite PHP Server Scanner) Accesso in ssh (tramite shell in a box) Caratteristica interessante è il fatto che è un server headless (quindi puo' essere operativo senza alcun monitor e tastiera). Anche la parte Wifi (SSID e Password) sono configurabili con un fiile di testo presente nella partizione di boot (che è in FAT32 e quindi modificabile anche da S.O. Windows). Una volta collegato alla rete il dispositivo è visibile tramite il nome raspberrypi.local (o raspberrypi)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ezPrintr

    "on-the-go" printing made easy

    Print to any printer, anywhere... Using ezprintr is as easy as 1, 2, 3... 1. Download and install the ezprintr print driver. 2. Identify the destination printer(s) using an email-like address book. 3. Print your documents, just like you already do, selecting the ezprintr printer. Your printed document will be encoded and sent directly to the print server for processing. It's that simple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    matterQ

    matterQ is a simple LPR 3D print server

    matterQ is a simple Raspberry Pi based 3D print server based on the lprng spooler and the austerusG serial gcode host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next