Jump to content

OpenSimulator Internals/LoginService

From Open Simulator Technical Help
Revision as of 07:05, 21 June 2026 by Jwbshaw (talk | contribs) (first)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

OpenSimulator Internals/LoginService

[edit]

Overview

[edit]

LoginService handles user login. Implements the LL (Linden Lab) login protocol.


Configuration

[edit]

Minimum login level is configurable via the "login level" ROBUST console command or the MinLoginLevel key in the [LoginService] section of Robust.ini.

Users with a UserLevel below MinLoginLevel cannot log in.


Login Sequence

[edit]

On login, LoginService coordinates with:


See Also

[edit]