Good news for you: this particular model comes already rooted from factory (more or less). Here are the steps to get access to it and to make it permanent.
A Conga, of course! (3x90, 4090 or 5490 model) and
Method 1: Via USB cable (recommended, easier):
- a USB to microUSB cable
- a computer with ADB installed
Method 2: SSH via WiFi network (-NOT- recommended):
- A WiFi network with internet access (preferably a private one, as data flies-by unencrypted)
- a computer with SSH installed
- The Conga App:
- 3090 Conga App for 3090 model
- 3x90 Conga App for 3x90 series
- 4000 Conga App for 4090 model
-
Check that you have ADB tools installed and working in your computer (you can follow this guide)
-
Connect the USB cable to the Conga's frontal USB port
-
Open a terminal or console and execute the following command:
PC:~ armando$ adb shell
if you get a login prompt, type
root
as userpassword may vary depending on your model:
if you already patched your Conga before, no login or password is required
-
Check that you have SSH installed and working in your computer (Linux/MacOS by default, use Putty in Windows)
-
You need to install the Conga App (see above which one) and connect your Conga to the Internet (following Cecotec's instructions). This is a bad idea as you're exposing your privacy... Unless you already did this before coming here, please, please, 🙏, use Method 1.
-
You have to find out the IP address of your Conga (see this guide on how to)
-
Open an ssh connection to your Conga (change the 192.168.x.x for your Conga's IP address):
PC:~ armando$ ssh [email protected]
and when you get the login prompt, type
root
and then the password depending on your model:
You should see something like this:
- Change the password (to something non-default and secure 🙏)
- Add certificates (ssh key-pair) to access via ssh without passwords
- Sniff network traffic inside the Conga itself
- Investigate all the stuff ... 😍