Salt icon
Salt icon

Salt

 44 likes

Salt is a powerful remote execution manager that can be used to administer and provision servers in a fast and efficient way.

Salt screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
4.7 / 5 Avg rating (3)
44 likes
3comments
0 news articles

Features

Suggest and vote on features

Properties

  1.  Lightweight

Features

  1.  Configuration Management
  2.  Server Management

Salt News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

  • POX added Server Management as a feature to Salt
    about 2 months ago
  • POX updated Salt
    about 2 months ago
  • Guest updated Salt
    about 2 months ago
  • App icon
    pkorsukov added Salt as alternative to Crossbill Seeder
    9 months ago
  • jdinkel reviewed Salt  
    9 months ago

    I tried out Salt, Puppet, and Ansible. Salt made a lot more sense to set up for me. It can do state management style like Puppet and task management style like Ansible and easily combine the two styles. After using it for a year, and now really trying hard to like Puppet and/or Ansible after the Broadcom purchase, I can't get over how much better Salt is... in pretty much every way. It's easier, lighter, scales better, as much if not more configuration capabilities... I think I could go on...

  • jdinkel added Lightweight as a feature to Salt
    9 months ago
  • jdinkel replied to a comment / review on Salt
    9 months ago
  • jdinkel and kaekazeh liked Salt
    9 months ago
Show all activities

Salt information

  • Developed by

    SaltStack
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Rating

    Average rating of 4.7
  • Alternatives

    40 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Office & Productivity

GitHub repository

  •  14,281 Stars
  •  5,496 Forks
  •  2898 Open Issues
  •   Updated Jan 16, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 3 comments and reviews about Salt, and it has gotten 44 likes

Salt was added to AlternativeTo by akoumjian on Apr 3, 2012 and this page was last updated Nov 28, 2024.

Comments and Reviews

   
 Post comment/review
Guest
  
Top positive commentSep 18, 2023

Easier to get started than Ansible, more scalable than Puppet. Since it uses pub-sub messaging to run tasks, offline systems will be brought up to date as soon as they are online unlike Ansible, but doesn't need to run an unnecessary scheduled task over and over like Puppet. Salt combines the best them all and then some. I'm so glad I gave it a shot. I'm using it to manage Linux servers and Windows desktops/laptops mostly.

1 reply
James

Updating offline systems isn't inherent to pub-sub, you do have to configure the minion to apply highstate on boot up (which is one line in a config file and easy to push out with Salt itself like any other config file management).

Reply written Apr 16, 2024

If this reply contains spam or other abuse, notify admins about it.
1
James
  
Positive commentApr 16, 2024

I tried out Salt, Puppet, and Ansible. Salt made a lot more sense to set up for me. It can do state management style like Puppet and task management style like Ansible and easily combine the two styles. After using it for a year, and now really trying hard to like Puppet and/or Ansible after the Broadcom purchase, I can't get over how much better Salt is... in pretty much every way. It's easier, lighter, scales better, as much if not more configuration capabilities... I think I could go on and on.

0
sceptiQ
  
Positive commentJun 7, 2019

hell of a beast! dont kill yourself!

-1

What is Salt?

Salt is a powerful remote execution manager that can be used to administer and provision servers in a fast and efficient way.

Salt allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality.

Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in.

Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management.

Official Links