# System

The System class gathers all information about the server, PHP and other environment parameters and checks for a valid setup.

****

- Full class name: `Kirby\Cms\System`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Cms/System.php#L27>

****

### System

- [new System()](https://getkirby.com/docs/reference/objects/cms/system/__construct.md)
- [$system->__debugInfo()](https://getkirby.com/docs/reference/objects/cms/system/__debug-info.md)
- [$system->accounts()](https://getkirby.com/docs/reference/objects/cms/system/accounts.md)
- [$system->content()](https://getkirby.com/docs/reference/objects/cms/system/content.md)
- [$system->curl()](https://getkirby.com/docs/reference/objects/cms/system/curl.md)
- [$system->exposedFileUrl()](https://getkirby.com/docs/reference/objects/cms/system/exposed-file-url.md)
- [$system->folderUrl()](https://getkirby.com/docs/reference/objects/cms/system/folder-url.md)
- [$system->indexUrl()](https://getkirby.com/docs/reference/objects/cms/system/index-url.md)
- [$system->info()](https://getkirby.com/docs/reference/objects/cms/system/info.md)
- [$system->init()](https://getkirby.com/docs/reference/objects/cms/system/init.md)
- [$system->isInstallable()](https://getkirby.com/docs/reference/objects/cms/system/is-installable.md)
- [$system->isInstalled()](https://getkirby.com/docs/reference/objects/cms/system/is-installed.md)
- [$system->isLocal()](https://getkirby.com/docs/reference/objects/cms/system/is-local.md)
- [$system->isOk()](https://getkirby.com/docs/reference/objects/cms/system/is-ok.md)
- [$system->is2FA()](https://getkirby.com/docs/reference/objects/cms/system/is2-f-a.md)
- [$system->is2FAWithTOTP()](https://getkirby.com/docs/reference/objects/cms/system/is2-f-a-with-t-o-t-p.md)
- [$system->license()](https://getkirby.com/docs/reference/objects/cms/system/license.md)
- [$system->loginMethods()](https://getkirby.com/docs/reference/objects/cms/system/login-methods.md)
- [$system->mbString()](https://getkirby.com/docs/reference/objects/cms/system/mb-string.md)
- [$system->media()](https://getkirby.com/docs/reference/objects/cms/system/media.md)
- [$system->php()](https://getkirby.com/docs/reference/objects/cms/system/php.md)
- [$system->plugins()](https://getkirby.com/docs/reference/objects/cms/system/plugins.md)
- [$system->register()](https://getkirby.com/docs/reference/objects/cms/system/register.md)
- [$system->serverSoftware()](https://getkirby.com/docs/reference/objects/cms/system/server-software.md)
- [$system->serverSoftwareShort()](https://getkirby.com/docs/reference/objects/cms/system/server-software-short.md)
- [$system->sessions()](https://getkirby.com/docs/reference/objects/cms/system/sessions.md)
- [$system->status()](https://getkirby.com/docs/reference/objects/cms/system/status.md)
- [$system->title()](https://getkirby.com/docs/reference/objects/cms/system/title.md)
- [$system->toArray()](https://getkirby.com/docs/reference/objects/cms/system/to-array.md)
- [$system->updateStatus()](https://getkirby.com/docs/reference/objects/cms/system/update-status.md)
- [System::upgradeContent()](https://getkirby.com/docs/reference/objects/cms/system/upgrade-content.md)