Requirements for OwnCloud setup
Requirements for OwnCloud setup
Hey there! I’m looking to set up OwnCloud on a Windows 8.1 machine I’m planning to build. All the tutorials I’ve checked seem inconsistent, so I’m trying to follow a consistent approach. Since I haven’t actually built the system yet, I’m just researching how to proceed. Do you have any solid instructions for installing it on a Windows 8.1 host? Also, do you need a domain or web hosting service like DreamHost or GoDaddy? I plan to dedicate this PC and use it as a NAS for some files. Thanks! OhhTee
Consider using a VM or a dedicated setup instead. It’s free and requires fewer resources. Your current setup with a 512MB RAM and 8GB storage works perfectly—no need for a full machine. You can connect to the file share without needing a host, just forward the ports via your router. The guide you shared is still valid and was effective when I installed it months ago.
I relied solely on Windows 8.1 since everyone in the house is comfortable with it. I’m placing it outside in the living room, connected to the TV, because switching to another OS would be a hassle for most. It’s going to function mainly as a versatile setup—HTPC, NAS, and general use for the living area. I’m assembling everything from the parts I already have on hand, so it shouldn’t be too complicated. Thanks for the tip!
It seems unclear whether you're configuring the Sync Client for server-to-server sync or setting up the server. OwnCloud is only reachable through the WebUI.
I understand, I should have made it more straightforward. My goal is to configure the server directly on your computer first, then set up the sync clients to connect with it on other devices. This should help resolve the confusion from the guides you’ve reviewed. Let me know if you need further details.
I understand, which Windows version are you using? If it's Professional or Enterprise, please turn on HyperV and create an Ubuntu VM with your ownCloud installed. This setup offers the most reliable support since many users rely on Linux environments for ownCloud.
This setup offers flexibility with various hosting options. Running it on Windows via IIS or MySQL or Apache with MySQL allows for a seamless internet connection across devices. For a dedicated cloud environment, Linux is ideal and working on a VPS like DigitalOcean or Linode is recommended. Keeping a few machines at home synchronized is manageable. While native Windows support exists, it's not ideal for learning Linux—familiarity with a new OS opens up more possibilities. OP, see the installation guide here: https://doc.owncloud.org/server/8.0/admi...ation.html
Excessive memory usage around 256 or 512MB, plus insufficient CPU power to detect it. If you’re merely keeping a few machines online in sync, ownCloud wouldn’t be the best fit. You’d likely prefer tools like Bittorrent Sync, which often need some tweaking and offer more flexibility. I imagine it’s frustrating when you have to switch everything off the main desktop for admin work or troubleshooting—maybe an hour or two. Running it in a VM would let you connect via SSH without anyone noticing. Plus, it seems the person behind this is getting more involved, so once the server moves elsewhere, switching over the VM would be much simpler than rebuilding a new one or doing complex tasks like P2V on the desktop. You don’t really need to learn a different operating system or setup—there are plenty of guides for Ubuntu and HyperV, though there are thousands available. I understand where you’re coming from, but investing a bit more time now could pay off significantly later.
I installed OwnCloud on Windows Server using a school license. It turned out problematic due to bugs, lack of external storage support, slow upload speeds, and limited functionality. I think giving it another try could work better now. The installation process was straightforward. A tutorial exists for an older Windows Server version, though it's similar. Be aware you must create a separate Windows account, as web features are restricted there. Also note that port 80 (HTTP) is often blocked by residential ISPs, while HTTPS (port 443) should remain accessible. If this is personal use, the certificate warning isn't critical unless you can afford a valid certificate and a static IP for a domain name.
Fair enough... I understand your perspective. I believe studying Linux alongside OwnCloud would be essential. Recently, while logging in to my server and handling several updates, I overlooked updating OwnCloud from 6.x to 8.x—something that didn't function properly—but the installer proceeded anyway. I had to temporarily load 7.x, sync its configuration from another installation, switch the Apache site settings to the temporary 7.x version, perform the update there, then transfer the files and the refreshed 7.x database to the 8.x site before reverting the Apache settings and retrying the update. There was no clear guide, so I had to troubleshoot on my own. If you depend on applications, you should be prepared to fix issues and manage problems effectively.