Deploy NetSpeek Edge in VMware Fusion as VMDK
Before you begin ensure you have VMware Fusion installed.
1. Create a Custom Virtual Machine
- Open VMware Fusion.
- Click the + > New… option
- In the installation method screen, select Create a custom virtual machine
2. Configure VM Settings
- Under Operating System, select:
Linux > Debian 12.x 64-bit
- Choose Legacy BIOS firmware type.
- For the virtual disk option, select Use an existing virtual disk, then browse to and choose your provided .vmdk file.
- Review your configuration and click Finish.
3. Adjust VM Network Settings
Note: The below network configuration interfaces are examples from MacOS Catalina, to bridge a WiFi network connection held by the host machine. The precise steps to bridge a network connection in your environment will differ based on the OS and network connectivity method of your host (e.g., a Windows host running VMware Fusion connected by Ethernet will have a different procedure than the example below).
- After setup, click Settings on your powered-off VM
- Select Network Adapter
- Under Bridged Networking, select Wi-Fi to allow the VM to be accessible from your local network.
4. Power on the VM
- Start the VM – VMware Fusion will automatically launch the console window.
- The console does not require login credentials and will show a command line interface similar to the image below.
5. Confirm the NetSpeek Edge is Running
- Click inside the console interface to ensure keyboard input is being sent to the Edge Client VM and run the command:
ip a - Note the IP address under an interface like
enp0s3.
6. Test Web Access
- On your host or another device on the same network, open a browser:
http://<vm-ip>:8080
Note that if your browser defaults to HTTPS (which is certificate-secured connections to websites), you will need to manually specify an HTTP url, including the port 8080, precisely as described in the example above. The NetSpeek Edge does not support HTTPS connections to the web UI in order to avoid connection problems introduced by self-signed certificates when using HTTPS.
- You should see the NetSpeek Edge Service Management UI.