<% const p2pServerList = config.p2pServerList || {} const selectedServer = p2pServerList[config.p2pHostSelected] %>

This feature is for subscribers only. To get an API Key please login to your ShinobiShop account and create a key associated to any active Subscription ID.

If you would like to get access to a private (dedicated) P2P server please create an account at the ShinobiShop and contact us via the Live Chat widget.

Purchase a Mobile License Key to get started!

<% Object.keys(p2pServerList).forEach((key) => { const details = p2pServerList[key] %>
<%- lang.Selected %> <%- details.name %>
<%- details.host %>
<%- lang['Download Bandwidth'] %> / <%- details.maxNetworkSpeed.down %>
<%- lang['Upload Bandwidth'] %> / <%- details.maxNetworkSpeed.up %>
<%- lang.Threads %> %
<%- lang.RAM %> %, MB
<%- lang['Registered Servers'] %>
<%- lang['Connected Users'] %>
<%- lang['Viewing Server Stats'] %>
<% }) %>
<%- lang.Save %>