____ ____ _ _ _
| _ \ __ _ __ / ___|| |__ ___| | |
| | | |/ _` |/ _\___ \| '_ \ / _ \ | |
| |_| | (_| | (_| |__) | | | | __/ | |
|____/ \__,_|\__, |___/|_| |_|\___|_|_|
|___/
[ Orbic RCL400 Webflasher ]
This tool helps you install DagShell on your Orbic RCL400 directly from your browser. Follow the steps below in order.
Generate unique SSL certificates for secure HTTPS access to DagShell.
Download the firmware, scripts, and place them in a folder together with your PKI certificates from Step 1.
Connect to the Orbic's WiFi network, then run this command with your admin password (found on device label or set in web UI):
python enable_shell.py YOUR_PASSWORD
Example:
python enable_shell.py 1d495f58
After the shell is enabled, run the deploy script to install DagShell:
requests module.
Navigate to the DagShell folder and run:
python deploy_base64.py
If you downloaded files to ~/Downloads:
cd ~/Downloads && git clone https://github.com/dagnazty/DagShell.git && cd DagShell && pip install -r requirements.txt && python deploy_base64.py