ownCloud in a box
ownCloud in a box packages ownCloud as an appliance, so you can easily run it in a virtual environment, as a live system or install it on a disk.
Run the appliance, go to http://[yourservername]/owncloud and login as admin with the password owncloud42. Change the password in the admin interface and use the URL, which is shown there to access ownCloud via WebDAV.
Download
USB & flash
USB & flash image
This is a live raw disk image, ready to be written to a USB stick or flash storage.
CD & DVD
ISO image
Burn this ISO file to a DVD (or CD, if the space allows), and you'll be able to boot directly from the disc.
Hard disk
Complete disk image
This is an image of your disk, ready to be written to your hard drive. This will erase all data on a hard disk. It will resize to fit the disk size at first boot.
Virtual
Amazon EC2 image
Amazon Elastic Compute Cloud (EC2) is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale computing easier for developers.
This Amazon EC2 image can be uploaded and registered as an Amazon Machine Image (AMI).
VMware / VirtualBox / KVM image
Whether you use VMware, VirtualBox, or KVM, this vmdk is a ready-to-use virtual appliance.
Cloud
Amazon EC2 image
Release notes
Updated to ownCloud 3. See the release announcement for more info about what’s new in version 3.
Technical Details
Appliance configuration
Accounts
| User | Password |
|---|---|
| root | linux |
| tux | linux |
Basic settings
| Keyboard: | english-us |
|---|---|
| Time zone: | Europe/Berlin |
| Language: | en_US.UTF-8 |
| Network: | manual |
| Firewall: | disabled |
Software
0 patterns, 197 packagesView package list…
Security summary
-
Includes the following unofficial sources:
-
No custom software packages were uploaded.
-
No custom scripts were enabled.

You need to sign in to comment
Everyone's comments
Why are you using 11.4 repos when your appliance is based on 12.1?
I tried to get this running in EC2, but I couldn’t connect to vm (no ssh, no http). I’m gonna investigate this yet. :)
Got this solved. One need to open the ports for ssh (and http) manually.
Next problem: How do I get the data saved permanently? EC2 service only supports temporary data storage which will be cleared after reboot. Any suggestions?
The Live CD/DVD did not work.
After booting from CD it cannot find CD or DVD (!)
This works for me. I can run ownCloud from a live CD just fine. Maybe there is a problem with the physical medium.
Hallo, why is access to OwnCloud not possible via https by default?
Or am I wrong here? – then say me please how to get it.
Reiner Gehring
https needs setup of a certificate. This can’t be done in the prebuilt appliance, but needs to be done after installation. Would be great to have some instructions how to do it, though. Maybe there is already some help out there we could at least link to.
hello, i can log in to the owncloud webpage but i can ot log in in tto the opensuse machine… please help
You can ssh to the machine as root or as regular user tux, password is “linux” (see “accounts” section on this page). Obviously you should change the passwords when setting up your ownCloud appliance.
Make it better.
What? I am not quite a nooby, but I must be missing something here. How do I install the Hard Disk version (or any version for that matter)? The file is a compressed file and once you decompress it, you have a file with a .RAW file extension. What do I do with it? I am trying to install OwnCloud In a Box onto a computer that is already running Linux (Crunchbang Linux") but I don’t see how to do this. I don’t care about keeping the current Linux on the computer. I just want the OwnCloud server on my computer. Can someone give me plain, detailed instructions? Thanks a lot.
See the Disk Image Howtos for instructions how to install the image to a file.
What is the username/password for ownCloud’s web interface? How do I configure new users?
Sorry, was blind for a minute…
>> “Run the appliance, go to http://[yourservername]/owncloud and login as admin with the password owncloud42. Change the password in the admin interface and use the URL, which is shown there to access ownCloud via WebDAV.” <<
Hello, I just try to run as XEN guest, but when going create this instance it returns
Error: (1, ‘Internal error’, ‘xc_dom_do_gunzip: inflate failed (rc=-3)\n’)
It was working smoothly before 12.1 upgrade.
Any ideas?
Is it relatively easy to extend the ownCloud to have additional nodes. Are their instructions for that anywhere?
Hi,
I tried to set as the owncloud2 data folder of a folder mounted with s3fs (for amazon s3) ownCloud but fails. OwnCloud can ’write to a partition mounted with s3fs (s3 bucket)?
Sorry for bad English !
this is most likely a permissions issue, you have to make sure that the webserver user has r/wr access to the s3 bucket you are mounting.
Also, as a side-note/warning, mounting s3 buckets isn’t very stable and it often unmounts itself due to connection / timeout issues.
Hope this helps
Hmm, this is hard to use. Services fail to start at startup because of missing ip, ifconfig does not store ip adress permanent so a restart of the box forgets the ip I have set.
So, I need to edit ifcg-eth0, but I get stuck in VI-editor because I cant change keyboard settings to Swedish ( set Swedish in startup-screen, but thats ignored). Changing keyboard settings is not easy because I have wrong keyboard to even put basic commands. Yast is not there, is that to easy?
Anyway, last resort, download webmin then so I might get some sort of gui to the box running, but wget is not here either, and not lynx either from what I can tell. Funny, all I need to do in order to get stuff work is set an IP address and get proper language on keyboard… Im not a noob and not an expert either, baffled about me not getting this to work, will try some more….
The system is meant as a minimal system, that’s why it doesn’t include much tools. If you need more or you just want to change the network settings, you can simply clone the appliance, and modify it to fit your needs.
Yes, I do understand that. So far I have been doing;
ifconfig eth0 192.168.250.217 netmask 255.255.255.0 broadcast 192.168.250.255
Then added gateway;
route add default gw 192.168.250.254 eth0
Then I managed to “vi /etc/resolv.conf” and add “nameserver 192.168.250.129”
So, finally, I can surf to the box and connect ownCloud! If I restart the box however, the settings are gone. So, Now I am trying hard to get webmin on the box in order to getting it easily managed. I have at last managed to download the RPM;
curl -L -O http://prdownloads.sourcforge.com/webadmin/webmin-1.570-1.src.rpm
And when I try to install, it just does not, without any comments.
rpm -Uvh —nosignature webmin-1.570-1.src.rpm
I know, this is WAY of topic, but I just trying to get this minimal installation going… Is this box not supposed to install rpm:s? I am obviously missing something…
I am an idiot, ok, I know…
should have been downloading webmin-1.570-1.noarch.rpm
You don’t have to do the network configuration manually. You can create your own appliance based on my one (just click the “clone appliance…” link at the top right of this page, and do the network configuration with the Studio UI. Then it will be persistent and you don’t need to add any other packages (of course you can still add some management tools like webmin or YaST, if you like)
Wow, I did not know about that. I am new on susegallery – what a feature to clone your machine and add stuff to it – amazing! Thanks for your help!
I just got it installed under VMWare, was really easy!
One question though, I saw that the LDAP plugin was installed and enabled but I cannot find where to do the LDAP settings, there doesn’t seem to be a menuoption for it.
Good question. I haven’t used the LDAP plugin myself. Maybe you can find an answer by checking out the ownCloud documentation.
Hi, I installed it in a VirtualBox VM.
How do I run owncloud first time wizard ? what is owncloud default username and password ?
How can I configure it ?
Thanks.
ownCloud is already configured, so you don’t need to run the wizard. The default username and password is in the description on the SUSE Gallery page.
Hi,
Thanks for the answer.
I used the username and password from the description on the SUSE Gallery page but I still can’t login to ownCloud web interface (have no problem login to the machine).
How do I add users ?
OK, Found it.
How did you do it??
Nevermind…
I already have a server running(lamp). how would i install on that?
Just follow the instructions on the owncloud web site. It’s pretty easy.
Without yast, it really makes network config interesting. Sure, ifconfig works but the average noob will never figure that out. This should really ship as DHCP enabled, and have some instructions on how to change it. Having a default static IP will almost never work properly.
You are right. I’ll rebuild it with DHCP configuration.
What is the linux-kzmu?
Is there an installer for this program?
In the download section of this page there are link with instructions how to install this system for the various different types of images.
Seems to be working! How to enable SSL on the appliance?
It’s standard apache, so adding a certificate and doing the standard configuration should do the trick.
What is the server name after boot-up ? <> http://[yourservername]/owncloud
I used the vmware image – this failed <> httpd2-prefork , linux-xxvt (no idea or erros posted)
may try again, but must be more user notes, ie step by step
good luck !
good idea, good os
You need to add zypper or yast to the image so that people can update it
Good point. I’ll add zypper.
Are you planning to add also S3-type functionality? I need that to test something, but perhaps I must study how to install it myself. I must say the instructions seems a little complicated (Eucalyptus).
You can upload the image to S3, if you download the Amazon EC2 image, and upload it yourself.
just to ask, this is a Cloud OS?
Great work. I can translate to Brazilian Portuguese if you want.
it is a command line interface, dont like them.
This is a server appliance, so the UI for the user is a web interface. Managing the system itself is command line of course, but that’s how it usually is for server systems, and there shouldn’t be much to do for this appliance on the command line, as it’s supposed to more or less work out of the box.
hey guy’s do you think you could vist my new os linux leopard
when i used it it looked more like a terminal than a gui
dont like it very much
What is it you don’t like? Suggestions how to improve it are welcome.
what’s the user and pass to access to the appliance console? It’s not admin and owncloud42.
I mean, when you run the live cd and want to log in.
See the appliance configuration section. There are the accounts listed. The standard user account is tux/linux.
cool
good work.