-
Notifications
You must be signed in to change notification settings - Fork 43
Virtual Box
Boris Rybalkin edited this page Dec 1, 2024
·
14 revisions
- Install Virtual Box
- Extract syncloud-vbox-[version].vdi.xz file into syncloud-vbox-[version].vdi
- Extend disk (default is only 3GB). This will give you 50GB.
VBoxManage modifymedium disk syncloud-amd64-[version].vdi --resize 50000
- Create New VM
- Linux Debian x64 (no ISO file)
- Hardware (no EFI)
- Use existing virtual hard drive and select extracted vdi file
-
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.
- Start
-
Login
User: root
Password: syncloud (it will not be visible when typing)
-
Get IP address
Run
hostname I
and IPv4 (left part of the output, 192.168.1.182 in my case)
- Open in browser (ex: https://192.168.1.182)
- Activate by following the wizard
- 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)