diff --git a/kioskengine/field-maintenance.html b/kioskengine/field-maintenance.html index 2e9ea72..414d075 100644 --- a/kioskengine/field-maintenance.html +++ b/kioskengine/field-maintenance.html @@ -2,7 +2,7 @@ title: Field Maintenance description: published: true -date: 2024-11-10T18:32:29.756Z +date: 2024-11-10T18:33:26.830Z tags: editor: ckeditor dateCreated: 2024-10-21T11:12:53.076Z @@ -13,9 +13,9 @@ dateCreated: 2024-10-21T11:12:53.076Z
An example of the Field Maintenance Application after a login

Modifying Kiosk to Allow Field Maintenance

-

The field maintenance screen sits behind a authentication screen that, unlike the Redbox Desktop, verifies credentials with redbox servers (which are no longer online). To get around this, @viper33802/@loki patched the DLL that has todo with the authentication. The steps are as follows:

+

The field maintenance screen sits behind a authentication screen that, unlike the Redbox Desktop, verifies credentials with redbox servers (which are no longer online). To get around this, there are patched DLLs that skip the authentication step. The steps are as follows:

    -
  1. (Download the patched DLL (Discord message link))
  2. +
  3. Download the patched DLL from the Redbox discord. There will be a revised version of this soon that doesn't require downloading a full DLL.
  4. Place this file in “C:\Program Files\Redbox\REDS\Kiosk Engine\bin”
  5. Make a copy of your original DLL (ie, add “.backup” to the end of the filename)
  6. Remove the “.patched” from the file name. It should now read “Redbox.Rental.Services.dll”