Search
Close this search box.

Configure Kasm Workspace on Oracle cloud Container streaming for FREE

The safest way to browse the internet is in an isolated MULTIVERSE. This could be your free lifetime ULTIMATE HACKING Lab. Docker or Oracle cloud Container streaming to your browser with secure, isolated instances of Kali Linux, Ubuntu, Firefox, Chrome, and more.
Oracle cloud Container streaming

The safest way to browse the internet is in an isolated MULTIVERSE. This could be your free lifetime ULTIMATE HACKING Lab. Docker streaming containers to your browser with secure, isolated instances of Kali Linux, Ubuntu, Firefox, Chrome, and more.

Kasm is an open-source container streaming workspace that provides enterprise-class orchestration, data loss prevention, and web streaming technology to deliver containerized workloads to your browser. https://kasmweb.com

Requirement

You can implement Container Streaming on any cloud provider or any local VM with 2 core and 4GB ram. I am using here oracle cloud arm base VM to implement this. Since it’s free for a lifetime.

For more detail click Here

You can use this workspace for BROWSER ISOLATION, REMOTE WORKSPACES, APP STREAMING

1. Update VM

				
					sudo apt-get update && sudo apt-get upgrade -y
				
			

2. Swap file

				
					sudo dd if=/dev/zero bs=1M count=1024 of=/mnt/1GiB.swap
sudo chmod 600 /mnt/1GiB.swap
sudo mkswap /mnt/1GiB.swap
sudo swapon /mnt/1GiB.swap
				
			

3. Verify swap file exists

				
					cat /proc/swaps
				
			

4. To make the swap file available on boot

				
					echo '/mnt/1GiB.swap swap swap defaults 0 0' | sudo tee -a /etc/fstab
				
			

5. Download the KASM setup file

				
					wget https://kasm-static-content.s3.amazonaws.com/kasm_release_1.10.0.238225.tar.gz
				
			

6. Extract the setup files and verify

				
					tar -xf kasm_release*.tar.gz
ls
				
			

7. Start the setup script.

				
					sudo bash kasm_release/install.sh
				
			

9. Open the Kasm admin panel

Open the Kasm container streaming admin panel by https://YourIPAddress