Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions pages/dedibox-kvm-over-ip/how-to/dell-idrac6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,12 @@ docker pull domistyle/idrac6

### Run the container
1. Run the container with the following command:
```bash
docker run -d -p 5800:5800 -p 5900:5900 -e IDRAC_HOST=$ip -e IDRAC_USER=$user -e IDRAC_PASSWORD=$password domistyle/idrac6
```
<Message type="note">
- Replace `$ip`, `$user` and `$password` with your iDRAC credentials.
</Message>

```bash
docker run -d -p 5800:5800 -p 5900:5900 -e IDRAC_HOST=$ip -e IDRAC_USER=$user -e IDRAC_PASSWORD=$password domistyle/idrac6
```
<Message type="note">
- Replace `$ip`, `$user` and `$password` with your iDRAC credentials.
</Message>
2. Access the HTML5 KVM by opening `http://localhost:5800` in a web browser.

## Alternative: Accessing the KVM-over-IP device using Java
Expand Down