# Proxy/use via the ELO Administration Console

When using ELO Sync via a proxy, for example, by accessing the UI from the ELO Administration Console, it is important that a PublicUrl is defined in the appsettings.json file.

# Solution

Make sure that the 'PublicUrl' in appsettings.json file is set with schema and complete proxy path, for example:

{
    "PublicUrl": "https://eloserver:9093/ix-Repository/plugin/de.elo.ix.plugin.proxy/sync",
}
Last updated: February 14, 2025 at 4:15 PM