Large-scale system management

0

1

I'm looking to upgrading a system that is becoming a bit cumbersome once I get over a few hundred PCs.

I've been googling this for a bit now, but I can't seem to find many options that do kiosk-lockdown, management, remote-desktop, file transfer other than signagelive and sitekiosk.

Are there any other technologies out there that I could leverage that I'm not finding?

Daniel

Posted 2014-01-21T00:13:37.637

Reputation: 430

Question was closed 2014-02-09T21:38:02.110

Shouldn't this go to ServerFault? – MariusMatutiae – 2014-01-21T15:18:29.423

Answers

2

You haven't specified what OS the PC's are running, but here are my favorite tools for both Windows and Linux

  • Puppet - Configuration Management
  • GoToAssist - Remote Login, file transfer
  • LogMeIn - Remote Login, file transfer
  • NoMachine - Remote Login, file transfer
  • Fog - Provisioning
  • Katelloo - Provisioning, Package Management,
  • Rundeck - Distributed orchestration
  • Serf - Distributed orchestration
  • MCollective - Distributed orchestration

If these machines are dumb kiosks, you may find doing a diskless 'thin pc' much easier to manage. Or reimage with fog on a regular basis (say every night)

Update1

Checkout boxstarter for windows pc's

https://boxstarter.codeplex.com/

spuder

Posted 2014-01-21T00:13:37.637

Reputation: 8 755

I'm using windows, but if the right tool can do all that in Linux, I'd consider saving on license fees – Daniel – 2014-01-21T23:01:25.763

also I should mention, this is more of a kiosk application, where a machine can be far away on an unknown network. SiteKiosk/Remote has had that advantage that as long as the ports are not blocked, vnc connection happened easily because all connections were outbound. – Daniel – 2014-01-22T04:25:15.200

1

There are several options, however it depends on your skill set and underlying willingness to support open source software.

If you are familiar with Linux then I would strongly suggest that you look into the Linux Terminal Server Project, plus using Puppet for deployment and ldap for user management as this would fit all of your requirements.

Plus as a side note, its very easy to launch this up using Raspberry Pis

Dwight Spencer

Posted 2014-01-21T00:13:37.637

Reputation: 366

There is a youtube vid on how to do this with Raspberry Pis at http://www.youtube.com/watch?v=xcq5rWEeDko

– Dwight Spencer – 2014-01-21T00:57:24.807