# Configure Proxy for Emby Server in QNAP ## Metadata **Status**:: #x **Zettel**:: #zettel/fleeting **Created**:: [[2022-10-15]] **Topic**:: [[♯ Emby Server]] **Parent**:: [[♯ QNAP]], [[♯ Free Internet]] ## Synopsis Set up following environment variables in `/share/CACHEDEV1_DATA/.qpkg/EmbyServer/bin/emby-server`. ``` export HTTP_PROXY="http://10.31.0.6:7890" export HTTPS_PROXY="http://10.31.0.6:7890" export ALL_PROXY="http://10.31.0.6:7890" export no_proxy="10.31.0.1,10.31.0.5,10.31.0.6" ``` Restart the Emby Server: - Stop the app in QNAP App Center - In the console, check whether the server has stopped. If not, stop the server using `kill`. - Start the app in QNAP App Center