Skip to content

Virtual Box

Boris Rybalkin edited this page Dec 1, 2024 · 14 revisions
  1. Install Virtual Box
  2. Extract syncloud-vbox-[version].vdi.xz file into syncloud-vbox-[version].vdi
  3. Extend disk (default is only 3GB). This will give you 50GB.
VBoxManage modifymedium disk syncloud-amd64-[version].vdi --resize 50000
  1. Create New VM

image

  1. Linux Debian x64 (no ISO file)

image

  1. Hardware (no EFI)

image

  1. Use existing virtual hard drive and select extracted vdi file

image

  1. Settings -> Network -> Adapter 1: Attach to "Bridged Adapter"

    This will allow VM to be on a separate IP on your network so it can do port mappings and be visible for a phone discovery.

image

  1. Start

image

  1. Login

    User: root

    Password: syncloud (it will not be visible when typing)

image

  1. Get IP address

    Run hostname I and IPv4 (left part of the output, 192.168.1.182 in my case)

image

  1. Open in browser (ex: https://192.168.1.182)

image

  1. Activate by following the wizard

image

  1. After activation you may need to refresh browser page to accept browser risk warning again (it will go away within few minutes as devices gets HTTPS certificate and you switch to DNS name from Settings - Activation)
Clone this wiki locally