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

    • Calibre 9.10 by Razvan Serea  Calibre is an open source e-book library management application that enables you to manage your e-book collection, convert e-books between different formats, synchronize with popular e-book reader devices, and read your e-books with the included viewer. It acts as an e-library and also allows for format conversion, news feeds to e-book conversion, as well as e-book reader sync features and an integrated e-book viewer. Calibre's features include: library management; format conversion (all major ebook formats); syncing to e-book reader devices; fetching news from the Web and converting it into ebook form; viewing many different e-book formats, giving you access to your book collection over the internet using just a browser. Calibre 9.10 changelog: New features Content server: A new "modern" interface with a sidebar to ease navigation Content server: When used with HTTPS allow installation as a PWA (Progressive Web App) Edit book: Saved searches: When filtering the list of saved searches match by keywords CSS parsing: Add support for CSS Level 4 selectors Cover grid: When using an image larger than the viewport as a texture scale it to fit the viewport Annotations browser: Allow restricting displayed annotations by custom annotation styles as well Edit book: Compress images: Add option to convert PNG images to JPEG or WEBP Bug fixes E-book viewer: Fix IME on Windows not working when typing in notes for highlights Conversion: Heuristics: Improve performance in some pathological cases SNB Input: Fix error on some input files Windows: fix rare crash when too many notifications are displayed at once Fix duplicating of books not duplicating value from enumerated columns when the column has a default value defined Fix a regression in 9.8 that caused errors from AI plugin providers to be silently swallowed and not displayed to user Fix CSV export invalid when exporting comments field Disallow Python templates when reading book metadata (CVE-2026-53511) Improved news sources The Week Economist Espresso Horizons Download: Calibre 9.10 | Portable | ~200.0 MB (Open Source) Download: Calibre for MacOS | 327.0 MB Download: Calibre for Linux View: Calibre Home Page | Calibre Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Malwarebytes Anti-Malware 5.6.1.257 by Razvan Serea Malwarebytes is a high performance anti-malware application that thoroughly removes even the most advanced malware and spyware. Malwarebytes version 5.**** brings comprehensive protection against today’s threat landscape so that you can finally replace your traditional antivirus. You can finally replace your traditional antivirus, thanks to a innovative and layered approach to prevent malware infections using a healthy combination of proactive and signature-less technologies. While signatures are still effective against threats like potentially unwanted programs, the majority of malware detection events already come from signature-less technologies like Malwarebytes Anti-Exploit and Malwarebytes Anti-Ransomware; that trend will only continue to grow. For many of you, this is something you already know, since over 50% of the users already run Malwarebytes as their sole security software, without any third-party antivirus. What's new in Malwarebytes 5.****: Unified user experience - For the first time, Malwarebytes now provides a consistent experience across all of our desktop and mobile products courtesy of an all new and reimagined user experience powered by a faster and more responsive UI all managed through an intuitive dashboard. Modern security and privacy integrations - Antivirus and ultra-fast VPN come together seamlessly in one easy-to-use solution. Whether you’re looking for a next-gen VPN to secure your online activity, or harnessing the power of Browser Guard to block ad trackers and scam sites, taking charge of your privacy is simple. Trusted Advisor - Empowers you with real-time insights, easy-to-read protection score and expert guidance that puts you in control over your security and privacy. Malwarebytes 5.6.1.257 changelog: Features and improvements Updated the sign-in section of the My Subscription page to clarify that users can activate their subscription by signing in with their Malwarebytes account. Updated the uninstall flow to collect more meaningful insights and address customer concerns. Refreshed the app's tutorial layout for a better look and feel. Issues fixed Fixed an outdated link when clicking Take action after running a Digital Footprint Scan. Miscellaneous bug fixes. Download: Malwarebytes 5.6.1.257 | 472.0 MB (Free, paid upgrade available) Links: Malwarebytes Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Yep, not sure where the surprise is here. They release a new model for every phone, every year
    • AI would probably be better utilised replacing Executives than Engineers.
    • RapidRAW 1.5.8 by Razvan Serea RapidRAW is a beautiful, non-destructive, GPU‑accelerated RAW image editor designed for speed and simplicity. It uses a lightweight (~30 MB), efficient code base built with Rust, React and Tauri. Ideal for Lightroom workflows, it offers rich editing tools—exposure, contrast, highlights, shadows, whites/blacks, tone curves, HSL mixer, dehaze, vignetting, film grain, sharpening, clarity and noise reduction—processed in real-time on the GPU. Features include intuitive masking (brush, linear, radial, AI-powered subject and foreground detection), generative edit layers (via ComfyUI), 32‑bit precision, and full RAW format support through rawler. RapidRAW also provides library management (folder navigation, ratings, metadata, EXIF viewer), batch operations, export presets (JPEG/PNG/TIFF), sidecar editing (.rrdata), undo/redo history, customizable UI themes, smooth animations, resizable panels, and preset copy/paste. A modern high-performance Lightroom alternative with polished UX and creative tools, RapidRAW brings powerful photo editing to photographers seeking speed, responsive GPU feedback, and streamlined workflows. RapidRAW v1.5.8 release notes: This release introduces several new editing tools and workflow refinements designed to improve both photo editing and library management. It expands creative flexibility with the addition of a preset intensity slider and a global hue adjustment, while also introducing convenient navigation features such as quick bottom bar filters and folder sorting. Behind the scenes, the update addresses background indexing issues and ensures folder image counts are updated correctly. It also broadens accessibility by adding support for Korean and Traditional Chinese. [full changelog] Download: RapidRAW 1.5.8 | ARM64 | ~20.0 MB (Open Source) View: RapidRAW Home Page | Screenshot | Other operating systems Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      xvvxcvv earned a badge
      Week One Done
    • One Month Later
      xvvxcvv earned a badge
      One Month Later
    • Enthusiast
      Xonos went up a rank
      Enthusiast
    • Conversation Starter
      Admir earned a badge
      Conversation Starter
    • First Post
      The_Focal_Point earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      405
    2. 2
      +Edouard
      169
    3. 3
      PsYcHoKiLLa
      129
    4. 4
      neufuse
      69
    5. 5
      Xenon
      68
  • Tell a friend

    Love Neowin? Tell a friend!