D
D
dzhikaev2015-07-15 12:57:03
SSH
dzhikaev, 2015-07-15 12:57:03

How to manage 10 servers on Ubuntu through windows?

I have 10 servers on ubuntu 12.04
empty, just put it,
you need to go to them at the same time by ip 123.312.23.1 (for example, ip 10 since there are 10 servers) 22 (port) then
enter
root (username)
passdsd (password)
apt-get update
apt-get install xfce4
if it asks something - then Enter
apt-get install vnc4server
vncserver :1 -geometry 1024x768 -depth 16 -pixelformat rgb565
will ask for a password - you need to enter
vncserver -kill :1
reboot
then again
enter
vncserver :5 - geometry 1152x864 -depth 16 -pixelformat rgb323
apt-get install firefox
apt-get install gnome-schedule
all) how to do it on 10 servers at the same time?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Deerenaros, 2015-07-15
@Deerenaros

nncron + putty
We write a script on each server, we throw keys , we configure the scheduler (nncron).
PS Don't forget to raise the SSH daemon on the server and enable key-based authorization.

K
Konstantin, 2015-07-15
@fallen8rwtf

Install first a virtual machine with Linux, for example, Ubuntu. Install Terminator on Linux, a very handy terminal emulator. It has the ability to multiply terminal windows and enable command broadcasting, i.e. you enter a command in one console, and it is entered in all. All clicks are transmitted to all terminals simultaneously.
I think that's what you need. Ansible and various kinds of scripts will do, but you don’t need much knowledge here - the main thing is to know what you want to drive in)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question