# Jenkins Master-Slave setup1.<b> Install Matrix plugin on master node </b>2. Create new slave node on Master with appropriate configuration <br>`Manage Jenkins` -> `Manage Nodes` -> `New Node` -> Enter name and select Permanent Agent <br><b> Enter following configurations : </b><br>`Remote root directory` --> `/var/lib/jenkins`<br>`Labels` --> 'enter any name' <br>`Launch Method` --> `Launch agent via Java Web Start`<br> Now, save the configuration . <br>3. Go to `Manage Jenkins` -> Click on newly created node name. <br> Download `slave.jar` file from link on the page to the slave machine and place it in `/var/lib/jenkins` of slave machine. <br>