The Elder Scrolls Online and Proxies: Which Part of the Traffic Is Routed?
The Elder Scrolls Online looks like a single connection, but the client talks separately to the patch server, the login service, the megaserver session and the account pages on the web side. This page explains which part of ESO traffic falls within proxy scope, what the extra hop does to latency, and how to read packet loss correctly.
Four separate loadsHow patching, login, the megaserver session and web traffic differ with respect to a proxy.
02
The truth about latencyThe distance the extra hop adds to the path, and the one rarely seen exception.
03
Packet loss diagnosisWhich tool measures what, and why is loss at an intermediate hop misleading?
04
SOCKS5 and UDPWhat does UDP ASSOCIATE do, and where does it fail in practice?
The quickest way to make sense of ESO and proxies is to clarify a single question: which traffic? The game itself, the downloader pulling an update package and the account page you open in a browser do not share the same network path. When you route one and leave the other in place, the resulting picture often looks like "the proxy is broken" — when in fact it is simply out of scope.
The second point is on the client side. Like most game clients, the ESO client has no field where you can enter a proxy server, port and password. That is why the routing decision is made not inside the game but at the operating system, application-rule or router level; the scope is determined together with that decision.
The third concerns expectations. A proxy is a path-changing decision, not an accelerator. Your exit IP address changes, your account's identity does not; the path gets longer, not shorter. Every recommendation on this page is built on those two sentences.
The ESO client does four separate jobs on the network
When you launch the game, the first component to run is the downloader that checks file versions. It fetches a version list, compares it with the files you have, and pulls the missing parts from a content delivery network. The traffic takes the form of ordinary HTTP/HTTPS downloads; it produces long, large transfers rather than small requests, and on a metered line it becomes the biggest item in the monthly quota.
The second part is login and account verification. When your credentials are verified, the address seen on the server side is your exit address; if you use a proxy, that of the proxy server. On this screen you also choose which megaserver to connect to, and that choice determines which cluster your session will live in. Your character lists are separate per megaserver; a character created on one does not appear on the other.
The third part is the actual game session. The volume of data transferred here is small but continuous: position updates, ability usage and world events flow as short messages. This traffic is not sensitive to bandwidth but to the stability of latency and the loss rate. A few hundred kilobits per second is enough, yet a single half-second stall is felt immediately in game.
The fourth part is the web side: account management pages, subscription and store pages, and files downloaded by add-on managers. All of this is ordinary HTTP traffic flowing through a browser or small helper programs, and it is the easiest part to route through a proxy.
Note
After setup, do not answer the question "is it working?" with a single test. Opening the account page in a browser only tests the fourth part; it tells you nothing about whether the downloader and the game session are being routed.
DIAGRAMThe four stops of an ESO session on the network
You can scroll the diagram horizontally to inspect it
The four jobs are part of the same session but go to different endpoints; your proxy scope may not cover all four.
What does SOCKS5's UDP ASSOCIATE method cover, and where does it stop?
An HTTP proxy opens a tunnel to encrypted destinations using the CONNECT method, and that tunnel carries only TCP. Every flow in which the game client uses UDP falls outside this tunnel: it either goes out directly, or, if UDP is blocked, the connection is never established at all. SOCKS5 differs at this point; the protocol's UDP ASSOCIATE command lets the client open a UDP relay point on the proxy, and datagrams are forwarded wrapped in a small SOCKS5 header.
In practice there are three obstacles in front of this capability. The first is the server side: many providers keep UDP relaying disabled because of abuse risk, meaning the SOCKS5 access you have works only for TCP. The second is the client side: for an application to speak SOCKS5 it must have implemented it in its own network stack, and the majority of game clients have no such capability. The third is the network side: the path to the relay point must stay open, the TCP control connection must not drop, and the mapping behind NAT must stay alive.
On top of that comes packet size. SOCKS5 encapsulation adds a few bytes to every datagram; in a flow running close to the MTU limit this can lead to fragmentation and to the loss of an entire fragmented packet. Since UDP itself does not retransmit, the application layer bears the consequences.
Do not assume "I got SOCKS5, so UDP must work"; ask the provider explicitly.
Test web and download traffic running over TCP separately from the game session.
Even if relaying is enabled, the UDP path closes silently when the control connection drops; interpret disconnects accordingly.
For the protocol's general capabilities, the SOCKS5 proxy page, and for a technical description of relay behaviour, the SOCKS5 UDP support article goes into more detail. A one-sentence answer from your provider to "is UDP relaying enabled?" produces results faster than hours of trial and error.
Which tool measures packet loss, and how do you read the results?
Most of the "teleporting", ability delay and sudden disconnects you feel in game stem not from high latency but from some packets never arriving at all. Diagnosis therefore starts by separating two distinct quantities: round-trip time and loss rate. If the average time looks low but there is loss, the picture is not "good".
The measurement must be taken against a fixed target over a long period. A one-off result hides the fluctuation that appears at peak hours; take at least a few minutes of uninterrupted measurement and repeat it at different times of day. If you want to see the hops along the path, on Windows tracert and pathping, and on Linux and macOS mtr do the same job at different levels of detail.
Tool
What it tells you
Common misreading
Continuous ping
Round-trip time to the destination and the share of requests left unanswered
Looking at the average and skipping the peak values and the fluctuation
tracert
The order of the hops along the path and the response time of each one
Mistaking a high time at an intermediate hop for the source of the problem
pathping / mtr
Loss percentage per hop, with long sampling
Carrying loss in the middle of the path through to the end
In-game network indicator
The session latency measured by the client itself
Comparing it one-to-one with a measurement made against a different target
The most common mistake is taking loss at an intermediate hop seriously. Routers along the path treat control packets aimed at themselves as low priority; loss that appears in the middle is often not real. What matters is loss persisting at the last hop, that is, at the destination, and that loss is carried along the whole path. Remember also that the outbound and return paths can differ: a one-way problem looks blurred in a two-way measurement.
Start the measurement with ping test , verify with with the proxy checker tool whether the exit is up, and always make the comparison in the same time window, with the proxy on and off.
What does the intervening hop add to latency, and where is the exception?
A proxy places an extra hop in your connection: the request first goes to the proxy server, from there it reaches the game server, and the response comes back along the same path. Because the physical distance covered grows, using a proxy increases latency in most setups; a proxy does not lower your ping and should not be marketed as an accelerator.
The size of the added time depends entirely on geography. An exit in the same city as you adds very little to the path; an exit on the same continent creates a noticeable difference; and an exit on a different continent can make the game session unplayable. Moreover, the price you pay is not just average time: every extra hop also means a new chance for jitter and loss.
The only real exception is when your default route is needlessly circuitous. On some lines, traffic to a nearby destination detours through a distant exchange point; in such a case an exit on a better-connected network can shorten the path. This is not a rule, it cannot be assumed without measurement, and it must be tested separately for every line.
The practical decision is simple: choose an exit close both to you and to the target, and measure every exit you choose before putting it to work. For a player connecting to the European megaserver, an exit within Europe is a reasonable starting point; the options are on the the location listside, for example Germany with a Frankfurt exit . For the components of latency, see the proxy latency article, and for common misconceptions specific to gaming, see the article on whether a proxy lowers gaming ping.
DIAGRAMThe relative contribution of the exit location to path length
You can scroll the diagram horizontally to inspect it
The numbers in the columns are representative weights, not measurement results; the only thing they convey is that the extra hop lengthens the path.
Choose the exit type for your ESO setup
For work requiring session consistency, a residential or ISP exit is better; for heavy downloads, a datacenter solution is more economical.
Choose whichever you need from our residential proxies, datacenter proxies, IPv6 and ISP solutions. Every plan comes with unlimited options, 99.9% uptime, rotating proxies, sticky sessions and 24/7 support. Ideal for web scraping, ad verification, SEO monitoring and digital data collection.
ISP ProxyStatic Turkish IPs registered to an ISP
ISP-registered static Türkiye IPs; they combine datacenter speed with the reputation of a real carrier. Ideal for long sessions and low-ping use.
Where the quota goes: the patch, session and web shares
On the ESO side, the bandwidth question is almost entirely about downloading. While the initial install and large content updates produce tens of gigabytes of volume, a game session lasting hours is small next to it. If you use a metered exit, what exhausts your monthly quota is not the hours you play but a single patch night.
That is why the common and sensible setup is to separate the scope: route the account pages and, when needed, the game session through the proxy, while keeping large downloads outside the metered exit. A system-wide setting will not do this on its own; when you define scope per application, the downloader can go out directly.
The third item is auxiliary traffic that is small but constant: add-on managers, interface packages and the regular checks made by community tools. On its own it is negligible, but on a shared exit it contributes to the number of concurrent connections.
If you are planning quota, first write down your monthly download habits, then choose the exit type accordingly. Pools billed by data transferred residential are suitable for work requiring session consistency; for high-volume transfers that do not require logging in, datacenter proxy is far more economical. For a calculation method, the bandwidth calculation article offers a template.
DIAGRAMThe share of transferred data by item
You can scroll the diagram horizontally to inspect it
The shares are representative; in your own setup the ratio varies with the patch schedule and your play time, but the ranking usually stays the same.
Megaserver choice, regional appearance and account pages
In ESO's megaserver model, players connect not to a single world-server list but to broad clusters, and you choose that cluster yourself on the login screen. The choice does not depend on the country of your IP address; a player connecting from Turkey can also pick whichever megaserver they want from the list. A proxy is therefore not an "unlocking" tool here; it only changes where the path goes.
The places where a proxy really helps are narrower and more concrete. Verifying how a campaign page or a store front looks from another country, using a consistent address when going out from a corporate network that requires a static IP, or testing via a second path whether the connection problem you are having is route-related are examples. What they have in common is that what is expected from the proxy is a difference in appearance or access, not a performance gain.
On the account side, the only technical behaviour to watch is location consistency. An account that has logged in from the same country for a long time suddenly appearing from another continent may trigger additional verification steps on the publisher's side. This is not a penalty but a normal security response; not changing your exit often and keeping your chosen country fixed reduces friction.
Warning
This page is not written to circumvent account restrictions, break regional purchasing rules, or run automation that violates in-game rules. Compliance with the publisher's terms of service is entirely the user's responsibility, and not everything technically possible is permitted.
Setup: where do you define the routing?
Because there is no proxy field inside the client, you make the decision outside it, and the scope of the three options differs greatly. An operating system setting gives the broadest scope: every application that reads the system setting is affected, which includes the downloader and helpers running in the background. Application-based routing covers only the processes you select; this is the method that separates quota most cleanly. A definition at the router level applies to all devices on that network and is the only practical route on devices with limited settings screens, such as consoles.
Whichever route you choose, the connection details consist of the same four fields: server name, port, username and password. As an example, consider the proxy.example.com, 8080, username and password format; the real values are in your provider panel and are not shared. If you use IP authorisation instead of credential authentication, your access is cut off when your home IP changes.
Verification is essential once setup is complete. Check whether the exit has really changed with the my IP address tool, and whether your domain name resolution is leaking with a DNS leak test. If IPv6 is enabled on your device while you use an IPv4-only exit, some requests may bypass the proxy entirely; this is one of the most common reasons a setup silently remains half-finished.
For a step-by-step walkthrough on Windows, the Windows 11 proxy settings article will serve you. Whichever route you choose, write down the rule you created: months later, when a problem arises, the first thing you will check is what the scope is, and trusting memory rarely helps here.
Symptom table and cases where a proxy is unnecessary
Symptom
Possible cause
What to do
The login screen passes but the game does not connect
Web traffic is routed, the game session is out of scope
Rebuild the scope on a per-application basis
Downloads are very slow
The exit's bandwidth or sharing is insufficient
Take the download outside the metered exit
In-game latency has increased noticeably
The exit is in a region far from the target
Pick an exit on the same continent and measure again
Irregular disconnects
The control connection is dropping or the concurrent connection limit is being reached
Check the limits and session duration in the panel
407 authorisation error or similar
Credentials are not being sent, or IP authorisation has lapsed
Verify the username/password and the authorised IP record
Additional verification is requested
The exit country changed suddenly
Go back to a single fixed exit
At the end of the table stands a more fundamental question: do you really need this layer? If you play from your own country, on your own line, with a single account, a proxy gains you nothing; it only lengthens the path, adds cost and increases the number of components you have to diagnose when a problem arises.
If your aim is to put all traffic on your device into a single tunnel, the tool you are looking for is probably not a proxy either; the article on the difference between a proxy and a VPN clarifies the difference in scope. Access restrictions you encounter on a school or workplace network are a separate matter and should be assessed together with institutional policy.
Frequently asked questions about The Elder Scrolls Online and proxies
01Does a proxy lower your ping in ESO?
No. Because an extra hop is inserted, the total path gets longer and latency increases in most setups. The only exception is the rare case where your default route is needlessly circuitous, and that can only be established with comparative measurements taken with the proxy on and off.
02Is there a proxy setting inside the game client?
Like most game clients, the ESO client has no field for entering a server, port and password. The routing decision is made in an operating system setting, in an application-based rule, or on the router; the scope changes with where you make that choice.
03If I use SOCKS5, does all game traffic go through the proxy?
Not necessarily. SOCKS5's UDP ASSOCIATE capability only comes into play if the provider has enabled UDP relaying and the client knows how to request it. If either is missing, only TCP flows are routed; the rest goes out directly or is never established at all.
04Does the choice between the NA and EU megaserver depend on my IP address?
You make the choice yourself on the login screen; the country of your address does not determine this list. That is why a proxy is not a megaserver unlocking tool; it only changes which path the connection takes and which address the server sees.
05I see packet loss in the middle of the path — is the proxy to blame?
Usually not. Routers at intermediate hops treat control packets aimed at themselves as low priority, so loss appearing in the middle is normal. What matters is loss that persists at the destination. Before deciding, repeat the same measurement with the proxy off as well.
06Should I download patches through the proxy?
Not recommended if you are using a metered exit: large updates are the biggest item in your monthly quota, and a single patch night can consume the plan. Setting an application-based rule to keep the downloader out of scope makes more sense in most setups.
07Is a free proxy suitable for ESO?
Free lists are fine for learning and short tests; they are not suitable for a game connection that requires a continuous session. You do not know who operates the server, capacity is shared, and dropouts make diagnosis harder.