Dear Mr. Tran,
Thank you for reaching out and providing detailed information about the installation issue. We understand the problem you're experiencing with the "Configuring gdm3" prompt during the TeslaCloud Standalone Server installation. This is a known behavior when installing packages in a non-interactive environment (such as cloud servers accessed via SSH). The gdm3 package (GNOME Display Manager) is being pulled in as a dependency and attempts to show an interactive configuration dialog. However, in headless cloud environments without a graphical console, keyboard input to these dialogs may not work as expected. In the next version of script we'll fix it (we need to test).
Now, please follow these steps to complete the installation:
Option 1. Quick Fix.
Run the installation with environment variables that suppress interactive prompts:
# Set non-interactive mode
export DEBIAN_FRONTEND=noninteractive
# Pre-configure debconf to auto-select defaults
echo "debconf debconf/frontend select Noninteractive" | sudo debconf-set-selections
# Re-run the installation
curl -fsSL teslascada.com/Downloads/install.sh | sudo bash
Option 2: If You're Currently Stuck on the gdm3 Screen
If the installer is currently frozen on the "Configuring gdm3" dialog:
1. Try pressing Tab to navigate between options, then Enter to select gdm3 or lightdm
2. If that doesn't work, press Ctrl+C to cancel the current installation
3. Then apply the commands from Option 1 above to restart with non-interactive mode
Best regards,
Ruslan