Forgeport is a hosted player portal, public website and donation store for Lineage 2.
Most panels need to be downloaded, installed and maintained on your own web server. Forgeport is fully hosted: no PHP/MySQL panel to deploy and no web server to manage.
Connect your game server, configure your portal and publish.
Player portal and store
Branded player portal on a Forgeport or custom domain
Portal Coins wallet and configurable donation store
Items, skills, bundles and gift codes
Verified vote rewards for GTop100, TopG, Hopzone and XtremeTop100
Lucky Slots with configurable prizes and transparent odds
Character services such as rename, gender change and unstuck
News, events and player account management
Automatic in-game delivery without requiring a GM online
Public Lineage 2 website
The public website uses the same Forgeport connection as the player portal. Once the game server is connected, its live status and statistics are ready without installing another website script, exposing the game database or building a separate API.
Server status and online player count
PvP and PK rankings
Clans and castle sieges
Raid and grand boss status
Server rates and features
News and downloads
Vote sites and featured store offers
Support for multiple game servers
Full public website preview
Open the full-page website screenshot
The hosted website is available during the trial. After the first paid subscription invoice, you can also download an integrated self-hosted template or a static template.
Developers who prefer their own frontend can use the public read-only API:
https://docs.forgeport.net/docs/platform/public-website-api
Payments — 0% Forgeport fee
Supported payment providers:
Stripe
PayPal
NOWPayments
Mercado Pago
FreeKassa
Paymentwall
Payments go directly to your own merchant account. You remain the merchant of record and Forgeport takes 0% of player payments. Webhooks are configured automatically where the provider supports it.
Delivery — the part that matters
L2J: the connector and GameBridge are compiled into the game server. Public aCis and Mobius examples are available on
GitHub. Items and skills are delivered through the live player object, without direct SQL writes into a running server.
L2Off/PTS: a standalone connector runs beside the retail binaries and uses a delivery queue consumed by the server
extender. No changes to the game binaries are required and there are no SQL writes into live cached characters.
The connector only opens an outbound secure WebSocket connection. Your database is not exposed to Forgeport or to the public website.
Pricing
Starter — €19.99/month
One portal and game server, with the complete storefront and engagement feature set.
Pro — €29.99/month
Up to three portals, with up to three game servers per portal.
Every organization starts with a 30-day free trial. No card required. Forgeport charges a fixed subscription and never takes a percentage of your sales.
Player portal demo (6 min):
https://www.youtube.com/watch?v=rJGgiQlPF74
Documentation:
https://docs.forgeport.net/docs
Website:
https://forgeport.net/
Solo developer. Questions are welcome, especially about the L2J and L2Off integration.