<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.24pin.tech/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ebrownthunder</id>
	<title>24PinTech Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.24pin.tech/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ebrownthunder"/>
	<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/view/Special:Contributions/Ebrownthunder"/>
	<updated>2026-05-08T14:08:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=FOG&amp;diff=1089</id>
		<title>FOG</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=FOG&amp;diff=1089"/>
		<updated>2020-03-11T18:33:20Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Initial Setup==&lt;br /&gt;
Format and install Ubuntu 17.04 on the computer that will be hosting the FOG Server (or whatever version of Linux you prefer). You can download it [https://www.ubuntu.com/download here].&lt;br /&gt;
&lt;br /&gt;
==Getting Things Ready==&lt;br /&gt;
Download FOG (it is recommended that you get the latest version from [https://fogproject.org/download here]).&lt;br /&gt;
&lt;br /&gt;
==Installing FOG==&lt;br /&gt;
Run these commands in the download directory ''(this requires an internet connection)'': &amp;lt;code&amp;gt;tar -xzvf FOG_FILENAME_HERE.tar.gz &amp;amp;&amp;amp; cd FOG_FILENAME_HERE/bin &amp;amp;&amp;amp; sudo ./install.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''TIP: After starting the install command &amp;lt;code&amp;gt;(sudo ./install.sh)&amp;lt;/code&amp;gt;, don’t cancel while the installation is in progress as some files will remain and may cause issues when trying to install later.''&lt;br /&gt;
&lt;br /&gt;
==Configuring Your FOG Installation==&lt;br /&gt;
The last command will initialize the install process, which is fairly straightforward. If you need help with the install process, or are using a different OS, visit the FOG wiki: [https://wiki.fogproject.org/wiki/index.php?title=Main_Page]. Some of the settings require you know the basics of your network setup, so it will vary depending on the network.&lt;br /&gt;
&lt;br /&gt;
More info on installation specifically can be found here: [https://wiki.fogproject.org/wiki/index.php?title=Installation FOG Official Install Guide]&lt;br /&gt;
&lt;br /&gt;
===Setting up FOG to be Used on Another Network===&lt;br /&gt;
&lt;br /&gt;
FOG when installing will automatically pull the network information from the network adapter you tell it that you would like to use. To configure FOG to be used on another network, during the start of the install your network adapter will need to be configured with the settings of the other network. It will seem wrong, as you will have no internet (or limited access) but it is the only way to trick FOG.&lt;br /&gt;
&lt;br /&gt;
Then once you reach the point to where you have configured all of your settings, it will show all of the settings and ask if you'd like to continue the installation with those settings. '''Before typing y to continue''' you must have internet access. So you must set your network adapter to work with your current network, as the rest of the install will be pulling necessary files and programs from the internet. '''Even if the dependencies are already installed''' you must have internet and follow all the way through the install, as it does internet connectivity tests and does not create all of the necessary FOG, MySQL, and database files until the very end.&lt;br /&gt;
&lt;br /&gt;
'''If you have installed before, and now want to move to a new network''' you need to remove the /opt/fog folder. Do so by running the command: &amp;lt;code&amp;gt;sudo rm -r /opt/fog&amp;lt;/code&amp;gt; this will remove the old installation configuration information, but will keep all important things like your images, just follow the directions for setting up FOG for another network if you want to set it up for a different network you are not on, or do the normal installation on the new network.&lt;br /&gt;
&lt;br /&gt;
==Access the FOG GUI==&lt;br /&gt;
This can be done by opening a browser tab on any computer on the same network by typing the IP of the FOG server and ending it with /fog.&lt;br /&gt;
There you can access the settings and manage images and accounts.&lt;br /&gt;
&lt;br /&gt;
For example: 10.21.25.4/fog&lt;br /&gt;
&lt;br /&gt;
==DHCP Setup==&lt;br /&gt;
In order for Fog to work correctly you will need to make some adjustments to the Scope Options in DHCP.  You will need to do two settings for both BIOS and UEFI machines using scope options 66 and 67.  I have included a picture of the scope settings on our server.&lt;br /&gt;
[[File:DHCP Scope Options Fog.png|left|thumb|520x520px]]&lt;br /&gt;
&lt;br /&gt;
Here are some helpful links from the Fog Wiki to assist you.&lt;br /&gt;
&lt;br /&gt;
[https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence BIOS and UEFI Co-Existence]&lt;br /&gt;
&lt;br /&gt;
[https://wiki.fogproject.org/wiki/index.php?title=Windows_DHCP_Server Windows DHCP Server]&lt;br /&gt;
&lt;br /&gt;
==PXE Booting Your Computer==&lt;br /&gt;
You will need to access the BIOS and turn on network boot if not already enabled, and enable legacy network boot if available for better compatibility. You may need to turn off the secure boot setting depending on the device.&lt;br /&gt;
&lt;br /&gt;
==Registering==&lt;br /&gt;
To register computers, you must PXE boot them into FOG, and it recommended that you use full host registration. Then follow the on screen steps to register your device. The registration process itself remains the same across all devices, but PXE booting will be different across devices.&lt;br /&gt;
&lt;br /&gt;
==Updating a FOG Imaging Server==&lt;br /&gt;
This will be a quick rundown of how to update a FOG imaging server, and how to fix some common issues you may run into while doing so.&lt;br /&gt;
This was written for the Linux version of FOG (specifically Ubuntu) it may be different on other Linux distros and is very different. If you are running a Windows version of FOG, at the time of writing that is not officially supported by FOG Project, so you are pretty much on your own for now.&lt;br /&gt;
&lt;br /&gt;
===The Initial Steps===&lt;br /&gt;
If you are updating to a newer FOG version, you need to download the appropriate fog_x.x.x.tar.gz file (if you are new to Linux tar.gz files are basically a .zip, .rar, or .7zip in Windows). You will the need to run this set of commands to unzip it and run the install script inside of it. If you have installed FOG before, this is the same process and doing an installation, just the install file uses your existing FOG server settings and only changes the files that it needs to (so don't worry it's not a total reinstall everything will still be there).&lt;br /&gt;
&lt;br /&gt;
[https://fogproject.org/download FOG Download]&lt;br /&gt;
&lt;br /&gt;
''(this requires an internet connection and must be run in the Downloads directory)'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;tar -xzvf fog_x.x.x.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd fog_x.x.x/bin&lt;br /&gt;
&lt;br /&gt;
sudo ./install.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The install.sh file as you can see must be run as sudo or root to be able to properly install, so you will need the password for that level of access if necessary.&lt;br /&gt;
&lt;br /&gt;
The script will run, and may ask you to confirm your current settings, and will update FOG and it's dependencies to the latest version accordingly. A restart of the host afterwards is recommended.&lt;br /&gt;
&lt;br /&gt;
More info on an initial install can be found here: [https://wiki.fogproject.org/wiki/index.php?title=Installation FOG Official Install Guide]&lt;br /&gt;
&lt;br /&gt;
===Kernel Updates===&lt;br /&gt;
After you update FOG you will need to update the kernel that fog uses for the bzimage and bzimage32. These files are what the computers and devices PXE booting from the server will use to boot, and the newer versions add compatibility for newer devices (such as ones with finicky UEFI BIOS'). To update the kernel you will need to open the FOG management console (either by localhost/fog on the host machine or by the IP address you set to it on another machine with /fog). You will then click on the wrench in the top right to get to the FOG Configuration page. On the right there is a kernel update link you need to click on. Then there will be a list of kernels available if your kernel is not up to date. You will need to install two kernels, both the latest version. The ones at the top will be the latest, so click download button (big green downward arrow) below the first kernel labeled x86_64. You can rename the kernel, but for most instances that is unnecessary so click next and it will update. Repeat this for a x64 kernel.&lt;br /&gt;
&lt;br /&gt;
More info on kernel updates can be found here: [https://wiki.fogproject.org/wiki/index.php?title=Kernel_Update Official FOG Kernel Update Guide]&lt;br /&gt;
&lt;br /&gt;
==Imaging Microsoft Surfaces (Surface Pro 2) with FOG==&lt;br /&gt;
Here are the details for making a FOG server work with Surface Pros and other devices that might be particular in the same way:&lt;br /&gt;
&lt;br /&gt;
===PXE Booting Your Surface Pro 2===&lt;br /&gt;
To PXE boot a microsoft surface you must first disable secure boot. This can be done by holding the volume up button and holding power, and releasing the power button when the Surface screen is displayed. Then click on the secure boot option and click disable then save and exit.&lt;br /&gt;
&lt;br /&gt;
To PXE boot the microsoft surface, you then hold down the volume down button and power at the same time. Once the Surface screen is displayed, release the power button. Then the PXE boot screen will come up. (make sure it is connected to a network via ethernet adapter before PXE booting)&lt;br /&gt;
&lt;br /&gt;
When the FOG menu pops up, you can capture an image to use for the rest of the surfaces.&lt;br /&gt;
&lt;br /&gt;
===More Information on Surfaces and Other Special Device Booting===&lt;br /&gt;
The IPXE protocol version used by microsoft surfaces is only supported by the latest versions of FOG. Version 1.4.4 (september 2017) is what was used for this, along with the surface pro 2 tablets, and this used a windows 8 Pro installation (as windows 10 is not natively supported by the original surfaces). FOG was installed on a small computer inside of the Ubuntu 17.04 OS. If you are going to use computers such as these (ones with UEFI or very custom BIOS') then you must use the latest version possible of FOG.&lt;br /&gt;
&lt;br /&gt;
If you have any errors with DHCP and UEFI, I recommend looking [https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence here].&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
Here are different solutions we have found to various FOG problems that you may encounter:&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;What if FOG is blocked?&amp;quot; (During Installation)===&lt;br /&gt;
If the download fails during the install process, check your proxy settings on your network or ask your network administrator if it is blocked. If so, have the admin allow access, use a VPN (with proper permission), or take it to another network.&lt;br /&gt;
&lt;br /&gt;
(If installed on another network, once it is moved to another network all IP settings for the server will need to be reconfigured. If it is installed on the same network it is being used on, then skip the next step)&lt;br /&gt;
&lt;br /&gt;
(only do this if installed on a different network than it will be used on, or if there are IP configuration errors.)&lt;br /&gt;
Look through all of the settings in the FOG server gui, and make sure all things that reference IP addresses are properly configured for your network. This varies by FOG version and type of install, so it is a tedious but necessary process. Then, you will need to edit the fog configuration file, which you can find by checking the wiki as it’s location varies by OS and FOG version. You will also need to edit the dhcpd.conf file and the network config settings of the Ubuntu operating system to have the correct IP config settings. (This may vary by Ubuntu version, or linux version, so check the wiki and the proper documentation for that OS).&lt;br /&gt;
&lt;br /&gt;
===TFTP Errors===&lt;br /&gt;
The error looks like this or something similar depending on configuration:&lt;br /&gt;
&lt;br /&gt;
[[File:ftp_put_error.jpg|550px]]&lt;br /&gt;
&lt;br /&gt;
If you get a tftp or ftp_put() error when trying to update the kernel, these are the solutions we've found:&lt;br /&gt;
&lt;br /&gt;
====Solution 1: Credentials====&lt;br /&gt;
There are a few different places where FOG uses credentials to manage different files using the fog user account. If the credentials mismatch in any of the places, some functionality will not work. In total there are four different places where those credentials should match (on a standard installation at least, if you need it different you know what you are doing and probably don't need this).&lt;br /&gt;
The places where credentials need to match can be found in these places:&lt;br /&gt;
&lt;br /&gt;
*Web Interface -&amp;gt; Storage Management -&amp;gt; [Your storage node] -&amp;gt; Management Username &amp;amp; Management Password&lt;br /&gt;
*Web Interface -&amp;gt; FOG Configuration -&amp;gt; FOG Settings -&amp;gt; TFTP Server -&amp;gt; FOG_TFTP_FTP_USERNAME &amp;amp; FOG_TFTP_FTP_PASSWORD&lt;br /&gt;
*The local 'fog' user's password on the Linux FOG server&lt;br /&gt;
*Server file: /opt/fog/.fogsettings -&amp;gt; username and password settings (For recent FOG Trunk versions only. 1.2.0 does not have this setting. 1.3.0 and newer versions at the time of writing will contain this.)&lt;br /&gt;
&lt;br /&gt;
The first two are easy to check, just use the FOG web interface using a web browser on the host or a machine on the same network.&lt;br /&gt;
&lt;br /&gt;
The fog user password can be changed by using the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo passwd fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The server file can be edited using vim in the Linux terminal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vi /opt/fog/.fogsettings&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(More info on vim or vi can be found [https://wiki.fogproject.org/wiki/index.php?title=Vi here].&lt;br /&gt;
&lt;br /&gt;
Official FOG documentation on this issue can be found [https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP#Credentials_.2F_Passwords here].&lt;br /&gt;
&lt;br /&gt;
====Solution 2: Use a Kernel Install Script====&lt;br /&gt;
If the first solution doesn't fix the problem, then this probably will. This solution is to manually install the kernel update through a script in the terminal, and as long as you have the correct permissions and a somewhat new version of Linux (CentOS 7+, Fedora 19+, RHEL 7+, Debian8+, and Ubuntu14+) this should work fine.&lt;br /&gt;
&lt;br /&gt;
This script will backup the old kernel versions you already have installed in case of emergency, and will update to the newest ones. It has comments within it to make it easy to understand exactly what each step does.&lt;br /&gt;
&amp;lt;code&amp;gt;#Delete previous backed up kernels &amp;amp; inits.&lt;br /&gt;
&lt;br /&gt;
rm -rf /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Make a directory to put old kernels &amp;amp; inits into.&lt;br /&gt;
&lt;br /&gt;
mkdir /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Move old inits, get new ones.&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/init.xz /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/inits/init.xz -O /var/www/html/fog/service/ipxe/init.xz&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/init_32.xz /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/inits/init_32.xz -O /var/www/html/fog/service/ipxe/init_32.xz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Move old kernels, get new ones.&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/bzImage /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/kernels/bzImage -O /var/www/html/fog/service/ipxe/bzImage&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/bzImage32 /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/kernels/bzImage32 -O /var/www/html/fog/service/ipxe/bzImage32&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Reset Ownership:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Fedora, CentOS, RHEL:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chown -R fog:apache /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Ubuntu, Debian:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chown -R fog:www-data /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Set permissions:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod -R 775 /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Script complete.&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;echo DONE!&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The official FOG documentation can be found [https://wiki.fogproject.org/wiki/index.php?title=Kernel_Update here] at the bottom of the page.&lt;br /&gt;
&lt;br /&gt;
===Multicast Not Working===&lt;br /&gt;
If after an update Multicast stops functioning, or you find it stops working at some point, this is what has worked in the past.&lt;br /&gt;
&lt;br /&gt;
''Please note this will not fix any and all Multicast problems, but it did fix our issue where it would open partclone and not start the cast itself, and it showed the error &amp;lt;code&amp;gt; This is not the master node&amp;lt;/code&amp;gt; in the logs for multicast''&lt;br /&gt;
&lt;br /&gt;
====Multicast Repair Step One====&lt;br /&gt;
This first step may seem scary, but it will not damage any of the FOG images or files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We are going to delete the directory /opt/fog&lt;br /&gt;
&amp;lt;code&amp;gt;sudo rm -r /opt/fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''(The -r is necessary to delete directories)''&lt;br /&gt;
&lt;br /&gt;
Then rerun the installer by downloading the version of FOG you were using (or the latest one available if you're not using it). Then try running a multicast and see if it works. If not, move on to step two.&lt;br /&gt;
&lt;br /&gt;
====Multicast Repair Step Two====&lt;br /&gt;
This step will require us to modify the MySQL tables by running some commands in the terminal. You should run &amp;lt;code&amp;gt;sudo su&amp;lt;/code&amp;gt; before running the script to make things easier.&lt;br /&gt;
&lt;br /&gt;
Below are the commands you will need to run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;mysql&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;use fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `multicastSessions` WHERE 1;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `multicastSessionsAssoc` WHERE 1;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `tasks` WHERE `taskTypeID` = 8;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;quit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will clear the MySQL tables. After this you will need to rerun the installer and everything should work fine from there.&lt;br /&gt;
&lt;br /&gt;
The official Multicast FOG Documentation can be found [https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_Downloading_-_Multicast Here].&lt;br /&gt;
&lt;br /&gt;
===For Issues You Can't Solve with This Page===&lt;br /&gt;
Check the [https://wiki.fogproject.org/wiki/index.php?title=Main_Page FOG Project Wiki] and the [https://forums.fogproject.org/ FOG Project Forums]. These pages should solve any other issues you have, and any issues you solve that aren't on here should be properly documented here to help future 24PinTechs.&lt;br /&gt;
&lt;br /&gt;
===The Sanders-Cure-All===&lt;br /&gt;
&lt;br /&gt;
If there is an issue with FOG that is not easily solvable, you can follow these steps and 9/10 times it will fix it. All of these steps are found in different solutions for other problems, but done in this order can solve many common problems that seemingly can't be explained. Trust me. I've tried.&lt;br /&gt;
&lt;br /&gt;
''When we run commands, they are run in the Linux terminal, and run them as sudo (that means do the command &amp;lt;code&amp;gt;sudo su&amp;lt;/code&amp;gt; before running them to make it easier, if it throws an error saying not to run as sudo, then open a new terminal and don't run the sudo command first.''&lt;br /&gt;
&lt;br /&gt;
====Step One====&lt;br /&gt;
&lt;br /&gt;
First we run the manual kernel update script, to ensure that all our kernels aren't broke and are the latest version:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Delete previous backed up kernels &amp;amp; inits.&lt;br /&gt;
&lt;br /&gt;
rm -rf /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Make a directory to put old kernels &amp;amp; inits into.&lt;br /&gt;
&lt;br /&gt;
mkdir /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Move old inits, get new ones.&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/init.xz /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/inits/init.xz -O /var/www/html/fog/service/ipxe/init.xz&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/init_32.xz /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/inits/init_32.xz -O /var/www/html/fog/service/ipxe/init_32.xz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Move old kernels, get new ones.&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/bzImage /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/kernels/bzImage -O /var/www/html/fog/service/ipxe/bzImage&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/bzImage32 /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/kernels/bzImage32 -O /var/www/html/fog/service/ipxe/bzImage32&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Reset Ownership:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Fedora, CentOS, RHEL:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chown -R fog:apache /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Ubuntu, Debian:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chown -R fog:www-data /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Set permissions:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod -R 775 /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Script complete.&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;echo DONE!&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Step Two====&lt;br /&gt;
&lt;br /&gt;
Now we delete everything that has to do with FOG from the MySQL server. Cause MySQL hates us so we fight fire with fire.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;mysql&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;use fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `multicastSessions` WHERE 1;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `multicastSessionsAssoc` WHERE 1;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `tasks` WHERE `taskTypeID` = 8;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;quit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Step Three====&lt;br /&gt;
&lt;br /&gt;
Now we need to delete most of the FOG files that are on the server, cause FOG itself hates us to. Don't worry, it's not you, it's them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo rm -r /opt/fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''(This doesn't delete any settings or images don't worry''&lt;br /&gt;
&lt;br /&gt;
====Step Four====&lt;br /&gt;
&lt;br /&gt;
Now we start to reinstall FOG, because a lot of it is no longer there. '''IF THERE IS A NEWER VERSION, THIS IS A GOOD TIME TO UPGRADE. IT'S ALREADY BROKEN, AND NEWER VERSIONS HAVE GOTTEN A LOT MORE STABLE PLEASE'''&lt;br /&gt;
&lt;br /&gt;
Download FOG (it is recommended that you get the latest version from [https://fogproject.org/download here]).&lt;br /&gt;
&lt;br /&gt;
If there isn't a new version and the FOG files are still in the downloads folder, then you can skip this step.&lt;br /&gt;
&lt;br /&gt;
====Step Five====&lt;br /&gt;
&lt;br /&gt;
Run these commands in the download directory ''(this requires an internet connection)'': &amp;lt;code&amp;gt;tar -xzvf FOG_FILENAME_HERE.tar.gz &amp;amp;&amp;amp; cd FOG_FILENAME_HERE/bin &amp;amp;&amp;amp; sudo ./install.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''TIP: After starting the install command &amp;lt;code&amp;gt;(sudo ./install.sh)&amp;lt;/code&amp;gt;, don’t cancel while the installation is in progress as some files will remain and may cause issues when trying to install later.''&lt;br /&gt;
&lt;br /&gt;
''PPS: It should find the old settings and try and pull some of the config. It might not. Verify all settings while running the installer.''&lt;br /&gt;
&lt;br /&gt;
====Step Six====&lt;br /&gt;
&lt;br /&gt;
Now FOG may have changed some passwords. Yeah, it can do that.&lt;br /&gt;
&lt;br /&gt;
There are a few different places where FOG uses credentials to manage different files using the fog user account. If the credentials mismatch in any of the places, some functionality will not work. In total there are four different places where those credentials should match (on a standard installation at least, if you need it different you know what you are doing and probably don't need this).&lt;br /&gt;
The places where credentials need to match can be found in these places:&lt;br /&gt;
&lt;br /&gt;
*Web Interface -&amp;gt; Storage Management -&amp;gt; [Your storage node] -&amp;gt; Management Username &amp;amp; Management Password&lt;br /&gt;
*Web Interface -&amp;gt; FOG Configuration -&amp;gt; FOG Settings -&amp;gt; TFTP Server -&amp;gt; FOG_TFTP_FTP_USERNAME &amp;amp; FOG_TFTP_FTP_PASSWORD&lt;br /&gt;
*The local 'fog' user's password on the Linux FOG server&lt;br /&gt;
*Server file: /opt/fog/.fogsettings -&amp;gt; username and password settings (For recent FOG Trunk versions only. 1.2.0 does not have this setting. 1.3.0 and newer versions at the time of writing will contain this.)&lt;br /&gt;
&lt;br /&gt;
The first two are easy to check, just use the FOG web interface using a web browser on the host or a machine on the same network.&lt;br /&gt;
&lt;br /&gt;
The fog user password can be changed by using the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo passwd fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The server file can be edited using vim in the Linux terminal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vi /opt/fog/.fogsettings&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(More info on vim or vi can be found [https://wiki.fogproject.org/wiki/index.php?title=Vi here].&lt;br /&gt;
&lt;br /&gt;
Official FOG documentation on this issue can be found [https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP#Credentials_.2F_Passwords here].&lt;br /&gt;
&lt;br /&gt;
'''''If you need to run as sudo and it says the password has already changed (like you can't run sudo) look at the .fogsettings file and it will contain the *new* password in plaintext. It is gonna be long and is gonna suck. If you are logged out and need to get back in, log in as guest or as another user, or boot off of a bootable linux live usb, and go to the file and take a picture of the password.'''''&lt;br /&gt;
&lt;br /&gt;
====Step Seven====&lt;br /&gt;
&lt;br /&gt;
The FOG Server may be fixed at this point, and if so yay! You're done. If it is still acting up there is more to do.&lt;br /&gt;
&lt;br /&gt;
Run steps two through six again and it should work, it usually is always good after a second try. If that doesn't work you'll have to do more than the cure-all, cause every time it's gone more than two it was a more in depth issue.&lt;br /&gt;
&lt;br /&gt;
==xRDP==&lt;br /&gt;
&lt;br /&gt;
This is a very useful tool that is currently installed on our FOG server. This allows for any Windows user to use remote desktop to remotely control the host Linux system with full GUI support. To connect just use the FOG IP, and when prompted type in the login.&lt;br /&gt;
&lt;br /&gt;
To learn more about xRDP, go to the wiki page: [[xRDP]]&lt;br /&gt;
&lt;br /&gt;
==FOGBANK SERVER==&lt;br /&gt;
the fogbank server is the server that runs our fog server for our classroom, this computer cannot be accessed via remote desktop, you need to go into the back in order to access the computer.&lt;br /&gt;
&lt;br /&gt;
*Processor: Intel Xeon CPU @2.80 CPU&lt;br /&gt;
*Memory: &lt;br /&gt;
*Storage: Samsung SSD 850 GB&lt;br /&gt;
*System:&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=FOG&amp;diff=1088</id>
		<title>FOG</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=FOG&amp;diff=1088"/>
		<updated>2020-03-11T18:23:58Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Initial Setup==&lt;br /&gt;
Format and install Ubuntu 17.04 on the computer that will be hosting the FOG Server (or whatever version of Linux you prefer). You can download it [https://www.ubuntu.com/download here].&lt;br /&gt;
&lt;br /&gt;
==Getting Things Ready==&lt;br /&gt;
Download FOG (it is recommended that you get the latest version from [https://fogproject.org/download here]).&lt;br /&gt;
&lt;br /&gt;
==Installing FOG==&lt;br /&gt;
Run these commands in the download directory ''(this requires an internet connection)'': &amp;lt;code&amp;gt;tar -xzvf FOG_FILENAME_HERE.tar.gz &amp;amp;&amp;amp; cd FOG_FILENAME_HERE/bin &amp;amp;&amp;amp; sudo ./install.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''TIP: After starting the install command &amp;lt;code&amp;gt;(sudo ./install.sh)&amp;lt;/code&amp;gt;, don’t cancel while the installation is in progress as some files will remain and may cause issues when trying to install later.''&lt;br /&gt;
&lt;br /&gt;
==Configuring Your FOG Installation==&lt;br /&gt;
The last command will initialize the install process, which is fairly straightforward. If you need help with the install process, or are using a different OS, visit the FOG wiki: [https://wiki.fogproject.org/wiki/index.php?title=Main_Page]. Some of the settings require you know the basics of your network setup, so it will vary depending on the network.&lt;br /&gt;
&lt;br /&gt;
More info on installation specifically can be found here: [https://wiki.fogproject.org/wiki/index.php?title=Installation FOG Official Install Guide]&lt;br /&gt;
&lt;br /&gt;
===Setting up FOG to be Used on Another Network===&lt;br /&gt;
&lt;br /&gt;
FOG when installing will automatically pull the network information from the network adapter you tell it that you would like to use. To configure FOG to be used on another network, during the start of the install your network adapter will need to be configured with the settings of the other network. It will seem wrong, as you will have no internet (or limited access) but it is the only way to trick FOG.&lt;br /&gt;
&lt;br /&gt;
Then once you reach the point to where you have configured all of your settings, it will show all of the settings and ask if you'd like to continue the installation with those settings. '''Before typing y to continue''' you must have internet access. So you must set your network adapter to work with your current network, as the rest of the install will be pulling necessary files and programs from the internet. '''Even if the dependencies are already installed''' you must have internet and follow all the way through the install, as it does internet connectivity tests and does not create all of the necessary FOG, MySQL, and database files until the very end.&lt;br /&gt;
&lt;br /&gt;
'''If you have installed before, and now want to move to a new network''' you need to remove the /opt/fog folder. Do so by running the command: &amp;lt;code&amp;gt;sudo rm -r /opt/fog&amp;lt;/code&amp;gt; this will remove the old installation configuration information, but will keep all important things like your images, just follow the directions for setting up FOG for another network if you want to set it up for a different network you are not on, or do the normal installation on the new network.&lt;br /&gt;
&lt;br /&gt;
==Access the FOG GUI==&lt;br /&gt;
This can be done by opening a browser tab on any computer on the same network by typing the IP of the FOG server and ending it with /fog.&lt;br /&gt;
There you can access the settings and manage images and accounts.&lt;br /&gt;
&lt;br /&gt;
For example: 10.21.25.4/fog&lt;br /&gt;
&lt;br /&gt;
==DHCP Setup==&lt;br /&gt;
In order for Fog to work correctly you will need to make some adjustments to the Scope Options in DHCP.  You will need to do two settings for both BIOS and UEFI machines using scope options 66 and 67.  I have included a picture of the scope settings on our server.&lt;br /&gt;
[[File:DHCP Scope Options Fog.png|left|thumb|520x520px]]&lt;br /&gt;
&lt;br /&gt;
Here are some helpful links from the Fog Wiki to assist you.&lt;br /&gt;
&lt;br /&gt;
[https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence BIOS and UEFI Co-Existence]&lt;br /&gt;
&lt;br /&gt;
[https://wiki.fogproject.org/wiki/index.php?title=Windows_DHCP_Server Windows DHCP Server]&lt;br /&gt;
&lt;br /&gt;
==PXE Booting Your Computer==&lt;br /&gt;
You will need to access the BIOS and turn on network boot if not already enabled, and enable legacy network boot if available for better compatibility. You may need to turn off the secure boot setting depending on the device.&lt;br /&gt;
&lt;br /&gt;
==Registering==&lt;br /&gt;
To register computers, you must PXE boot them into FOG, and it recommended that you use full host registration. Then follow the on screen steps to register your device. The registration process itself remains the same across all devices, but PXE booting will be different across devices.&lt;br /&gt;
&lt;br /&gt;
==Updating a FOG Imaging Server==&lt;br /&gt;
This will be a quick rundown of how to update a FOG imaging server, and how to fix some common issues you may run into while doing so.&lt;br /&gt;
This was written for the Linux version of FOG (specifically Ubuntu) it may be different on other Linux distros and is very different. If you are running a Windows version of FOG, at the time of writing that is not officially supported by FOG Project, so you are pretty much on your own for now.&lt;br /&gt;
&lt;br /&gt;
===The Initial Steps===&lt;br /&gt;
If you are updating to a newer FOG version, you need to download the appropriate fog_x.x.x.tar.gz file (if you are new to Linux tar.gz files are basically a .zip, .rar, or .7zip in Windows). You will the need to run this set of commands to unzip it and run the install script inside of it. If you have installed FOG before, this is the same process and doing an installation, just the install file uses your existing FOG server settings and only changes the files that it needs to (so don't worry it's not a total reinstall everything will still be there).&lt;br /&gt;
&lt;br /&gt;
[https://fogproject.org/download FOG Download]&lt;br /&gt;
&lt;br /&gt;
''(this requires an internet connection and must be run in the Downloads directory)'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;tar -xzvf fog_x.x.x.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd fog_x.x.x/bin&lt;br /&gt;
&lt;br /&gt;
sudo ./install.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The install.sh file as you can see must be run as sudo or root to be able to properly install, so you will need the password for that level of access if necessary.&lt;br /&gt;
&lt;br /&gt;
The script will run, and may ask you to confirm your current settings, and will update FOG and it's dependencies to the latest version accordingly. A restart of the host afterwards is recommended.&lt;br /&gt;
&lt;br /&gt;
More info on an initial install can be found here: [https://wiki.fogproject.org/wiki/index.php?title=Installation FOG Official Install Guide]&lt;br /&gt;
&lt;br /&gt;
===Kernel Updates===&lt;br /&gt;
After you update FOG you will need to update the kernel that fog uses for the bzimage and bzimage32. These files are what the computers and devices PXE booting from the server will use to boot, and the newer versions add compatibility for newer devices (such as ones with finicky UEFI BIOS'). To update the kernel you will need to open the FOG management console (either by localhost/fog on the host machine or by the IP address you set to it on another machine with /fog). You will then click on the wrench in the top right to get to the FOG Configuration page. On the right there is a kernel update link you need to click on. Then there will be a list of kernels available if your kernel is not up to date. You will need to install two kernels, both the latest version. The ones at the top will be the latest, so click download button (big green downward arrow) below the first kernel labeled x86_64. You can rename the kernel, but for most instances that is unnecessary so click next and it will update. Repeat this for a x64 kernel.&lt;br /&gt;
&lt;br /&gt;
More info on kernel updates can be found here: [https://wiki.fogproject.org/wiki/index.php?title=Kernel_Update Official FOG Kernel Update Guide]&lt;br /&gt;
&lt;br /&gt;
==Imaging Microsoft Surfaces (Surface Pro 2) with FOG==&lt;br /&gt;
Here are the details for making a FOG server work with Surface Pros and other devices that might be particular in the same way:&lt;br /&gt;
&lt;br /&gt;
===PXE Booting Your Surface Pro 2===&lt;br /&gt;
To PXE boot a microsoft surface you must first disable secure boot. This can be done by holding the volume up button and holding power, and releasing the power button when the Surface screen is displayed. Then click on the secure boot option and click disable then save and exit.&lt;br /&gt;
&lt;br /&gt;
To PXE boot the microsoft surface, you then hold down the volume down button and power at the same time. Once the Surface screen is displayed, release the power button. Then the PXE boot screen will come up. (make sure it is connected to a network via ethernet adapter before PXE booting)&lt;br /&gt;
&lt;br /&gt;
When the FOG menu pops up, you can capture an image to use for the rest of the surfaces.&lt;br /&gt;
&lt;br /&gt;
===More Information on Surfaces and Other Special Device Booting===&lt;br /&gt;
The IPXE protocol version used by microsoft surfaces is only supported by the latest versions of FOG. Version 1.4.4 (september 2017) is what was used for this, along with the surface pro 2 tablets, and this used a windows 8 Pro installation (as windows 10 is not natively supported by the original surfaces). FOG was installed on a small computer inside of the Ubuntu 17.04 OS. If you are going to use computers such as these (ones with UEFI or very custom BIOS') then you must use the latest version possible of FOG.&lt;br /&gt;
&lt;br /&gt;
If you have any errors with DHCP and UEFI, I recommend looking [https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence here].&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
Here are different solutions we have found to various FOG problems that you may encounter:&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;What if FOG is blocked?&amp;quot; (During Installation)===&lt;br /&gt;
If the download fails during the install process, check your proxy settings on your network or ask your network administrator if it is blocked. If so, have the admin allow access, use a VPN (with proper permission), or take it to another network.&lt;br /&gt;
&lt;br /&gt;
(If installed on another network, once it is moved to another network all IP settings for the server will need to be reconfigured. If it is installed on the same network it is being used on, then skip the next step)&lt;br /&gt;
&lt;br /&gt;
(only do this if installed on a different network than it will be used on, or if there are IP configuration errors.)&lt;br /&gt;
Look through all of the settings in the FOG server gui, and make sure all things that reference IP addresses are properly configured for your network. This varies by FOG version and type of install, so it is a tedious but necessary process. Then, you will need to edit the fog configuration file, which you can find by checking the wiki as it’s location varies by OS and FOG version. You will also need to edit the dhcpd.conf file and the network config settings of the Ubuntu operating system to have the correct IP config settings. (This may vary by Ubuntu version, or linux version, so check the wiki and the proper documentation for that OS).&lt;br /&gt;
&lt;br /&gt;
===TFTP Errors===&lt;br /&gt;
The error looks like this or something similar depending on configuration:&lt;br /&gt;
&lt;br /&gt;
[[File:ftp_put_error.jpg|550px]]&lt;br /&gt;
&lt;br /&gt;
If you get a tftp or ftp_put() error when trying to update the kernel, these are the solutions we've found:&lt;br /&gt;
&lt;br /&gt;
====Solution 1: Credentials====&lt;br /&gt;
There are a few different places where FOG uses credentials to manage different files using the fog user account. If the credentials mismatch in any of the places, some functionality will not work. In total there are four different places where those credentials should match (on a standard installation at least, if you need it different you know what you are doing and probably don't need this).&lt;br /&gt;
The places where credentials need to match can be found in these places:&lt;br /&gt;
&lt;br /&gt;
*Web Interface -&amp;gt; Storage Management -&amp;gt; [Your storage node] -&amp;gt; Management Username &amp;amp; Management Password&lt;br /&gt;
*Web Interface -&amp;gt; FOG Configuration -&amp;gt; FOG Settings -&amp;gt; TFTP Server -&amp;gt; FOG_TFTP_FTP_USERNAME &amp;amp; FOG_TFTP_FTP_PASSWORD&lt;br /&gt;
*The local 'fog' user's password on the Linux FOG server&lt;br /&gt;
*Server file: /opt/fog/.fogsettings -&amp;gt; username and password settings (For recent FOG Trunk versions only. 1.2.0 does not have this setting. 1.3.0 and newer versions at the time of writing will contain this.)&lt;br /&gt;
&lt;br /&gt;
The first two are easy to check, just use the FOG web interface using a web browser on the host or a machine on the same network.&lt;br /&gt;
&lt;br /&gt;
The fog user password can be changed by using the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo passwd fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The server file can be edited using vim in the Linux terminal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vi /opt/fog/.fogsettings&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(More info on vim or vi can be found [https://wiki.fogproject.org/wiki/index.php?title=Vi here].&lt;br /&gt;
&lt;br /&gt;
Official FOG documentation on this issue can be found [https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP#Credentials_.2F_Passwords here].&lt;br /&gt;
&lt;br /&gt;
====Solution 2: Use a Kernel Install Script====&lt;br /&gt;
If the first solution doesn't fix the problem, then this probably will. This solution is to manually install the kernel update through a script in the terminal, and as long as you have the correct permissions and a somewhat new version of Linux (CentOS 7+, Fedora 19+, RHEL 7+, Debian8+, and Ubuntu14+) this should work fine.&lt;br /&gt;
&lt;br /&gt;
This script will backup the old kernel versions you already have installed in case of emergency, and will update to the newest ones. It has comments within it to make it easy to understand exactly what each step does.&lt;br /&gt;
&amp;lt;code&amp;gt;#Delete previous backed up kernels &amp;amp; inits.&lt;br /&gt;
&lt;br /&gt;
rm -rf /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Make a directory to put old kernels &amp;amp; inits into.&lt;br /&gt;
&lt;br /&gt;
mkdir /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Move old inits, get new ones.&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/init.xz /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/inits/init.xz -O /var/www/html/fog/service/ipxe/init.xz&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/init_32.xz /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/inits/init_32.xz -O /var/www/html/fog/service/ipxe/init_32.xz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Move old kernels, get new ones.&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/bzImage /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/kernels/bzImage -O /var/www/html/fog/service/ipxe/bzImage&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/bzImage32 /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/kernels/bzImage32 -O /var/www/html/fog/service/ipxe/bzImage32&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Reset Ownership:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Fedora, CentOS, RHEL:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chown -R fog:apache /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Ubuntu, Debian:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chown -R fog:www-data /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Set permissions:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod -R 775 /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Script complete.&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;echo DONE!&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The official FOG documentation can be found [https://wiki.fogproject.org/wiki/index.php?title=Kernel_Update here] at the bottom of the page.&lt;br /&gt;
&lt;br /&gt;
===Multicast Not Working===&lt;br /&gt;
If after an update Multicast stops functioning, or you find it stops working at some point, this is what has worked in the past.&lt;br /&gt;
&lt;br /&gt;
''Please note this will not fix any and all Multicast problems, but it did fix our issue where it would open partclone and not start the cast itself, and it showed the error &amp;lt;code&amp;gt; This is not the master node&amp;lt;/code&amp;gt; in the logs for multicast''&lt;br /&gt;
&lt;br /&gt;
====Multicast Repair Step One====&lt;br /&gt;
This first step may seem scary, but it will not damage any of the FOG images or files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We are going to delete the directory /opt/fog&lt;br /&gt;
&amp;lt;code&amp;gt;sudo rm -r /opt/fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''(The -r is necessary to delete directories)''&lt;br /&gt;
&lt;br /&gt;
Then rerun the installer by downloading the version of FOG you were using (or the latest one available if you're not using it). Then try running a multicast and see if it works. If not, move on to step two.&lt;br /&gt;
&lt;br /&gt;
====Multicast Repair Step Two====&lt;br /&gt;
This step will require us to modify the MySQL tables by running some commands in the terminal. You should run &amp;lt;code&amp;gt;sudo su&amp;lt;/code&amp;gt; before running the script to make things easier.&lt;br /&gt;
&lt;br /&gt;
Below are the commands you will need to run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;mysql&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;use fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `multicastSessions` WHERE 1;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `multicastSessionsAssoc` WHERE 1;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `tasks` WHERE `taskTypeID` = 8;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;quit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will clear the MySQL tables. After this you will need to rerun the installer and everything should work fine from there.&lt;br /&gt;
&lt;br /&gt;
The official Multicast FOG Documentation can be found [https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_Downloading_-_Multicast Here].&lt;br /&gt;
&lt;br /&gt;
===For Issues You Can't Solve with This Page===&lt;br /&gt;
Check the [https://wiki.fogproject.org/wiki/index.php?title=Main_Page FOG Project Wiki] and the [https://forums.fogproject.org/ FOG Project Forums]. These pages should solve any other issues you have, and any issues you solve that aren't on here should be properly documented here to help future 24PinTechs.&lt;br /&gt;
&lt;br /&gt;
===The Sanders-Cure-All===&lt;br /&gt;
&lt;br /&gt;
If there is an issue with FOG that is not easily solvable, you can follow these steps and 9/10 times it will fix it. All of these steps are found in different solutions for other problems, but done in this order can solve many common problems that seemingly can't be explained. Trust me. I've tried.&lt;br /&gt;
&lt;br /&gt;
''When we run commands, they are run in the Linux terminal, and run them as sudo (that means do the command &amp;lt;code&amp;gt;sudo su&amp;lt;/code&amp;gt; before running them to make it easier, if it throws an error saying not to run as sudo, then open a new terminal and don't run the sudo command first.''&lt;br /&gt;
&lt;br /&gt;
====Step One====&lt;br /&gt;
&lt;br /&gt;
First we run the manual kernel update script, to ensure that all our kernels aren't broke and are the latest version:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Delete previous backed up kernels &amp;amp; inits.&lt;br /&gt;
&lt;br /&gt;
rm -rf /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Make a directory to put old kernels &amp;amp; inits into.&lt;br /&gt;
&lt;br /&gt;
mkdir /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Move old inits, get new ones.&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/init.xz /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/inits/init.xz -O /var/www/html/fog/service/ipxe/init.xz&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/init_32.xz /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/inits/init_32.xz -O /var/www/html/fog/service/ipxe/init_32.xz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
​#Move old kernels, get new ones.&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/bzImage /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/kernels/bzImage -O /var/www/html/fog/service/ipxe/bzImage&lt;br /&gt;
&lt;br /&gt;
mv /var/www/html/fog/service/ipxe/bzImage32 /var/www/html/fog/service/ipxe/old&lt;br /&gt;
&lt;br /&gt;
wget https://fogproject.org/kernels/bzImage32 -O /var/www/html/fog/service/ipxe/bzImage32&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Reset Ownership:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Fedora, CentOS, RHEL:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chown -R fog:apache /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Ubuntu, Debian:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chown -R fog:www-data /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Set permissions:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod -R 775 /var/www/html/fog/service/ipxe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#Script complete.&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;echo DONE!&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Step Two====&lt;br /&gt;
&lt;br /&gt;
Now we delete everything that has to do with FOG from the MySQL server. Cause MySQL hates us so we fight fire with fire.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;mysql&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;use fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `multicastSessions` WHERE 1;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `multicastSessionsAssoc` WHERE 1;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DELETE FROM `tasks` WHERE `taskTypeID` = 8;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;quit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Step Three====&lt;br /&gt;
&lt;br /&gt;
Now we need to delete most of the FOG files that are on the server, cause FOG itself hates us to. Don't worry, it's not you, it's them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo rm -r /opt/fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''(This doesn't delete any settings or images don't worry''&lt;br /&gt;
&lt;br /&gt;
====Step Four====&lt;br /&gt;
&lt;br /&gt;
Now we start to reinstall FOG, because a lot of it is no longer there. '''IF THERE IS A NEWER VERSION, THIS IS A GOOD TIME TO UPGRADE. IT'S ALREADY BROKEN, AND NEWER VERSIONS HAVE GOTTEN A LOT MORE STABLE PLEASE'''&lt;br /&gt;
&lt;br /&gt;
Download FOG (it is recommended that you get the latest version from [https://fogproject.org/download here]).&lt;br /&gt;
&lt;br /&gt;
If there isn't a new version and the FOG files are still in the downloads folder, then you can skip this step.&lt;br /&gt;
&lt;br /&gt;
====Step Five====&lt;br /&gt;
&lt;br /&gt;
Run these commands in the download directory ''(this requires an internet connection)'': &amp;lt;code&amp;gt;tar -xzvf FOG_FILENAME_HERE.tar.gz &amp;amp;&amp;amp; cd FOG_FILENAME_HERE/bin &amp;amp;&amp;amp; sudo ./install.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''TIP: After starting the install command &amp;lt;code&amp;gt;(sudo ./install.sh)&amp;lt;/code&amp;gt;, don’t cancel while the installation is in progress as some files will remain and may cause issues when trying to install later.''&lt;br /&gt;
&lt;br /&gt;
''PPS: It should find the old settings and try and pull some of the config. It might not. Verify all settings while running the installer.''&lt;br /&gt;
&lt;br /&gt;
====Step Six====&lt;br /&gt;
&lt;br /&gt;
Now FOG may have changed some passwords. Yeah, it can do that.&lt;br /&gt;
&lt;br /&gt;
There are a few different places where FOG uses credentials to manage different files using the fog user account. If the credentials mismatch in any of the places, some functionality will not work. In total there are four different places where those credentials should match (on a standard installation at least, if you need it different you know what you are doing and probably don't need this).&lt;br /&gt;
The places where credentials need to match can be found in these places:&lt;br /&gt;
&lt;br /&gt;
*Web Interface -&amp;gt; Storage Management -&amp;gt; [Your storage node] -&amp;gt; Management Username &amp;amp; Management Password&lt;br /&gt;
*Web Interface -&amp;gt; FOG Configuration -&amp;gt; FOG Settings -&amp;gt; TFTP Server -&amp;gt; FOG_TFTP_FTP_USERNAME &amp;amp; FOG_TFTP_FTP_PASSWORD&lt;br /&gt;
*The local 'fog' user's password on the Linux FOG server&lt;br /&gt;
*Server file: /opt/fog/.fogsettings -&amp;gt; username and password settings (For recent FOG Trunk versions only. 1.2.0 does not have this setting. 1.3.0 and newer versions at the time of writing will contain this.)&lt;br /&gt;
&lt;br /&gt;
The first two are easy to check, just use the FOG web interface using a web browser on the host or a machine on the same network.&lt;br /&gt;
&lt;br /&gt;
The fog user password can be changed by using the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo passwd fog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The server file can be edited using vim in the Linux terminal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;vi /opt/fog/.fogsettings&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(More info on vim or vi can be found [https://wiki.fogproject.org/wiki/index.php?title=Vi here].&lt;br /&gt;
&lt;br /&gt;
Official FOG documentation on this issue can be found [https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP#Credentials_.2F_Passwords here].&lt;br /&gt;
&lt;br /&gt;
'''''If you need to run as sudo and it says the password has already changed (like you can't run sudo) look at the .fogsettings file and it will contain the *new* password in plaintext. It is gonna be long and is gonna suck. If you are logged out and need to get back in, log in as guest or as another user, or boot off of a bootable linux live usb, and go to the file and take a picture of the password.'''''&lt;br /&gt;
&lt;br /&gt;
====Step Seven====&lt;br /&gt;
&lt;br /&gt;
The FOG Server may be fixed at this point, and if so yay! You're done. If it is still acting up there is more to do.&lt;br /&gt;
&lt;br /&gt;
Run steps two through six again and it should work, it usually is always good after a second try. If that doesn't work you'll have to do more than the cure-all, cause every time it's gone more than two it was a more in depth issue.&lt;br /&gt;
&lt;br /&gt;
==xRDP==&lt;br /&gt;
&lt;br /&gt;
This is a very useful tool that is currently installed on our FOG server. This allows for any Windows user to use remote desktop to remotely control the host Linux system with full GUI support. To connect just use the FOG IP, and when prompted type in the login.&lt;br /&gt;
&lt;br /&gt;
To learn more about xRDP, go to the wiki page: [[xRDP]]&lt;br /&gt;
&lt;br /&gt;
== FOGBANK SERVER ==&lt;br /&gt;
the fogbank server is the server that runs our fog server for our classroom, this computer cannot be accessed via remote desktop, you need to go into the back in order to access the computer.&lt;br /&gt;
&lt;br /&gt;
* Processor:&lt;br /&gt;
* Memory:&lt;br /&gt;
* Storage:&lt;br /&gt;
* System:&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Freyr&amp;diff=1087</id>
		<title>Freyr</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Freyr&amp;diff=1087"/>
		<updated>2020-03-10T19:53:04Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Overview==&lt;br /&gt;
Freyr (10.21.25.5) is a backup server for Logan. It primarily functions as a backup for [[Logan]] which is our print server, BDC (backup domain controller), host our DHCP/DNS backups and is our LEMP (NGINX) server.&lt;br /&gt;
&lt;br /&gt;
==System Information==&lt;br /&gt;
&lt;br /&gt;
*Processor: Intel Xeon E5620 @2.40 GHz (16CPUs)&lt;br /&gt;
*Memory: 48.0 GB DDR3&lt;br /&gt;
*Storage: HP LOGICAL VOLUME SCSI Disk&lt;br /&gt;
*System Model: ProLiant DL 360G7&lt;br /&gt;
&lt;br /&gt;
==Services==&lt;br /&gt;
&lt;br /&gt;
* Hyper-V Manager&lt;br /&gt;
* NGINX&lt;br /&gt;
* DHCP (Backup)&lt;br /&gt;
* DNS(Backup)&lt;br /&gt;
&lt;br /&gt;
== Programs ==&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Freyr&amp;diff=1084</id>
		<title>Freyr</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Freyr&amp;diff=1084"/>
		<updated>2020-02-27T05:03:25Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Overview==&lt;br /&gt;
Freyr (10.21.25.5) is a backup server for Logan. It primarily functions as a backup for [[Logan]] which is our print server, BDC (backup domain controller), host our DHCP/DNS backups and is our LEMP (NGINX) server.&lt;br /&gt;
&lt;br /&gt;
= System Information =&lt;br /&gt;
&lt;br /&gt;
* Processor: Intel Xeon E5620 @2.40 GHz (16CPUs)&lt;br /&gt;
* Memory: 48.0 GB DDR3&lt;br /&gt;
* Storage: HP LOGICAL VOLUME SCSI Disk&lt;br /&gt;
* System Model: ProLiant DL 360G7&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=SURTR&amp;diff=1083</id>
		<title>SURTR</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=SURTR&amp;diff=1083"/>
		<updated>2020-02-27T05:01:58Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= System Information =&lt;br /&gt;
&lt;br /&gt;
* Processor: Intel Core i7 - 3960X @ 3.30GHz (12CPUs)&lt;br /&gt;
* Memory: 32.0 GB DDR3&lt;br /&gt;
* Storage ST1000DMC03-1ER162&lt;br /&gt;
* System Model: N/A&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=MACmini_Servers&amp;diff=1081</id>
		<title>MACmini Servers</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=MACmini_Servers&amp;diff=1081"/>
		<updated>2020-02-27T03:46:03Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
The MACmini Server is used to manage all of the macs that around the 100 building in other classrooms, you are able to monitor each of the macs from the MACmini server and access them if needed. There is another MACmini server known as MACmini Backup, which as its name suggests is the backup to the MACmini. Backups and will save continuously just in case the MACmini does malfunction. &lt;br /&gt;
&lt;br /&gt;
= System Information =&lt;br /&gt;
MACmini&lt;br /&gt;
&lt;br /&gt;
* Processor: Intel Core 2 Duo @2.66 GHz&lt;br /&gt;
* Memory: 8.00 GB &lt;br /&gt;
* Storage 2 x 500GB SATA Disk&lt;br /&gt;
* System Model: MACmini server (mid 2010)&lt;br /&gt;
&lt;br /&gt;
MACmini Backup &lt;br /&gt;
&lt;br /&gt;
* Processor: Quad-Core Intel Xeon @ 2 x 2.20GHz&lt;br /&gt;
* Memory: 6GB 1066 MHz DDR3 ECC&lt;br /&gt;
* Storage: 2 x 500.00 GB SATA Disk&lt;br /&gt;
* System Model: MACmini Server&lt;br /&gt;
&lt;br /&gt;
= Services =&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Heimdall&amp;diff=1080</id>
		<title>Heimdall</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Heimdall&amp;diff=1080"/>
		<updated>2020-02-27T03:21:15Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Heimdall Armor DW.jpg|left|thumb|463x463px]]&lt;br /&gt;
&lt;br /&gt;
==What is Heimdall?==&lt;br /&gt;
&lt;br /&gt;
Heimdall is the server that hosts all of our virtual machines for the networking back room it runs an operating system called ESXi. [[OpenGear Console Server Documentation]] and the [[IOLan Documentation]] are the two console servers for connecting to the networking equipment themselves. In short, there are 24 virtual machines, assigned to 24 vlans, and each vlan is assigned a port on the patch panel in the networking room, which is then able to pass through to the ports on the walls. The server is connected to the patch panel with two gigabit connections that are nic-teamed, and is connected to the internet with two gigabit connections that are also nic-teamed. The virtual machines do not have access to the internet, as their connection just passes through to their port and nowhere else.&lt;br /&gt;
&lt;br /&gt;
= System information =&lt;br /&gt;
&lt;br /&gt;
* Processor: Intel Xeon CPU E5-2690 v2 @3.00 GHz&lt;br /&gt;
* Memory: 255.92 GB&lt;br /&gt;
* Storage 923.75&lt;br /&gt;
* Operating System: ESXi Version 6.7.0 - (Build 8169922)&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Services =&lt;br /&gt;
Heimdall is currently used for the Virtual Machines and keeps them open for everyone to access them.&lt;br /&gt;
&lt;br /&gt;
* HyperV Manager&lt;br /&gt;
* Open Gear Console Server Documentation&lt;br /&gt;
* IOLan Documentation &lt;br /&gt;
&lt;br /&gt;
==How to Connect to Heimdall==&lt;br /&gt;
&lt;br /&gt;
To connect to the ESXi server, go to 10.21.25.8 in a web browser to get to the login. Login using the same credentials you use for the domain.&lt;br /&gt;
&lt;br /&gt;
(Will look like the image on the right)&lt;br /&gt;
&lt;br /&gt;
[[File:ESXi Login.PNG|thumb|350x450px]]&lt;br /&gt;
&lt;br /&gt;
===The Host Page===&lt;br /&gt;
&lt;br /&gt;
After logging in, you will be brought to the host page. This gives all sorts of info about Heimdall, such as specs like RAM and CPU, and overall load. You can also restart or shutdown the server by clicking the buttons at the top.&lt;br /&gt;
&lt;br /&gt;
==Connecting to Virtual Machines==&lt;br /&gt;
&lt;br /&gt;
To connect to the virtual machines, click the &amp;quot;Virtual Machines&amp;quot; tab on the left. This will bring up the list of all the virtual machines. You can select some, or all, and power them on or shut them down from here. Or you can click on the name of the virtual machine to bring up more information about it, connect, and do more detailed things.&lt;br /&gt;
&lt;br /&gt;
Once in a virtual machine's page, you can power it on or shut it down, view ram and processor usage, network info, storage, connect to the VM, and edit it's settings. We really should only need to power on/off, connect, and occasionally restore the virtual machine from snapshots if something goes wrong.&lt;br /&gt;
&lt;br /&gt;
To connect, a virtual machine must be powered on. Once it is powered on, click on the &amp;quot;Console&amp;quot; button at the top left. This will give you some options to connect. You can open it as a window in the ESXi console with &amp;quot;open browser console&amp;quot;, or you can open it in a new browser tab or window with the new tab or new window links. You can also use VMRC, which is a proprietary connection made by VMWare, this has not been tested on our servers at the time of writing.&lt;br /&gt;
&lt;br /&gt;
===Restoring from a Snapshot===&lt;br /&gt;
&lt;br /&gt;
To restore a virtual machine from a snapshot, you must be in the virtual machine's page (by clicking it's name in the list of virtual machines), then click actions. Then click snapshots from the dropdown, and then restore snapshot. It will ask you if you want to restore from the latest one, and click restore if the newest one works (We currently only have one snapshot saved for all of them, which is confirmed good).&lt;br /&gt;
&lt;br /&gt;
To manually pick a snapshot to restore from, choose manage snapshots instead of restore snapshots, and it will take you to the list of snapshots. At the time of writing the &amp;quot;Original&amp;quot; snapshot is the only one that exists, which is the first snapshot that we made after creating. This is the one to go to if all else fails, and will probably be the only snapshot.&lt;br /&gt;
&lt;br /&gt;
When you know which one you want to choose from the list, click the name, then click restore snapshot from the top of the popup window. Then confirm by clicking restore.&lt;br /&gt;
&lt;br /&gt;
==ESXI==&lt;br /&gt;
&lt;br /&gt;
[[https://www.vmware.com/products/esxi-and-esx.html ESXI Page]]&lt;br /&gt;
&lt;br /&gt;
[[https://my.vmware.com/en/web/vmware/evalcenter?p=free-esxi6 Download and How to Install]]&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Loki&amp;diff=1079</id>
		<title>Loki</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Loki&amp;diff=1079"/>
		<updated>2020-02-26T18:47:06Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=About Loki=&lt;br /&gt;
&lt;br /&gt;
Loki is one of the main servers on the [[CISCOACA.local]] domain. It is the main servers for [[Active Directory]], [[Group Policy]], [[DNS]], and [[DHCP]]. This makes Loki one of our most important servers that needs to stay up all the time, along with [[Logan]]. To learn more about those functions, go to their respective pages. Loki is the main servers for all of these functions, and [[Logan]] is on hot standby as a backup in case of emergency.&lt;br /&gt;
Loki is also the server that hosts our shared drives, which allows us to share files throughout the classroom.&lt;br /&gt;
=System information=&lt;br /&gt;
Loki runs the Windows Server 2016 Standard Edition OS Version 10.0 Build 14393, has 16.0 GB of memory available. Processor is Intel Core Xeon CPU E5-2620 @ 2.10GHz (16CPUs). &lt;br /&gt;
&lt;br /&gt;
= Services =&lt;br /&gt;
Loki helps run multiple services which include: &lt;br /&gt;
&lt;br /&gt;
* DHCP&lt;br /&gt;
* DNS&lt;br /&gt;
* Active Directory&lt;br /&gt;
* Audit Policies&lt;br /&gt;
* GPOs&lt;br /&gt;
&lt;br /&gt;
= Programs =&lt;br /&gt;
These applications were installed onto Loki to help support and secure the network even further.&lt;br /&gt;
&lt;br /&gt;
* BeyondTrust Network scanner&lt;br /&gt;
&lt;br /&gt;
=Domain Controller=&lt;br /&gt;
&lt;br /&gt;
Loki is the main domain controller, with [[Logan]] as a backup. This means it does [[DNS]], [[DHCP]], [[Active Directory]], [[Group Policy]] and the [[Security Policy]].&lt;br /&gt;
&lt;br /&gt;
=Shared Drives=&lt;br /&gt;
&lt;br /&gt;
The shared drives are the drives called Shared Storage and Cisco Curriculum and EZNews&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Loki&amp;diff=1078</id>
		<title>Loki</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Loki&amp;diff=1078"/>
		<updated>2020-02-26T18:43:34Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=About Loki=&lt;br /&gt;
&lt;br /&gt;
Loki is one of the main servers on the [[CISCOACA.local]] domain. It is the main servers for [[Active Directory]], [[Group Policy]], [[DNS]], and [[DHCP]]. This makes Loki one of our most important servers that needs to stay up all the time, along with [[Logan]]. To learn more about those functions, go to their respective pages. Loki is the main servers for all of these functions, and [[Logan]] is on hot standby as a backup in case of emergency.&lt;br /&gt;
Loki is also the server that hosts our shared drives, which allows us to share files throughout the classroom.&lt;br /&gt;
&lt;br /&gt;
=Domain Controller=&lt;br /&gt;
&lt;br /&gt;
Loki is the main domain controller, with [[Logan]] as a backup. This means it does [[DNS]], [[DHCP]], [[Active Directory]], [[Group Policy]] and the [[Security Policy]].&lt;br /&gt;
&lt;br /&gt;
=Shared Drives=&lt;br /&gt;
&lt;br /&gt;
The shared drives are the drives called Shared Storage and Cisco Curriculum and EZNews&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Logan_(Retired)&amp;diff=1075</id>
		<title>Logan (Retired)</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Logan_(Retired)&amp;diff=1075"/>
		<updated>2020-02-21T20:23:54Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Overview==&lt;br /&gt;
Logan (10.21.25.10) 1 out of 2 of the Dell PowerEdge R430's that we have in Mr. Chamberlain's room. It primarily functions as a print server, BDC (backup domain controller, a host for our DHCP/DNS backups, and a WAMP (Apache) server.  &lt;br /&gt;
&lt;br /&gt;
== System information ==&lt;br /&gt;
Logan runs the Windows Server 2016 Standard Edition OS Version 10.0 Build 14393, has 16.0 GB of memory available. Processor is Intel Core Xeon CPU E5-2620 @ 2.10GHz (16CPUs). &lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
Since Logan is one of our Domain Controllers, there are services that Logan runs in order to keep everything running smoothly. Services include:&lt;br /&gt;
&lt;br /&gt;
DHCP&lt;br /&gt;
&lt;br /&gt;
DNS&lt;br /&gt;
&lt;br /&gt;
Active Directory&lt;br /&gt;
&lt;br /&gt;
IDRAC&lt;br /&gt;
&lt;br /&gt;
Apache&lt;br /&gt;
&lt;br /&gt;
Parsoid&lt;br /&gt;
&lt;br /&gt;
== Programs ==&lt;br /&gt;
These applications were installed onto Logan to help support and secure the network even further.&lt;br /&gt;
&lt;br /&gt;
BeyondTrust Network Scanner&lt;br /&gt;
&lt;br /&gt;
DCdiag&lt;br /&gt;
&lt;br /&gt;
Spiceworks&lt;br /&gt;
&lt;br /&gt;
LoganWeb&lt;br /&gt;
&lt;br /&gt;
Hyper-V Manager&lt;br /&gt;
&lt;br /&gt;
==Startup==&lt;br /&gt;
There is currently only 1 file in the startup folder which is a visual basic script to start up the Parsoid server. The code for that can be seen as follows:&amp;lt;pre&amp;gt;&lt;br /&gt;
set w = CreateObject(&amp;quot;WScript.Shell&amp;quot;)&lt;br /&gt;
w.Run chr(34) &amp;amp; &amp;quot;C:\Program Files\nodejs\parsoid\parsoid.bat&amp;quot; &amp;amp; chr(34), 0&lt;br /&gt;
set w = Nothing&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Print Services==&lt;br /&gt;
There are currently 2 active print servers on Logan: one for the &amp;lt;code&amp;gt;Brother HL-4570CDW&amp;lt;/code&amp;gt; printer, and one for the &amp;lt;code&amp;gt;HP LaserJet P4014 UPD PCL 6&amp;lt;/code&amp;gt; printer.&lt;br /&gt;
&lt;br /&gt;
[[File:Logan_PrintAllPrinters.png]]&lt;br /&gt;
&lt;br /&gt;
Below is the advanced configuration page for both of the main printers.&lt;br /&gt;
&lt;br /&gt;
[[File:Printers-advanced_logan.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
==Backup Domain Controller==&lt;br /&gt;
Logan is a backup domain controller for Loki, meaning it is on hot standby for [[DNS]] and [[Active Directory]].&lt;br /&gt;
&lt;br /&gt;
==DHCP==&lt;br /&gt;
Logan runs as a backup [[DHCP]] server for [[Loki]].&lt;br /&gt;
&lt;br /&gt;
==LEMP Stack (Nginx Server)==&lt;br /&gt;
Everything you need to know about our web server can be found on the [http://wiki.24pin.tech/index.php?title=Nginx Nginx] page. It covers everything ranging from installation to configuration, and covers the basics to troubleshooting.&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Logan_(Retired)&amp;diff=1074</id>
		<title>Logan (Retired)</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Logan_(Retired)&amp;diff=1074"/>
		<updated>2020-02-20T20:20:27Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Overview==&lt;br /&gt;
Logan (10.21.25.10) 1 out of 2 of the Dell PowerEdge R430's that we have in Mr. Chamberlain's room. It primarily functions as a print server, BDC (backup domain controller, a host for our DHCP/DNS backups, and a WAMP (Apache) server. &lt;br /&gt;
&lt;br /&gt;
==Startup==&lt;br /&gt;
There is currently only 1 file in the startup folder which is a visual basic script to start up the Parsoid server. The code for that can be seen as follows:&amp;lt;pre&amp;gt;&lt;br /&gt;
set w = CreateObject(&amp;quot;WScript.Shell&amp;quot;)&lt;br /&gt;
w.Run chr(34) &amp;amp; &amp;quot;C:\Program Files\nodejs\parsoid\parsoid.bat&amp;quot; &amp;amp; chr(34), 0&lt;br /&gt;
set w = Nothing&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Print Services==&lt;br /&gt;
There are currently 2 active print servers on Logan: one for the &amp;lt;code&amp;gt;Brother HL-4570CDW&amp;lt;/code&amp;gt; printer, and one for the &amp;lt;code&amp;gt;HP LaserJet P4014 UPD PCL 6&amp;lt;/code&amp;gt; printer.&lt;br /&gt;
&lt;br /&gt;
[[File:Logan_PrintAllPrinters.png]]&lt;br /&gt;
&lt;br /&gt;
Below is the advanced configuration page for both of the main printers.&lt;br /&gt;
&lt;br /&gt;
[[File:Printers-advanced_logan.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
==Backup Domain Controller==&lt;br /&gt;
Logan is a backup domain controller for Loki, meaning it is on hot standby for [[DNS]] and [[Active Directory]].&lt;br /&gt;
&lt;br /&gt;
==DHCP==&lt;br /&gt;
Logan runs as a backup [[DHCP]] server for [[Loki]].&lt;br /&gt;
&lt;br /&gt;
==LEMP Stack (Nginx Server)==&lt;br /&gt;
Everything you need to know about our web server can be found on the [http://wiki.24pin.tech/index.php?title=Nginx Nginx] page. It covers everything ranging from installation to configuration, and covers the basics to troubleshooting.&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=MACmini_Servers&amp;diff=1069</id>
		<title>MACmini Servers</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=MACmini_Servers&amp;diff=1069"/>
		<updated>2020-02-20T20:04:11Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: Created page with &amp;quot;MACmini SERVERS&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MACmini SERVERS&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=SURTR&amp;diff=1057</id>
		<title>SURTR</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=SURTR&amp;diff=1057"/>
		<updated>2020-01-15T18:14:23Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: Created page with &amp;quot;SURTR SERVER&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SURTR SERVER&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Freyr&amp;diff=1055</id>
		<title>Freyr</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Freyr&amp;diff=1055"/>
		<updated>2020-01-14T20:29:59Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: Created page with &amp;quot;FREYR SERVER&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;FREYR SERVER&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=User:Freyes&amp;diff=1054</id>
		<title>User:Freyes</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=User:Freyes&amp;diff=1054"/>
		<updated>2020-01-14T20:29:30Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;amdfsianhsuian dsakmbdfsakmbg,h[[File:CIJH0069.jpg|thumb]]&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=User_talk:Ebrownthunder&amp;diff=1053</id>
		<title>User talk:Ebrownthunder</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=User_talk:Ebrownthunder&amp;diff=1053"/>
		<updated>2020-01-14T20:27:44Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== epic ==&lt;br /&gt;
&lt;br /&gt;
now this is epic&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=User_talk:Ebrownthunder&amp;diff=1052</id>
		<title>User talk:Ebrownthunder</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=User_talk:Ebrownthunder&amp;diff=1052"/>
		<updated>2020-01-14T20:27:36Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: /* epic */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;now this is epic&lt;br /&gt;
&lt;br /&gt;
== epic ==&lt;br /&gt;
&lt;br /&gt;
now this is epic&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=User_talk:Ebrownthunder&amp;diff=1051</id>
		<title>User talk:Ebrownthunder</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=User_talk:Ebrownthunder&amp;diff=1051"/>
		<updated>2020-01-14T20:19:32Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: Created page with &amp;quot;now this is epic&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;now this is epic&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Odin_(Retired)&amp;diff=1045</id>
		<title>Odin (Retired)</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Odin_(Retired)&amp;diff=1045"/>
		<updated>2020-01-14T19:56:51Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: Ebrownthunder moved page Odin to Odin (Retired): We no longer use the Odin server anymore.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[[File:Owodin.jpg|thumb|picture of an HP ProLiant DL380 G5]]&lt;br /&gt;
== General Overview ==&lt;br /&gt;
Odin (10.21.25.9) is a HP ProLiant DL380 G5 server that is used primarily for Spiceworks, but has some other services running.&lt;br /&gt;
&lt;br /&gt;
== Spiceworks ==&lt;br /&gt;
(an excerpt from the Spiceworks page)&lt;br /&gt;
&lt;br /&gt;
Spiceworks is a work order management system and ticketing system utilized by 24PinTech. The software uses applications like NMap to find issues and vulnerabilities in the network and systems on it in order to better protect itself and the business. Spiceworks also sends email alerts to all members including alerts about specific hardware in the netspace.&lt;br /&gt;
&lt;br /&gt;
You can find more information about Spiceworks and how to use it and more installation for the installer using the buttons below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;padding: 10px 15px; color: rgba(0, 0, 0, 1); background-color: rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.7); border-radius: 3px;&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[[Spiceworks]]&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;padding: 10px 15px; color: rgba(0, 0, 0, 1); background-color: rgba(55, 201, 255, 0.1); border: 1px solid rgba(55, 201, 255, 0.7); border-radius: 3px;&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[[Spiceworks Installation]]&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== EZ News ==&lt;br /&gt;
I was told by Chamberlain not to worry about documenting this part as it's an incredibly convoluted process to install, and it was also discontinued. Just know that at one point it was on this server. &lt;br /&gt;
&lt;br /&gt;
== Print Services ==&lt;br /&gt;
Odin is a backup print server for [http://wiki.24pin.tech/index.php/Logan Logan] visit its documentation to see the configuration running on it.&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=Social_Media_and_Marketing&amp;diff=975</id>
		<title>Social Media and Marketing</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=Social_Media_and_Marketing&amp;diff=975"/>
		<updated>2019-08-19T20:13:45Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Social Media Account Info==&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=969</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=969"/>
		<updated>2019-08-14T18:32:26Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the [http://wiki.24pin.tech/index.php?title=Loki Loki] server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech. Each of the applications are used to either, open Virtual Machines, ISO folders, terminal editors, antivirus etc. \\loki\shared storage\24pintech apps &lt;br /&gt;
&lt;br /&gt;
==Why are these applications important?==&lt;br /&gt;
These applications are very useful to an average technician who needs to use certain tools to make something easier.&lt;br /&gt;
&lt;br /&gt;
==Terminal Editor Software==&lt;br /&gt;
PuTTY, SecureCRT, and TeraTerm are all open-sourced terminal editors, which give you access to [http://wiki.24pin.tech/index.php?title=OpenGear_Console_Server_Documentation OpenGear] and let you edit configurations that are in the terminal. We use these applications for our servers which keep the 24pintech website up and running.&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=968</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=968"/>
		<updated>2019-08-14T18:29:00Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the [http://wiki.24pin.tech/index.php?title=Loki Loki] server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech. Each of the applications sed to either, open Virtual Machines, ISO folders, terminal editors, antivirus etc. \\loki\shared storage\24pintech apps &lt;br /&gt;
&lt;br /&gt;
==Why are these applications important?==&lt;br /&gt;
These applications are very useful to an average technician who needs to use certain tools to make something easier.&lt;br /&gt;
&lt;br /&gt;
==Terminal Editor Software==&lt;br /&gt;
PuTTY, SecureCRT, and TeraTerm are all open-sourced terminal editors, which give you access to [http://wiki.24pin.tech/index.php?title=OpenGear_Console_Server_Documentation OpenGear] and let you edit configurations that are in the terminal. We use these applications for our servers which keep the 24pintech website up and running.&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=967</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=967"/>
		<updated>2019-08-14T18:24:05Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the [http://wiki.24pin.tech/index.php?title=Loki Loki] server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech. Each of the applications sed to either, open Virtual Machines, ISO folders, terminal editors, antivirus etc. \\loki\shared storage\24pintech apps &lt;br /&gt;
&lt;br /&gt;
==Why are these applications important?==&lt;br /&gt;
These applications are very useful to an average technician who needs to use certain tools to make something easier.&lt;br /&gt;
&lt;br /&gt;
==Terminal Editor Software==&lt;br /&gt;
PuTTY, SecureCRT, and TeraTerm are all open-sourced terminal editors, which give you access to [http://wiki.24pin.tech/index.php?title=OpenGear_Console_Server_Documentation OpenGear]&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=966</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=966"/>
		<updated>2019-08-14T18:23:37Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the [http://wiki.24pin.tech/index.php?title=Loki Loki] server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech. Each of the applications sed to either, open Virtual Machines, ISO folders, terminal editors, antivirus etc. \\loki\shared storage\24pintech apps &lt;br /&gt;
&lt;br /&gt;
==Why are these applications important?==&lt;br /&gt;
These applications are very useful to an average technician who needs to use certain tools to make something easier.&lt;br /&gt;
&lt;br /&gt;
==Terminal Editor Software==&lt;br /&gt;
PuTTY, SecureCRT, and TeraTerm are all open-sourced terminal editors, which give you access to [[OpenGear Console Server Documentation|OpenGear]]&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=965</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=965"/>
		<updated>2019-08-13T20:28:11Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the [[Loki]] server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech. Each of the applications sed to either, open Virtual Machines, ISO folders, terminal editors, antivirus etc. &lt;br /&gt;
&lt;br /&gt;
==Why are these applications important?==&lt;br /&gt;
These applications are very useful to an average technician who needs to use certain tools to make something easier.&lt;br /&gt;
&lt;br /&gt;
==Terminal Editor Software==&lt;br /&gt;
PuTTY, SecureCRT, and TeraTerm are all open-sourced terminal editors, which give you access to [[OpenGear Console Server Documentation|OpenGear]]&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=964</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=964"/>
		<updated>2019-08-13T20:27:45Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the [[Loki]] server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech. Each of the applicatoins are used to either, open Virtual Machines, ISO folders, terminal editors, antivirus etc. &lt;br /&gt;
&lt;br /&gt;
==Why are these applications important?==&lt;br /&gt;
These applications are very useful to an average technician who needs to use certain tools to make something easier.&lt;br /&gt;
&lt;br /&gt;
==Terminal Editor Software==&lt;br /&gt;
PuTTY, SecureCRT, and TeraTerm are all open-sourced terminal editors, which give you access to [[OpenGear Console Server Documentation|OpenGear]]&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=963</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=963"/>
		<updated>2019-08-13T20:27:01Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the Loki server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech. Each of the applicatoins are used to either, open Virtual Machines, ISO folders, terminal editors, antivirus etc. &lt;br /&gt;
&lt;br /&gt;
==Why are these applications important?==&lt;br /&gt;
These applications are very useful to an average technician who needs to use certain tools to make something easier.&lt;br /&gt;
&lt;br /&gt;
==Terminal Editor Software==&lt;br /&gt;
PuTTY, SecureCRT, and TeraTerm are all open-sourced terminal editors, which give you access to [[OpenGear Console Server Documentation|OpenGear]]&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=962</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=962"/>
		<updated>2019-08-13T20:24:11Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the Loki server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech. Each of the applicatoins are used to either, open Virtual Machines, ISO folders, terminal editors, antivirus etc. &lt;br /&gt;
&lt;br /&gt;
==Why are these applications important?==&lt;br /&gt;
These applications are very useful to an average technician who needs to use certain tools to make something easier.&lt;br /&gt;
&lt;br /&gt;
==Terminal Editor Software==&lt;br /&gt;
PuTTY, SecureCRT, and TeraTerm are all open-sourced terminal editors, which give you access to [[OpenGear Console Server Documentation|OpenGear]] and PuTTY&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=961</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=961"/>
		<updated>2019-08-13T20:20:45Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the Loki server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech. Each of the applicatoins are used to either, open Virtual Machines, ISO folders, terminal editors, antivirus etc. &lt;br /&gt;
&lt;br /&gt;
==Why are these applications important?==&lt;br /&gt;
These applications are very useful to an average technician who needs to use certain tools to make something easier.&lt;br /&gt;
&lt;br /&gt;
==Terminal Editor Software==&lt;br /&gt;
PuTTY, SecureCRT, and TeraTerm are all open-sourced terminal editors, which give you access to [[OpenGear Console Server Documentation|OpenGear]] and&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=960</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=960"/>
		<updated>2019-08-13T20:20:31Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the Loki server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech. Each of the applicatoins are used to either, open Virtual Machines, ISO folders, terminal editors, antivirus etc. &lt;br /&gt;
&lt;br /&gt;
==Why are these applications important?==&lt;br /&gt;
These applications are very useful to an average technician who needs to use certain tools to make something easier.&lt;br /&gt;
&lt;br /&gt;
==Terminal Editor Software==&lt;br /&gt;
PuTTY, SecureCRT, and TeraTerm are all open-sourced terminal editors, which give you access o [[OpenGear Console Server Documentation|OpenGear]] and&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=959</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=959"/>
		<updated>2019-08-13T20:19:52Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: Terminal Editor Software&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the Loki server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech. Each of the applicatoins are used to either, open Virtual Machines, ISO folders, terminal editors, antivirus etc. &lt;br /&gt;
&lt;br /&gt;
==Why are these applications important?==&lt;br /&gt;
These applications are very useful to an average technician who needs to use certain tools to make something easier.&lt;br /&gt;
&lt;br /&gt;
== Terminal Editor Software ==&lt;br /&gt;
PuTTY, SecureCRT, and TeraTerm are all open-sourced terminal editors, which give you acces to OpenGear and&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=958</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=958"/>
		<updated>2019-08-13T20:17:15Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: Why are these applications important?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the Loki server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech. Each of the applicatoins are used to either, open Virtual Machines, ISO folders, terminal editors, antivirus etc. &lt;br /&gt;
&lt;br /&gt;
== Why are these applications important? ==&lt;br /&gt;
These applications are very useful to an average technician who needs to use certain tools to make something easier.&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=957</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=957"/>
		<updated>2019-08-13T20:09:14Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: /* What are 24pintech Apps? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are 24pintech Apps?==&lt;br /&gt;
24pintech apps is a folder that is located in the Shared Storage drive in the Loki server. The folders inside have multiple apps that we have used over the years that are useful on running 24pintech.&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
	<entry>
		<id>https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=956</id>
		<title>24PinTech Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.24pin.tech/index.php?title=24PinTech_Apps&amp;diff=956"/>
		<updated>2019-08-09T20:17:48Z</updated>

		<summary type="html">&lt;p&gt;Ebrownthunder: Added a new header for information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What are 24pintech Apps? ==&lt;/div&gt;</summary>
		<author><name>Ebrownthunder</name></author>
	</entry>
</feed>