Recommended Posts

How to build a Home Server with Windows 8

Saying that Windows 8 is a major shift in strategy for Microsoft is pretty obvious at this point. Between the Metro interface, complete dismissal of the start menu, focus on touch screen devices, and myriad other changes; this is not the Windows of the Bill Gates era. One change which hasn?t received much discussion is the idea of Windows 8 being Microsoft?s next iteration for not only Windows 7, but for Windows Home Server.

If you haven?t heard, Windows Home Server has been discontinued by Microsoft. For those not familiar with the Windows Home Server product line to begin with, it was designed to be the central hub of your home network; providing easy access to large amounts of easily expandable storage, simple backups, media functionality, and synchronization of usernames and passwords throughout your home network. The good news is that Windows 8 provides much of the same functionality previously found only in Windows Home Server.

Our in-depth guide here will show you everything you'll need to build a Windows 8 home server.

Configuring Storage

Windows 8 offers some new tools which make it easy to create large amounts of redundant storage that may seem familiar if you?ve used Windows Home Server in the past. The storage spaces feature lets you group multiple physical hard drives together into a single storage pool and even provides options for redundancy. Storage spaces are probably a good idea even if you only have a single drive at the moment due to the ability to dynamically expand the size of your volume by adding more drives, much like the drive extender feature familiar to Windows Home Server users.

power_user_menu.png

Power users can quickly access a number of tools using this hidden menu.

To begin configuring storage spaces, you need to access the Control Panel, which can be a little tricky in Windows 8. The two easiest ways we?ve found to get there are:

1. Go to the Start Screen, type ?Control Panel?, then click on the Control Panel shortcut.

2. Move your mouse cursor to the bottom left of the screen to bring up the Start Screen shortcut, right click on the shortcut, and choose the Control Panel option. (There are some other goodies here as well, so keep this trick in mind for later use.)

Once you?ve navigated to the Control Panel you can find Storage Spaces under the System and Security category. The first step in getting storage spaces up and running is to create a storage pool and add physical drives to the pool. One thing to know is that storage pools use the full capacity of your hard drive, so if you have existing data it needs to be copied off before you add the drive into a storage pool.

storage_spaces.png

Storage spaces let you create RAID-like storage on the cheap.

Within the Storage Spaces applet in the Control Panel you should see a link that says Create a new pool and storage space. Click this link and confirm the user account control pop-up to begin adding drives to your storage pool. The next screen will ask you to choose the drives to use in your storage pool. Select the drive or drives you want to use and click the Create pool button at the bottom of the window. Notice you can use any combination of internal and external drives to create your storage pool (we?re using two 2TB Backup Plus Desk drives from Seagate connected over USB 3.0).

Once the storage pool is created we move on to creating a storage space. There are several options when creating a storage space, some of which require some additional explanation. The name and drive letter are probably obvious to Maximum PC readers, these configure how the storage space is displayed in File Explorer. You would think the pool size would be another obvious option, but storage spaces can be configured to be larger than the amount of physical storage you have available. To be clear this is not usable space, but it does allow you to create a large storage space and expand through new physical drives as needed.

storage_space_config.png

Configuring a storage space is extremely simple.

Resiliency is probably the most confusing of the storage space options. A storage space can be built to protect against drive failure by storing a duplicate copy of your data on more than one drive in a mirroring configuration. The caveats to using resiliency are that you must have multiple drives in your storage pool and the maximum storage capacity is reduced because some of the drive space is being used for resiliency. A storage space can even be configured to store an additional copy of your data in a three-way mirror. Sadly you cannot add or change the resiliency configuration of a storage space simply by adding another drive at a later date. What you can do later is add additional drives, configure a new storage space with resiliency, and then move your files to the new storage space. Also keep in mind that you can have multiple storage spaces in a single storage pool. This means you could have a resilient storage space mirroring your important documents, and a second storage pool with no resiliency used for music or videos which you could recover through another method.

Sharing your Files

Microsoft introduced the HomeGroup feature in Windows 7, and it?s returned in Windows 8. The feature allows you to set up a relationship between the Windows PCs on your network and eases the process of sharing files and devices between computers. There are two parts to sharing files using HomeGroup on your network.

homegroup_password.png

HomeGroup creates a random password during the initial configuration.

First we need to create the HomeGroup and add computers. HomeGroup settings can be found in the Control Panel under the Network and Internet category. If there is already a HomeGroup on your network, you will be invited to join the existing HomeGroup, otherwise you will be prompted to create a new HomeGroup. There?s really not much to actually creating the HomeGroup itself. The system will generate a password which you must use to join other computers to the group. This password can be changed later to something you can remember.

Sharing files using a HomeGroup is most easily done by using Libraries. The HomeGroup Control Panel allows you to choose which libraries get shared with other users in the HomeGroup. If you want to simply share a single file it can be done by adding it to a shared library.

For our scenario, we?re looking to share entire folders within our new storage space. By creating Music, Video, and Pictures folders we can easily organize our media files. Additionally we can add these folders to the existing libraries by simply right clicking and choosing Include in library to start sharing them to the HomeGroup.

Sometimes we don?t want to do things exactly like Microsoft designed, so using the existing libraries isn?t always going to be a workable solution. Fortunately you can add libraries and then share them with the HomeGroup or simply share an individual folder without using the libraries. To test this, let?s create a Backup folder in our storage space. Once the folder is created, right click on the folder, choose Share with, and choose HomeGroup (view and edit).

homegroup.png

Libraries shared to the HomeGroup integrate directly into Windows Explorer.

Now that we?ve created our HomeGroup and shared all of our files open up File Explorer (this is another option in that power user menu we showed you earlier). In the left panel of File Explorer you should now see a HomeGroup section with your username underneath. Expanding your username should show the computers you have access to, and should provide a list of shared folders on that computer.

Another feature of a HomeGroup is the ability to stream media over the network using DLNA. This can be configured using the Media streaming options in the Network and Sharing Center Control Panel. The Media streaming options will allow you to allow or disallow individual media devices on your network from accessing certain types of files.

Protecting your Data

One thing we can?t recommend highly enough is backing up your data. Few things are worse than losing years of pictures or documents because of a failed hard drive or accidental deletion. There are two aspects of data protection we want to take a look at, using your Windows 8 server as backup storage and backing up the storage volume itself.

windows_backup.png

Windows Backup isn?t gone from Windows 8, it?s just hiding.

Using your Windows 8 server as backup storage is as simple as using the Backup folder we created earlier as your storage volume. This can be done with most backup tools, including Windows Backup and File History (which we?ll talk about in a minute). Interestingly, Windows Backup is a deprecated feature in Windows 8, which means two things. First, it?s hard to find. Second, it?s a feature that may disappear completely in future versions of Windows.

To use the traditional Windows Backup features in Windows 8 you need to go to File History in the System and Security category. Once there you will see an option for Windows 7 File Recovery in the bottom left corner of the window. Another option is to switch to the Control Panel?s icon view and find the Windows 7 File Recovery option there. Once you are in Windows Backup/Windows 7 File Recovery you can create a system image, back up your libraries, or choose individual folders to back up. These steps can be used to back up other computers to your central storage or to back up your centralized files and folders to another location.

file_history.png

File History is a feature we wish we had before deleting that massive Word document.

Another option to back up critical files in Windows 8 is by using the File History feature. File History is primarily used for backing files up from other computers to your centralized storage, but it offers some increased flexibility over traditional backups. File History can be configured by simply choosing the backup location and turning the feature on. In addition to having a backup copy of your files you also have the ability to open a previous version of a file. This is particularly handy if you?ve accidentally deleted something contained in a file, such as paragraphs from a document or a slide from a presentation.

Conclusion

Windows 8 is certainly a shift from previous versions of Windows, but it?s not all about the new interface and the start screen. If you know where to look there are some sweet new features that open up new possibilities in how we use our computers on a daily basis.

http://www.maximumpc.com/article/windows/windows_8_home_server_guide

Link to comment
https://www.neowin.net/forum/topic/1117523-windows-8-home-server-guide/
Share on other sites

  • 3 weeks later...

I haven't looked yet, but I need to find a guide for Server 2012 Essentials since that replaced the Windows Home Server line of the home server OS's. :(

Take a look here. Paul Thurrot wrote a series of articles on Server 2012 Essentials that cover most of the things you'll need to know. It's pretty straight forward to get up and running although you should read up on storage spaces and put some thought into what how you want to set it up as it's not quite as flexible as the Drive Extender technology in WHSv1. I set up a parity space and although it works well it's a bit more rigid than I would have preferred.

I also found the walkthrough at WeGotServed quite useful although it's a bit wordy and deals with specific issues the author faced setting everything up in a VM.

http://www.wegotserved.com/2012/08/18/installing-windows-server-essentials-2012-part-1/

http://www.wegotserved.com/2012/08/26/installing-windows-server-2012-essentials-part-2/

http://www.wegotserved.com/2012/08/31/installing-windows-server-2012-essentials-part-3/

  • 2 years later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I missed this when you first posted it, but those are awesome icons! I would normally prefer things to be uniform, but each of those icons seems to fit perfectly for the game! If I may ask though, what was your thought process on which icons are circular - MK makes sense - and which ones should be rectangular or square?
    • What I like about Paint is using it almost exclusively for cropping and resizing images I get elsewhere--it's quick, easy and cheap... I keep it glued to my taskbar, in fact. Also, the clipping tool comes in handy, as well (hit print scrn on the keyboard and it activates immediately.)
    • I still remember it fondly today. It was so cool to work in 64-color Half Bright mode and 4.096-color HAM mode (interlaced) when x86 was still in 4-color CGA or 16-color EGA low res. C= never realized what it had until it was far too late--the failure of C= was the failure of its top management. The C= Amiga was 20 years ahead of its time, I always thought. It didn't hurt that in only 512k of chip memory, the Amiga could preemptively multitask when Apple was still doing gray scale graphics on tiny screens and along with everyone else was doing cooperative multitasking (running more than one app at a time in resident memory, but you could only run one of them at a time--had to manually switch between them.) I had a ball with AREXX scripting running between programs that had AREXX ports so that when you sent other applications data and instructions, those running applications could process the same in real time to output! Memories...
    • I'm not sure about that, but it at least "does" a version of 7.1 that this brand new card doesn't....
    • Floorp 12.15.2 by Razvan Serea Floorp is a cutting-edge web browser that combines the trusted foundation of Mozilla's Firefox with a unique Japanese perspective, offering users an exceptional online experience. This open-source browser prioritizes privacy, customization, and security. Floorp is transparent, with no user tracking or data sharing, and it's completely open source. With a strict no-tracking policy and full transparency, your personal information remains private. As an open-source project, Floorp not only shares its source code but also its build environment, inviting users to contribute and build their unique versions. The regular updates, based on Firefox ESR, ensure that you always have the latest features and security enhancements. Floorp key features: Strong Tracking Protection: Floorp offers robust tracking protection, safeguarding users from malicious tracking and fingerprinting on the web. Flexible Layout: Customize Floorp's layout to your heart's content, including moving the tab bar, hiding the title bar, and more for a personalized browsing experience. Switchable Design: Choose from five distinct designs for the Floorp interface, and even switch between OS-specific designs for a unique look Regular Updates: Based on Firefox ESR, Floorp receives updates every four weeks, ensuring up-to-date security even before Firefox's releases. No User Tracking: Floorp prioritizes user privacy by abstaining from collecting personal information, tracking users, or selling user data, with no affiliations with advertising companies. Completely Open Source: The full source code for Floorp is open to the public, allowing transparency and enabling anyone to explore and build their own version. Dual Sidebar: Floorp features a versatile built-in sidebar for webpanels and browsing tools, making it perfect for multitasking and quick access to bookmarks, history, and websites. Flexible Toolbar & Tab Bar: Customize your browser with Tree Style Tabs, vertical tabs, and bookmark bar modifications, catering to both beginners and experts in customization. User-Centric Web Experience: Floorp prioritizes user privacy and collaboratively blocks harmful trackers. Floorp 12.15.2 changelog: fix: reset tab drag state on dragend to prevent position offset (#2488) by @Ryosuke-Asano in #2497 fix(workspaces): hide split view wrapper when all tabs are hidden by @Ryosuke-Asano in #2495 fix(split-view): prevent stuck pointer-events:none after drag on web content by @Ryosuke-Asano in #2492 feat(design): add Gecko 152 CSS variable aliases and Lepton compatibility layer by @Ryosuke-Asano in #2494 fix(workspaces): exitOnLastTabClose no longer quits Floorp when closing the last tab by @Ryosuke-Asano in #2498 Download: Floorp 64-bit | 95.0 MB (Open Source) Links: Floorp Website | Github Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      Almohandis earned a badge
      Dedicated
    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
    • First Post
      DrWankel earned a badge
      First Post
    • Reacting Well
      DrWankel earned a badge
      Reacting Well
    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      84
    4. 4
      Michael Scrip
      78
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!