Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Maximo101

Members
  • Joined

  • Last visited

Everything posted by Maximo101

  1. With local ollama models, i find its best to use a model which fully fits within your vram. It will give you the highest tokens per second, compared to models which offload part into the RAM. Eg my 16gb VRAM, anything roughly 12B parameters or less will fully fit and produce 80 - 200 tokens per second. (gpt-oss:20b is an exception as its actual size is 13GB and fully fits in vram) Anything over will spill over from the gpu into the ram and produce 3 - 20 tokens per second. Also look at the capabilities of the model for what you are wanting to use it for. eg. vision if you want it to read images. Thinking if you want it for better reasoning. Tools if you want it for Agentic use. I am hoping they update ollama (docker version) to better use MoE models which can have a higher Parameters (B) total as only a smaller amount is actively used. Eg. 120B models which use 12B active parameters. Feel free to try the benchmark script i added to github in the link above to see what latency and tokens per second you get with models you downloaded on your gpu. I also have a script to auto update the ollama models, and i use it with User Scripts Plugin to auto run once a week. You can grab them here: https://github.com/Maximo101/ollama-benchmark-suite Also note that you can download models not only direct from the ollama libaray, but from https://huggingface.co/ if you get the GGUF file (if the architecture is MoE might not work), otherwise just sort by ones that have the ollama link. You can make an account, add your gpu and it will show Green which quantisation will fit on your gpu Hope thats helpful!
  2. Add this Extra Parameter as MrSir has said, I suggest also increasing the default context length from 4096 to 32768. (this is crucial if you want to use ollama for OpenClaw) I also have my AI models stored on the cache, to reduce disk read/writes to the array, and increase inference speed from the ssd cache.
  3. I’ve been running Ollama in a Docker container on my UnRaid server for a while now and put together a couple of bash scripts to make managing and testing local models a bit easier. I put them up on GitHub and figured I'd share them here in case anyone else finds them useful for their own setups. There are two main scripts in the repository: ollama_benchmark_v1.sh: Tests your installed models against a few standard prompts and outputs a CSV with your tokens/second, latency, and a VRAM/RAM split. It specifically does a hard VRAM purge and an OS cache drop between runs so you get accurate "cold boot" metrics rather than testing from the cache. update_ollama_models.sh: Just a handy maintenance script that iterates through your library, pulls the latest layers for all your models, and generates a status report CSV. You can grab them here: https://github.com/Maximo101/ollama-benchmark-suite Hopefully, someone finds these helpful for tracking performance or keeping things updated.
  4. Corsair 64GB (2x32GB) Vengeance 6000MHz DDR5 RAM I run Plex (rarely used lately since i have stremio), Home Assistant, Immich photo server, Ollama/OpenClaw.
  5. Looks like Peter (creator of OpenClaw) just signed up with OpenAI, not sure what that means for openclaw and its open source status.
  6. What local AI models (ollama), are you guys using? I just mine configured and am starting off testing: olmo-3:7b-instruct I also connected Telegram and the agent was confused by the metadata from the telegram prompt, maybe since its only a 7b model, i added some info in the soul.md file to not respond about the metadata, just the message. (Not openclaw) Some bench marking analysis i did on my local models for a 16gb gpu using claude: (note claude misprinted some model names in the artifact from the spreadsheet, eg qwen2.5 is qwen3, gemma2 is gemma3 etc. https://claude.ai/public/artifacts/21b88a74-5087-402f-8a93-a833218a6529 I'm testing olmo3 since it had the highest tokens per second and full accuracy of my test questions, as well as cabability: Tools. But i'm not sure if i want to use a model with vision, or thinking also? Something that can fully fit in vram, so for a 16gb gpu, anything less than 12-14gb to allow context, so roughly 12-20B parameters roughly, or 7-8B to allow more context. I mainly want to connect this to Home Assistant, and not yet looking to have it to anything too major until i can be sure i have the security locked down.
  7. Some new benchmarks if anyone is interested https://claude.ai/public/artifacts/21b88a74-5087-402f-8a93-a833218a6529 Also rumours that Gemma4 will be out if not end of feb, in the next month or so. (looking at when each gemma model was released in relation to each gemini model).
  8. Hi, thanks for this, I managed to install the docker and the status is connected. When i have some time I just need to connect ollama (locally) to get the agent working. First attempt and the config json kept saying invalid and wouldn't save. Any suggestions for Ollama setup?
  9. I just installed kubuntu on a new pc and am looking at using UI-TARS-DESKTOP or OpenIntepreter on that system still using Ollama local AI models. (these both can control your desktop and local files with TARS being better with gui and Interpreter better for terminal) But (clawdbot) Moltbot should be in a docker on a server as an 'always on brain'. I havent got back around to trying to install Clawdbot (moltbot) again, hopefully ill get some time to try again.
  10. https://openclaw.ai/ Clears your inbox, sends emails, manages your calendar, checks you in for flights. All from WhatsApp, Telegram, or any chat app you already use What is OpenClaw? OpenClaw is an open-source, "local-first" AI agent gateway. Unlike a standard chatbot, it is designed to run 24/7 on a local server or PC. It acts as a bridge between Large Language Models (like Claude, GPT-4, or local Ollama models) and the user's personal environment. Key Features: Messaging Integration: It allows you to control your server and interact with the AI via Telegram, WhatsApp, Discord, or Signal. System Access: It has "skills" that allow it to execute shell commands, manage files, and run scripts on the host (or inside its container). Proactive Automation: It can send proactive messages (e.g., morning briefings, server status alerts, or UPS power notifications). Persistent Memory: It stores conversation context and "memories" locally as Markdown files. Edit 1:Moltbot was formerly known as Clawdbot. Independent project, not affiliated with Anthropic. Edit 2: Name changed again to OpenClaw https://github.com/openclaw/openclaw Has anyone been able to run Clawdbot (OpenClaw) in a docker container on UnRaid? I tried making it with add container and add stack but no luck as yet. I have tried pulling standard images from Docker Hub, but I am having trouble finding a verified, working repository for an Unraid-friendly Docker build. Does anyone have a working Docker Compose or a custom XML template for this?
  11. I did the upgrade using the Tools, Update OS, and clicked the latest 7.2.3. Worked flawlessly. I had updated the Realtek and nvidia driver plugin's as new ones where available. Glad to see the NIC remained and everything just carried over perfect.
  12. Is there any advice for when i decide to upgrade? i know my NIC will loose connection again after the upgrade, whats going to be the best way to ugprade, then re do my network settings without much hassle?
  13. Hi, Is there is any update on these updates? I am still sitting on version 7.0.0 since I dont want to have to try and reconfigure everything from backups like i did the last two times i tried to update. The main issue i had was my NIC becomes unusable even though i have the R8125 plugin installed.
  14. I ran some benchmark questions across these open source models in ollama via script created by Gemini/Grok/Claude AI's run on my Unraid OS v7 home server. My server specs in my signature. You can see the results here Claude AI made it into a webpage to view.
  15. Openai just released their open source models which can be downloaded via ollama(upgrade to latest version required). https://openai.com/open-models/ We’re releasing two flavors of the open models: gpt-oss-120b — for production, general purpose, high reasoning use cases that fits into a single H100 GPU (117B parameters with 5.1B active parameters) gpt-oss-20b — for lower latency, and local or specialized use cases (21B parameters with 3.6B active parameters) While the 120b version needs some decent hardware to run locally, the smaller 20b works great with laptops and moderate configs. They are compared to being close to Openai's o3 models and on par with Ali Baba's qwen3. There is a playground to test the models too, no account required; https://gpt-oss.com/ Just added to my AI models on my server.
  16. Last time (early june 2025) i tried to upgrade from v7.0 to v7.1.3 i had major issues with the NIC not working so no gui access (my server is in a very unconfortable space with the gpu external so moving the setup it a major hassel), then my backup restore still did not fix the unrecognized nic even though it should have gone back to working how it used to. (i have a new asus mb which had issues when i upgraded which i resolved by downloading realtek r8125) That upgrade attempt was in june and after a week of downtime and hassles when i finally got it back up and running from months old backup (loosing my home assistant data...) i have been still happily running v.7.0 without any issues. What are the chances if i upgrade now to the latest v7.1.4 ill loose NIC connectivity and have to manually redownload the realtek 8125 drivers even if they were already on my server before the upgrade? I now have a usb wifi dongle but i dont think its drivers are supported by default. (TP-Link Archer TX20U AX1800 Dual Band Wi-Fi 6 Wireless USB Adapter) If i do have major issues upgrading, should the roll back (if i loose internet connectivity i loose gui access), just copy my AppData flash backup to the usb and reboot and it should load as per the previous v7 installation, or do i need to create a usb boot drive, then copy the files from my backup over it? Honestly if there is too much risk im just going to keep running v7 What are other peoples thoughts on the topic?
  17. I had issues when i first setup mine, here is a link to the Realtek R8125 driver if it is of any use for anyone who cant get it from the plugin store (due to no network connectivity)
  18. I am glad it was helpful. I had issues last year when i upgraded my server to the new asus MB, that was an annoying week as i had no wifi adapter and could not get any copy of the plugin i downloaded to work (spent ages trying to install python and manually build the driver without success etc), I borrowed a wifi adapter to get network back up then downloaded that plugin. Recently my server seemed to remove all my plugins after the latest upgrade process, and then reverting just threw a spanner in the works with no network etc. I then just rebuilt the flash usb drive and then replaced with an old backup (with those files on there) and my server is running again, but im just going to leave it at unraid version 7.0.0. I keep multiple backups (on the backup drive on the server itself), but also periodically manually copy a backup from there to another backup drive on my main pc So keep in mind that upgrading versions with these newer MB might remove the plugin.
  19. Thank you, so my gpu is using 180w in this image (ollama running a local ai model responding to a complex task, as it idles at 10watts)
  20. anyone else running local AI models? now that i have a gpu i have installed a few other models but not really tested too deep as i am using the free online ones for the harder tasks (gemini, claude, grok, chatgpt) I installed the Gemma3:12B-it-qat and this is the draw on the gpu when its responding, pretty quick respond speed (also running a parity check at the same time)
  21. i managed to restore an older backup for mine, had to re black list the r8169 network driver and that allowed the r8125 to work, then restored all my server to the v7.0.0 and im just going to keep it at that.
  22. Create a new flash drive using the usb creator, make sure its the same version as your backup. Once that's done copy the entire configuration folder to the usb from your backup. Mine weirdly still broke my Nic driver which was an annoying issue I had when I upgraded my hardware. I spent hours yesterday with no luck and gonna keep trying to get it back online today.. I wish I had never tried the upgrade and just kept with what was working...
  23. I restored unraid 7 using the usb creator and copied the configuration from my backup but I still can't connect for some reason, eth0 doesn't exist which never used to be a problem. I tried restoring a few other backups and the same issue :( any suggestions
  24. i also tried the upgrade and lost network connectivity.. spent a few hours trying to get it back online without any luck so im just going to roll back to the previous version i had
  25. I'm pretty sure the plugins auto install on boot if they are in the config / plugin folder. Here is a copy in case it helps (realtek nic driver) r8125-driver.rar

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.