LinuxPatch Appliance
Last edited on 28 Oct 2024 • Generated on 15 Nov 2024
This page is automatically generated from the DigitalOcean Marketplace using content on the LinuxPatch Appliance catalog page.
LinuxPatch.com is an effective Linux server patch management tool that offers:
- Automated Patch Deployment: One-click deployment for seamless server updates across various distributions like Ubuntu and CentOS.
- Enhanced Security Features: AI-driven vulnerability assessments and health checks to identify and resolve potential security threats.
- Streamlined Compliance: Real-time CVE reporting to ensure system compliance and maintain server integrity.
- Cost-Effective Options: Free tier support for up to three servers, with scalable solutions for larger environments.
This platform optimizes Linux server management for improved security and efficiency.
Creating an App using the Control Panel
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
Creating an App using the API
In addition to creating a Droplet from the LinuxPatch Appliance 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB LinuxPatch Appliance Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "linuxpatchcom-linuxpatchapplia"}' \
"https://api.digitalocean.com/v2/droplets"
Getting Started After Deploying LinuxPatch Appliance
Installation Steps
- Connect to your newly-created Droplet
ssh root@your_droplet_public_ipv4
- Move to LinuxPatch folder
cd /apps/linuxpatch
- Prepare your Docker
./configure.sh
When done, you’ll be prompted with credentials to sign in.
-
Access the Web Interface: http://your_droplet_public_ipv4
-
Enable TLS (Optional)
- Edit
./data/.env
file to update TLS settings
- Place your certificates:
- Certificate:
./data/certs/server.crt
- Private Key:
./data/certs/server.key
-
First-Time Setup
- Log in to the dashboard
- Add your first server(s)
- Configure update schedules
Adding Servers
- From the dashboard, click “Add Server”
- Copy the provided installation command
- Run the command on your target server
- Verify connection in the dashboard
Next Steps
- Set up server groups for organized management
- Configure notification preferences
- Review the default update schedule
- Check the CVE reporting dashboard
Need Help?
Contact support at [email protected]
Supported Distributions
- Ubuntu 16.04+
- Debian 8+
- CentOS 7+
- Rocky Linux
- AlmaLinux
- RHEL
- Amazon Linux
- OpenSUSE
Remember: The free tier supports up to 3 servers, perfect for testing and small deployments!