Skip to main content

Unraid

  1. Navigate to your Unraid WebUI using the IP address or hostname you have previously set up.
  2. Ensure your array is "started" and healthy under the Main tab.
  3. Ensure the Docker service is running under the Settings > Docker tab. The Enabled Docker option should be set to "Yes".
  4. Navigate to the Apps tab and search for "Memtly.Community".
  5. Select the option by "Memtly" and click "Install".
  6. When prompted select the latest option. This will ensure you have the latest and greatest features.
  7. You should then be presented with a template that you can modify with your own settings. I recommen changing the admin password, encryption key and encryption salt here.
  8. Click the "Show more settings" toggle.
  9. Here you can change the path you want persistent data to be stored or you can opt for the default locations.
  10. Click "Apply" to complete the installation.
  11. You should see some command logs appearing on screen and if all went well a success message at the bottom of the page.
  12. Note down the value in the line -p 'X:5000/tcp'. The value represented as X will be your containers web port.
  13. Click "Done" to complete the install.
  14. At this point you can visit your container by using the servers IP:PORT combination such as "http://192.168.1.10:5000" or you can find the installed app and select Actions > WebUI.
  15. To view app stats you can navigate to the Docker tab and find the "Memtly" instance.
note

If you get an error message about conflicting ports or port already in use you may need to modify the port value at step 7 from the default of 5000 to another that is not already in use by another app.