DWShells: SSH Connection Guide
Connecting to Your DWShell via SSH
Your login details are:
- Server: dwshells.darkworld.network
- Port: 22
- Username: Your chosen username (for IRC-based requests, it's often your IRC nickname).
- Password: The password sent to you upon approval.
Connecting from Linux/macOS (Terminal)
Open your terminal and use the following command: ```bash ssh your_username@dwshells.darkworld.network You will be prompted for your password. For security, the password will not be visible as you type.
Connecting from Windows
Windows users need an SSH client. We recommend PuTTY or MobaXterm.
Using PuTTY
Download and run PuTTY. In the "Host Name (or IP address)" field, enter: shell.darkworld.network Ensure the port is set to 22 and connection type is SSH. Click "Open". A terminal window will open. Enter your username and password when prompted.
Using SSH Keys (Recommended)
For better security and convenience, set up SSH key authentication. See our guide: DWShells: SSH Key Authentication.