💻📦 The Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4). Community developed and maintained.
Go to file
2017-03-21 15:26:43 +01:00
lets-encrypt Update renewal command (#175) 2017-03-20 15:46:04 +01:00
static Same check as for LE 2017-03-20 19:23:25 +01:00
index.php Fixed spelling error on initial screen (#174) 2017-03-16 14:04:07 +01:00
issue_template.md Add network + Screenshots 2017-03-08 20:52:38 +01:00
LICENSE Initial commit 2016-06-03 13:38:29 +02:00
nextcloud_install_production.sh Create a new user automatically if needed (#176) 2017-03-17 15:58:20 +01:00
nextcloud_update.sh remove tar package 2017-03-17 06:49:21 +01:00
nextcloud-startup-script.sh actually install apt-select (#173) 2017-03-16 00:06:12 +01:00
README.md adduser is already included 2017-03-21 15:26:43 +01:00

Nextcloud VM

irc

Support the development

Current maintainers

Build your own VM, or install on a VPS

Minimum requirements:

  • A clean Ubuntu Server 16.04.X
  • OpenSSH (preferred)
  • 20 GB HDD
  • At least 1 vCPU and 2 GB RAM
  • Thick provisioned (better performance and easier to maintain)
  • DHCP available

Installation

  1. Get the latest install script from master:
    wget https://raw.githubusercontent.com/nextcloud/vm/master/nextcloud_install_production.sh
  2. Run the script with your (new) sudo user. ncadminis the default user used in the released version.
  3. When the VM is installed it will automatically reboot. Remember to login with the user you created:
    ssh <user>@IP-ADDRESS
  4. Please note that the installation is not finnished by just running the nextcloud_install_production.sh

Machine configuration of the released version

Please check the configuration here: https://www.techandme.se/machine-setup-nextcloud/

FAQ

Keep asking questions so that we can add them here.

Q: Where can i dowload VMware Player?
A: You can download the latest release here.

Q: The script says: "WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts"
A: http://askubuntu.com/a/463966

Q: I get NETWORK NOT OK when booting the VM. How do I solve that?
A: There are a few causes to this error, most of them are your own network or firewall settings.

  • Remove the VM NIC adapter in settings on VMware/Virtualbox and then re-adding a NIC adapter. alt_tag
  • Check your firewall so that it doesn't block this specific IP
  • Check your router/firewall that you have DHCP enabled.

Q: Which Hyper-V generation should we chose when creating a machine to load this image?
A: You currently need to use a 1st generation machine.

Q: Do you have a pre-configured Hyper-V VM?
A: Yes we have, you can download it here: https://shop.techandme.se/index.php/product/nextcloud-vm-microsoft-hyper-v-vhd/

Q: I want a bigger version of this VM, where can I find that?
A: You can download it here: https://shop.techandme.se/index.php/product/nextcloud-vm-500gb/

Q: I have found a bug that I want to report, where do I do that?
A: Just submit your report here: https://github.com/nextcloud/vm/issues/new

First look

alt tag