[Home](./index.md) > [bitburner](./bitburner.md) > [DarknetServerDetails](./bitburner.darknetserverdetails.md) ## DarknetServerDetails interface Details about a darknet server **Signature:** ```typescript interface DarknetServerDetails ``` ## Properties
Property Modifiers Type Description
[blockedRam](./bitburner.darknetserverdetails.blockedram.md) number The amount of ram blocked by the server owner
[data](./bitburner.darknetserverdetails.data.md) string Data from the passwordHint, if any.
[depth](./bitburner.darknetserverdetails.depth.md) number The current depth in the darknet of the server
[difficulty](./bitburner.darknetserverdetails.difficulty.md) number The difficulty rating of the server, associated with its original depth in the net
[hasSession](./bitburner.darknetserverdetails.hassession.md) boolean True if the current script has authenticated to this server with the right password using authenticate() or connectToSesssion()
[isConnectedToCurrentServer](./bitburner.darknetserverdetails.isconnectedtocurrentserver.md) boolean True if the server is directly connected to the current server
[isStationary](./bitburner.darknetserverdetails.isstationary.md) boolean If this darknet server cannot be moved. True for fixed/story servers.
[logTrafficInterval](./bitburner.darknetserverdetails.logtrafficinterval.md) number The frequency (in seconds) of the server adding its own messages to its logs, visible with heartBleed().
[modelId](./bitburner.darknetserverdetails.modelid.md) string The model of the server. Similar models have similar vulnerabilities. The model list is intentionally undocumented. You are supposed to experiment and discover the models.
[passwordFormat](./bitburner.darknetserverdetails.passwordformat.md) "numeric" \| "alphabetic" \| "alphanumeric" \| "ASCII" \| "unicode" The character set used in the password
[passwordHint](./bitburner.darknetserverdetails.passwordhint.md) string Static password reminder text set for this server.
[passwordLength](./bitburner.darknetserverdetails.passwordlength.md) number The number of characters in the password
[requiredCharismaSkill](./bitburner.darknetserverdetails.requiredcharismaskill.md) number The charisma skill required to authenticate on the server