JustPaste.it

.
├── lgsm
│   ├── default-configs
│   │   └── server.cfg
│   ├── functions
│   │   ├── alert.sh
│   │   ├── check_config.sh
│   │   ├── check_deps.sh
│   │   ├── check_glibc.sh
│   │   ├── check_ip.sh
│   │   ├── check_logs.sh
│   │   ├── check_permissions.sh
│   │   ├── check_root.sh
│   │   ├── check.sh
│   │   ├── check_status.sh
│   │   ├── check_steamcmd.sh
│   │   ├── check_system_dir.sh
│   │   ├── check_system_requirements.sh
│   │   ├── check_tmuxception.sh
│   │   ├── command_console.sh
│   │   ├── command_debug.sh
│   │   ├── command_install.sh
│   │   ├── command_monitor.sh
│   │   ├── command_restart.sh
│   │   ├── command_start.sh
│   │   ├── command_stop.sh
│   │   ├── command_update.sh
│   │   ├── core_dl.sh
│   │   ├── core_exit.sh
│   │   ├── core_functions.sh
│   │   ├── core_getopt.sh
│   │   ├── core_messages.sh
│   │   ├── core_trap.sh
│   │   ├── fix.sh
│   │   ├── fix_steamcmd.sh
│   │   ├── info_config.sh
│   │   ├── info_distro.sh
│   │   ├── info_glibc.sh
│   │   ├── install_complete.sh
│   │   ├── install_config.sh
│   │   ├── install_header.sh
│   │   ├── install_logs.sh
│   │   ├── install_server_dir.sh
│   │   ├── install_server_files.sh
│   │   ├── install_steamcmd.sh
│   │   ├── logs.sh
│   │   └── update_steamcmd.sh
│   └── tmp
│   └── steamcmd_linux.tar.gz
├── log
│   ├── console
│   │   ├── rust-server-console-2016-11-04-18:08:26.log
│   │   ├── rust-server-console-2016-11-04-18:14:31.log
│   │   ├── rust-server-console-2016-11-04-18:19:55.log
│   │   ├── rust-server-console-2016-11-04-18:21:19.log
│   │   ├── rust-server-console-2016-11-04-18:22:02.log
│   │   ├── rust-server-console-2016-11-04-18:28:55.log
│   │   ├── rust-server-console-2016-11-04-18:33:26.log
│   │   ├── rust-server-console-2016-11-04-18:35:19.log
│   │   ├── rust-server-console-2016-11-04-18:36:26.log
│   │   ├── rust-server-console-2016-11-04-18:37:38.log
│   │   ├── rust-server-console-2016-11-04-18:42:13.log
│   │   ├── rust-server-console-2016-11-04-18:42:59.log
│   │   ├── rust-server-console-2016-11-04-18:49:17.log
│   │   ├── rust-server-console-2016-11-04-18:50:24.log
│   │   ├── rust-server-console-2016-11-04-19:01:03.log
│   │   ├── rust-server-console-2016-11-04-19:10:41.log
│   │   ├── rust-server-console-2016-11-04-19:16:04.log
│   │   ├── rust-server-console-2016-11-04-19:22:47.log
│   │   └── rust-server-console.log
│   ├── script
│   │   ├── rust-server-script-2016-11-04-18:08:26.log
│   │   ├── rust-server-script-2016-11-04-18:14:31.log
│   │   ├── rust-server-script-2016-11-04-18:19:55.log
│   │   ├── rust-server-script-2016-11-04-18:21:19.log
│   │   ├── rust-server-script-2016-11-04-18:22:02.log
│   │   ├── rust-server-script-2016-11-04-18:28:55.log
│   │   ├── rust-server-script-2016-11-04-18:33:26.log
│   │   ├── rust-server-script-2016-11-04-18:35:19.log
│   │   ├── rust-server-script-2016-11-04-18:36:26.log
│   │   ├── rust-server-script-2016-11-04-18:37:38.log
│   │   ├── rust-server-script-2016-11-04-18:42:13.log
│   │   ├── rust-server-script-2016-11-04-18:42:59.log
│   │   ├── rust-server-script-2016-11-04-18:49:17.log
│   │   ├── rust-server-script-2016-11-04-18:50:24.log
│   │   ├── rust-server-script-2016-11-04-19:01:03.log
│   │   ├── rust-server-script-2016-11-04-19:10:41.log
│   │   ├── rust-server-script-2016-11-04-19:16:04.log
│   │   ├── rust-server-script-2016-11-04-19:22:47.log
│   │   └── rust-server-script.log
│   └── server
│   ├── gamelog-2016-11-04-18-08-26.log
│   ├── gamelog-2016-11-04-18-14-31.log
│   ├── gamelog-2016-11-04-18-19-55.log
│   ├── gamelog-2016-11-04-18-21-19.log
│   ├── gamelog-2016-11-04-18-22-02.log
│   ├── gamelog-2016-11-04-18-28-55.log
│   ├── gamelog-2016-11-04-18-33-26.log
│   ├── gamelog-2016-11-04-18-35-19.log
│   ├── gamelog-2016-11-04-18-36-26.log
│   ├── gamelog-2016-11-04-18-37-38.log
│   ├── gamelog-2016-11-04-18-42-13.log
│   ├── gamelog-2016-11-04-18-42-59.log
│   ├── gamelog-2016-11-04-18-49-17.log
│   ├── gamelog-2016-11-04-18-50-24.log
│   ├── gamelog-2016-11-04-19-01-03.log
│   ├── gamelog-2016-11-04-19-10-41.log
│   └── gamelog-2016-11-04-19-16-04.log
├── rustserver
├── serverfiles
│   ├── backup
│   │   ├── 0
│   │   │   └── rust-server
│   │   │   ├── cfg
│   │   │   │   └── server.cfg
│   │   │   ├── Log.Assert.txt
│   │   │   ├── Log.Chat.txt
│   │   │   ├── Log.EAC.txt
│   │   │   ├── Log.Error.txt
│   │   │   ├── Log.Exception.txt
│   │   │   ├── Log.Log.txt
│   │   │   ├── Log.Warning.txt
│   │   │   ├── storage.db
│   │   │   └── user5.db
│   │   ├── 1
│   │   │   └── rust-server
│   │   │   ├── cfg
│   │   │   │   └── server.cfg
│   │   │   ├── Log.Assert.txt
│   │   │   ├── Log.Chat.txt
│   │   │   ├── Log.EAC.txt
│   │   │   ├── Log.Error.txt
│   │   │   ├── Log.Exception.txt
│   │   │   ├── Log.Log.txt
│   │   │   ├── Log.Warning.txt
│   │   │   ├── storage.db
│   │   │   └── user5.db
│   │   ├── 2
│   │   │   └── rust-server
│   │   │   ├── cfg
│   │   │   │   └── server.cfg
│   │   │   ├── Log.Assert.txt
│   │   │   ├── Log.Chat.txt
│   │   │   ├── Log.EAC.txt
│   │   │   ├── Log.Error.txt
│   │   │   ├── Log.Exception.txt
│   │   │   ├── Log.Log.txt
│   │   │   ├── Log.Warning.txt
│   │   │   ├── storage.db
│   │   │   └── user5.db
│   │   └── 3
│   │   └── rust-server
│   │   └── cfg
│   │   └── server.cfg
│   ├── Bundles
│   │   ├── Bundles
│   │   ├── content
│   │   │   └── textures.content
│   │   ├── items
│   │   │   ├── ammo.handmade.shell.txt
│   │   │   ├── ammo.pistol.fire.txt
│   │   │   ├── ammo.pistol.hv.txt
│   │   │   ├── ammo.pistol.txt
│   │   │   ├── ammo.rifle.explosive.txt
│   │   │   ├── ammo.rifle.hv.txt
│   │   │   ├── ammo.rifle.incendiary.txt
│   │   │   ├── ammo.rifle.txt
│   │   │   ├── ammo.rocket.basic.txt
│   │   │   ├── ammo.rocket.fire.txt
│   │   │   ├── ammo.rocket.hv.txt
│   │   │   ├── ammo.rocket.smoke.txt
│   │   │   ├── ammo.shotgun.slug.txt
│   │   │   ├── ammo.shotgun.txt
│   │   │   ├── antiradpills.txt
│   │   │   ├── apple.spoiled.txt
│   │   │   ├── apple.txt
│   │   │   ├── arrow.hv.txt
│   │   │   ├── arrow.wooden.txt
│   │   │   ├── attire.hide.boots.txt
│   │   │   ├── attire.hide.helterneck.txt
│   │   │   ├── attire.hide.pants.txt
│   │   │   ├── attire.hide.poncho.txt
│   │   │   ├── attire.hide.skirt.txt
│   │   │   ├── attire.hide.vest.txt
│   │   │   ├── autoturret.txt
│   │   │   ├── axe.salvaged.txt
│   │   │   ├── bandage.txt
│   │   │   ├── barricade.concrete.txt
│   │   │   ├── barricade.metal.txt
│   │   │   ├── barricade.sandbags.txt
│   │   │   ├── barricade.stone.txt
│   │   │   ├── barricade.wood.txt
│   │   │   ├── barricade.woodwire.txt
│   │   │   ├── battery.small.txt
│   │   │   ├── bearmeat.burned.txt
│   │   │   ├── bearmeat.cooked.txt
│   │   │   ├── bearmeat.txt
│   │   │   ├── bed.txt
│   │   │   ├── black.raspberries.txt
│   │   │   ├── bleach.txt
│   │   │   ├── blood.txt
│   │   │   ├── blueberries.txt
│   │   │   ├── blueprintbase.txt
│   │   │   ├── bone.armor.suit.txt
│   │   │   ├── bone.club.txt
│   │   │   ├── bone.fragments.txt
│   │   │   ├── botabag.txt
│   │   │   ├── bow.hunting.txt
│   │   │   ├── box.repair.bench.txt
│   │   │   ├── box.wooden.large.txt
│   │   │   ├── box.wooden.txt
│   │   │   ├── bucket.helmet.txt
│   │   │   ├── bucket.water.txt
│   │   │   ├── building.planner.txt
│   │   │   ├── burlap.gloves.txt
│   │   │   ├── burlap.headwrap.txt
│   │   │   ├── burlap.shirt.txt
│   │   │   ├── burlap.shoes.txt
│   │   │   ├── burlap.trousers.txt
│   │   │   ├── cactusflesh.txt
│   │   │   ├── campfire.txt
│   │   │   ├── can.beans.empty.txt
│   │   │   ├── can.beans.txt
│   │   │   ├── candycane.txt
│   │   │   ├── can.tuna.empty.txt
│   │   │   ├── can.tuna.txt
│   │   │   ├── cctv.camera.txt
│   │   │   ├── ceilinglight.txt
│   │   │   ├── charcoal.txt
│   │   │   ├── chicken.burned.txt
│   │   │   ├── chicken.cooked.txt
│   │   │   ├── chicken.raw.txt
│   │   │   ├── chicken.spoiled.txt
│   │   │   ├── chocholate.txt
│   │   │   ├── cloth.txt
│   │   │   ├── coal.txt
│   │   │   ├── coffeecan.helmet.txt
│   │   │   ├── corn.txt
│   │   │   ├── crossbow.txt
│   │   │   ├── crude.oil.txt
│   │   │   ├── cupboard.tool.txt
│   │   │   ├── deer.skull.mask.txt
│   │   │   ├── door.double.hinged.metal.txt
│   │   │   ├── door.double.hinged.toptier.txt
│   │   │   ├── door.double.hinged.wood.txt
│   │   │   ├── door.hinged.metal.txt
│   │   │   ├── door.hinged.toptier.txt
│   │   │   ├── door.hinged.wood.txt
│   │   │   ├── door.key.txt
│   │   │   ├── ducttape.txt
│   │   │   ├── explosive.satchel.txt
│   │   │   ├── explosives.txt
│   │   │   ├── explosive.timed.txt
│   │   │   ├── fat.animal.txt
│   │   │   ├── fish.cooked.txt
│   │   │   ├── fish.minnows.txt
│   │   │   ├── fish.raw.txt
│   │   │   ├── fishtrap.small.txt
│   │   │   ├── fish.troutsmall.txt
│   │   │   ├── flamethrower.txt
│   │   │   ├── flare.txt
│   │   │   ├── floor.grill.txt
│   │   │   ├── floor.ladder.hatch.txt
│   │   │   ├── fun.guitar.txt
│   │   │   ├── furnace.large.txt
│   │   │   ├── furnace.txt
│   │   │   ├── gates.external.high.stone.txt
│   │   │   ├── gates.external.high.wood.txt
│   │   │   ├── gears.txt
│   │   │   ├── generator.wind.scrap.txt
│   │   │   ├── glue.txt
│   │   │   ├── granolabar.txt
│   │   │   ├── grenade.beancan.txt
│   │   │   ├── grenade.f1.txt
│   │   │   ├── gunpowder.txt
│   │   │   ├── hammer.salvaged.txt
│   │   │   ├── hammer.txt
│   │   │   ├── hat.beenie.txt
│   │   │   ├── hat.boonie.txt
│   │   │   ├── hat.candle.txt
│   │   │   ├── hat.cap.txt
│   │   │   ├── hatchet.txt
│   │   │   ├── hat.miner.txt
│   │   │   ├── hat.wolf.txt
│   │   │   ├── hazmat.boots.txt
│   │   │   ├── hazmat.gloves.txt
│   │   │   ├── hazmat.helmet.txt
│   │   │   ├── hazmat.jacket.txt
│   │   │   ├── hazmat.pants.txt
│   │   │   ├── hoodie.txt
│   │   │   ├── hq.metal.ore.txt
│   │   │   ├── humanmeat.burned.txt
│   │   │   ├── humanmeat.cooked.txt
│   │   │   ├── humanmeat.raw.txt
│   │   │   ├── humanmeat.spoiled.txt
│   │   │   ├── icepick.salvaged.txt
│   │   │   ├── jacket.snow.txt
│   │   │   ├── jacket.txt
│   │   │   ├── jackolantern.angry.txt
│   │   │   ├── jackolantern.happy.txt
│   │   │   ├── knife.bone.txt
│   │   │   ├── ladder.wooden.wall.txt
│   │   │   ├── lantern.txt
│   │   │   ├── largemedkit.txt
│   │   │   ├── leather.txt
│   │   │   ├── lmg.m249.txt
│   │   │   ├── lock.code.txt
│   │   │   ├── lock.key.txt
│   │   │   ├── longsword.txt
│   │   │   ├── lowgradefuel.txt
│   │   │   ├── mace.txt
│   │   │   ├── machete.txt
│   │   │   ├── map.txt
│   │   │   ├── mask.balaclava.txt
│   │   │   ├── mask.bandana.txt
│   │   │   ├── meat.boar.txt
│   │   │   ├── meat.pork.burned.txt
│   │   │   ├── meat.pork.cooked.txt
│   │   │   ├── metalblade.txt
│   │   │   ├── metal.facemask.txt
│   │   │   ├── metal.fragments.txt
│   │   │   ├── metal.ore.txt
│   │   │   ├── metalpipe.txt
│   │   │   ├── metal.plate.torso.txt
│   │   │   ├── metal.refined.txt
│   │   │   ├── metalspring.txt
│   │   │   ├── mining.pumpjack.txt
│   │   │   ├── mining.quarry.txt
│   │   │   ├── mushroom.txt
│   │   │   ├── note.txt
│   │   │   ├── pants.shorts.txt
│   │   │   ├── pants.txt
│   │   │   ├── paper.txt
│   │   │   ├── pickaxe.txt
│   │   │   ├── pistol.eoka.txt
│   │   │   ├── pistol.revolver.txt
│   │   │   ├── pistol.semiauto.txt
│   │   │   ├── pookie.bear.txt
│   │   │   ├── propanetank.txt
│   │   │   ├── pumpkin.txt
│   │   │   ├── researchpaper.txt
│   │   │   ├── research.table.txt
│   │   │   ├── rifle.ak.txt
│   │   │   ├── riflebody.txt
│   │   │   ├── rifle.bolt.txt
│   │   │   ├── rifle.lr300.txt
│   │   │   ├── rifle.semiauto.txt
│   │   │   ├── riot.helmet.txt
│   │   │   ├── roadsign.jacket.txt
│   │   │   ├── roadsign.kilt.txt
│   │   │   ├── roadsigns.txt
│   │   │   ├── rocket.launcher.txt
│   │   │   ├── rock.txt
│   │   │   ├── rope.txt
│   │   │   ├── salvaged.cleaver.txt
│   │   │   ├── salvaged.sword.txt
│   │   │   ├── santahat.txt
│   │   │   ├── seed.corn.txt
│   │   │   ├── seed.hemp.txt
│   │   │   ├── seed.pumpkin.txt
│   │   │   ├── sewingkit.txt
│   │   │   ├── sheetmetal.txt
│   │   │   ├── shelves.txt
│   │   │   ├── shirt.collared.txt
│   │   │   ├── shirt.tanktop.txt
│   │   │   ├── shoes.boots.txt
│   │   │   ├── shotgun.double.txt
│   │   │   ├── shotgun.pump.txt
│   │   │   ├── shotgun.waterpipe.txt
│   │   │   ├── shutter.metal.embrasure.a.txt
│   │   │   ├── shutter.metal.embrasure.b.txt
│   │   │   ├── shutter.wood.a.txt
│   │   │   ├── sign.hanging.banner.large.txt
│   │   │   ├── sign.hanging.ornate.txt
│   │   │   ├── sign.hanging.txt
│   │   │   ├── sign.pictureframe.landscape.txt
│   │   │   ├── sign.pictureframe.portrait.txt
│   │   │   ├── sign.pictureframe.tall.txt
│   │   │   ├── sign.pictureframe.xl.txt
│   │   │   ├── sign.pictureframe.xxl.txt
│   │   │   ├── sign.pole.banner.large.txt
│   │   │   ├── sign.post.double.txt
│   │   │   ├── sign.post.single.txt
│   │   │   ├── sign.post.town.roof.txt
│   │   │   ├── sign.post.town.txt
│   │   │   ├── sign.wooden.huge.txt
│   │   │   ├── sign.wooden.large.txt
│   │   │   ├── sign.wooden.medium.txt
│   │   │   ├── sign.wooden.small.txt
│   │   │   ├── skull.human.txt
│   │   │   ├── skull.wolf.txt
│   │   │   ├── sleepingbag.txt
│   │   │   ├── small.oil.refinery.txt
│   │   │   ├── smallwaterbottle.txt
│   │   │   ├── smg.2.txt
│   │   │   ├── smgbody.txt
│   │   │   ├── smg.mp5.txt
│   │   │   ├── smg.thompson.txt
│   │   │   ├── spear.stone.txt
│   │   │   ├── spear.wooden.txt
│   │   │   ├── spikes.floor.txt
│   │   │   ├── stash.small.txt
│   │   │   ├── sticks.txt
│   │   │   ├── stocking.large.txt
│   │   │   ├── stocking.small.txt
│   │   │   ├── stonehatchet.txt
│   │   │   ├── stone.pickaxe.txt
│   │   │   ├── stones.txt
│   │   │   ├── sulfur.ore.txt
│   │   │   ├── sulfur.txt
│   │   │   ├── supply.signal.txt
│   │   │   ├── surveycharge.txt
│   │   │   ├── syringe.medical.txt
│   │   │   ├── targeting.computer.txt
│   │   │   ├── target.reactive.txt
│   │   │   ├── tarp.txt
│   │   │   ├── techparts.txt
│   │   │   ├── tool.camera.txt
│   │   │   ├── torch.txt
│   │   │   ├── trap.bear.txt
│   │   │   ├── trap.landmine.txt
│   │   │   ├── tshirt.long.txt
│   │   │   ├── tshirt.txt
│   │   │   ├── wall.external.high.stone.txt
│   │   │   ├── wall.external.high.txt
│   │   │   ├── wall.frame.cell.gate.txt
│   │   │   ├── wall.frame.cell.txt
│   │   │   ├── wall.frame.fence.gate.txt
│   │   │   ├── wall.frame.fence.txt
│   │   │   ├── wall.frame.shopfront.txt
│   │   │   ├── wall.window.bars.metal.txt
│   │   │   ├── wall.window.bars.toptier.txt
│   │   │   ├── wall.window.bars.wood.txt
│   │   │   ├── water.barrel.txt
│   │   │   ├── water.catcher.large.txt
│   │   │   ├── water.catcher.small.txt
│   │   │   ├── waterjug.txt
│   │   │   ├── water.purifier.txt
│   │   │   ├── water.salt.txt
│   │   │   ├── water.txt
│   │   │   ├── weapon.mod.flashlight.txt
│   │   │   ├── weapon.mod.holosight.txt
│   │   │   ├── weapon.mod.lasersight.txt
│   │   │   ├── weapon.mod.muzzleboost.txt
│   │   │   ├── weapon.mod.muzzlebrake.txt
│   │   │   ├── weapon.mod.silencer.txt
│   │   │   ├── weapon.mod.small.scope.txt
│   │   │   ├── wolfmeat.burned.txt
│   │   │   ├── wolfmeat.cooked.txt
│   │   │   ├── wolfmeat.raw.txt
│   │   │   ├── wolfmeat.spoiled.txt
│   │   │   ├── wood.armor.jacket.txt
│   │   │   ├── wood.armor.pants.txt
│   │   │   ├── wood.txt
│   │   │   ├── xmas.present.large.txt
│   │   │   ├── xmas.present.medium.txt
│   │   │   └── xmas.present.small.txt
│   │   ├── maps
│   │   │   └── maps.bundle
│   │   └── shared
│   │   └── content.bundle
│   ├── "gamelog-2016-11-04-18-43-49.log"
│   ├── gamelog-2016-11-04-19-22-47.log
│   ├── "gamelog-2016-11-04-19-23-03.log"
│   ├── libsteam_api64.so
│   ├── RustDedicated
│   ├── RustDedicated_Data
│   │   ├── globalgamemanagers
│   │   ├── globalgamemanagers.assets
│   │   ├── level0
│   │   ├── Managed
│   │   │   ├── Assembly-CSharp.dll
│   │   │   ├── Assembly-CSharp-firstpass.dll
│   │   │   ├── Assembly-UnityScript-firstpass.dll
│   │   │   ├── Behave.Unity.Assets.dll
│   │   │   ├── Behave.Unity.Runtime.dll
│   │   │   ├── ConvexHull.dll
│   │   │   ├── EasyAntiCheat.Client.dll
│   │   │   ├── EasyAntiCheat.Server.dll
│   │   │   ├── Facepunch.Console.dll
│   │   │   ├── Facepunch.GoogleSheets.dll
│   │   │   ├── Facepunch.Input.dll
│   │   │   ├── Facepunch.Network.dll
│   │   │   ├── Facepunch.Raknet.dll
│   │   │   ├── Facepunch.Rcon.dll
│   │   │   ├── Facepunch.SQLite.dll
│   │   │   ├── Facepunch.Steamworks.dll
│   │   │   ├── Facepunch.System.dll
│   │   │   ├── Facepunch.UnityEngine.dll
│   │   │   ├── I18N.CJK.dll
│   │   │   ├── I18N.dll
│   │   │   ├── I18N.MidEast.dll
│   │   │   ├── I18N.Other.dll
│   │   │   ├── I18N.Rare.dll
│   │   │   ├── I18N.West.dll
│   │   │   ├── Ionic.Zip.Reduced.dll
│   │   │   ├── LZ4n.dll
│   │   │   ├── Mono.Data.Tds.dll
│   │   │   ├── Mono.Posix.dll
│   │   │   ├── Mono.Security.dll
│   │   │   ├── mscorlib.dll
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── protobuf-net.dll
│   │   │   ├── RustBuild.dll
│   │   │   ├── Rust.Data.dll
│   │   │   ├── Rust.Global.dll
│   │   │   ├── Rust.UI.dll
│   │   │   ├── Rust.Workshop.dll
│   │   │   ├── System.Configuration.dll
│   │   │   ├── System.Core.dll
│   │   │   ├── System.Data.dll
│   │   │   ├── System.dll
│   │   │   ├── System.EnterpriseServices.dll
│   │   │   ├── System.Runtime.Serialization.dll
│   │   │   ├── System.Security.dll
│   │   │   ├── System.Transactions.dll
│   │   │   ├── System.Xml.dll
│   │   │   ├── System.Xml.Linq.dll
│   │   │   ├── UnityEngine.dll
│   │   │   ├── UnityEngine.dll.mdb
│   │   │   ├── UnityEngine.Networking.dll
│   │   │   ├── UnityEngine.UI.dll
│   │   │   └── websocket-sharp.dll
│   │   ├── Mono
│   │   │   ├── etc
│   │   │   │   └── mono
│   │   │   │   ├── 1.0
│   │   │   │   │   ├── DefaultWsdlHelpGenerator.aspx
│   │   │   │   │   └── machine.config
│   │   │   │   ├── 2.0
│   │   │   │   │   ├── Browsers
│   │   │   │   │   │   └── Compat.browser
│   │   │   │   │   ├── DefaultWsdlHelpGenerator.aspx
│   │   │   │   │   ├── machine.config
│   │   │   │   │   ├── settings.map
│   │   │   │   │   └── web.config
│   │   │   │   ├── browscap.ini
│   │   │   │   ├── config
│   │   │   │   └── mconfig
│   │   │   │   └── config.xml
│   │   │   └── x86_64
│   │   │   └── libmono.so
│   │   ├── Plugins
│   │   │   ├── libsteam_api64.so
│   │   │   ├── steamclient.so
│   │   │   └── x86_64
│   │   │   ├── libeac_server.so
│   │   │   ├── libeasyanticheat.so
│   │   │   ├── libRakNet.so
│   │   │   ├── libRenderer.so
│   │   │   ├── libRustNative.so
│   │   │   ├── libsteam_api64.so
│   │   │   └── steamclient.so
│   │   ├── Resources
│   │   │   ├── unity_builtin_extra
│   │   │   ├── unity default resources
│   │   │   └── UnityPlayer.png
│   │   ├── resources.assets
│   │   ├── resources.assets.resS
│   │   ├── ScreenSelector.png
│   │   ├── sharedassets0.assets
│   │   └── sharedassets0.assets.resS
│   ├── server
│   │   ├── my_server_identity
│   │   │   ├── cfg
│   │   │   ├── Log.Assert.txt
│   │   │   ├── Log.Chat.txt
│   │   │   ├── Log.EAC.txt
│   │   │   ├── Log.Error.txt
│   │   │   ├── Log.Exception.txt
│   │   │   ├── Log.Log.txt
│   │   │   ├── Log.Warning.txt
│   │   │   ├── storage.db
│   │   │   └── user5.db.new
│   │   └── rust-server
│   │   ├── cfg
│   │   │   └── server.cfg
│   │   ├── Log.Assert.txt
│   │   ├── Log.Chat.txt
│   │   ├── Log.EAC.txt
│   │   ├── Log.Error.txt
│   │   ├── Log.Exception.txt
│   │   ├── Log.Log.txt
│   │   ├── Log.Warning.txt
│   │   ├── storage.db
│   │   └── user5.db
│   ├── steam_appid.txt
│   ├── steamapps
│   │   ├── appmanifest_258550.acf
│   │   ├── downloading
│   │   ├── libraryfolders.vdf
│   │   └── temp
│   └── steamclient.so
├── Steam
│   ├── appcache
│   │   ├── appinfo.vdf
│   │   ├── httpcache
│   │   │   ├── 00
│   │   │   ├── 01
│   │   │   ├── 02
│   │   │   ├── 03
│   │   │   ├── 04
│   │   │   ├── 05
│   │   │   ├── 06
│   │   │   ├── 07
│   │   │   ├── 08
│   │   │   ├── 09
│   │   │   ├── 0a
│   │   │   ├── 0b
│   │   │   ├── 0c
│   │   │   ├── 0d
│   │   │   ├── 0e
│   │   │   ├── 0f
│   │   │   ├── 10
│   │   │   ├── 11
│   │   │   ├── 12
│   │   │   ├── 13
│   │   │   ├── 14
│   │   │   ├── 15
│   │   │   ├── 16
│   │   │   ├── 17
│   │   │   ├── 18
│   │   │   ├── 19
│   │   │   ├── 1a
│   │   │   ├── 1b
│   │   │   ├── 1c
│   │   │   ├── 1d
│   │   │   ├── 1e
│   │   │   ├── 1f
│   │   │   ├── 20
│   │   │   ├── 21
│   │   │   ├── 22
│   │   │   ├── 23
│   │   │   ├── 24
│   │   │   ├── 25
│   │   │   ├── 26
│   │   │   ├── 27
│   │   │   ├── 28
│   │   │   ├── 29
│   │   │   ├── 2a
│   │   │   ├── 2b
│   │   │   ├── 2c
│   │   │   ├── 2d
│   │   │   ├── 2e
│   │   │   ├── 2f
│   │   │   ├── 30
│   │   │   ├── 31
│   │   │   ├── 32
│   │   │   ├── 33
│   │   │   ├── 34
│   │   │   ├── 35
│   │   │   ├── 36
│   │   │   ├── 37
│   │   │   ├── 38
│   │   │   ├── 39
│   │   │   ├── 3a
│   │   │   ├── 3b
│   │   │   ├── 3c
│   │   │   ├── 3d
│   │   │   ├── 3e
│   │   │   ├── 3f
│   │   │   ├── 40
│   │   │   ├── 41
│   │   │   ├── 42
│   │   │   ├── 43
│   │   │   ├── 44
│   │   │   ├── 45
│   │   │   ├── 46
│   │   │   ├── 47
│   │   │   ├── 48
│   │   │   ├── 49
│   │   │   ├── 4a
│   │   │   ├── 4b
│   │   │   ├── 4c
│   │   │   ├── 4d
│   │   │   ├── 4e
│   │   │   ├── 4f
│   │   │   ├── 50
│   │   │   ├── 51
│   │   │   ├── 52
│   │   │   ├── 53
│   │   │   ├── 54
│   │   │   ├── 55
│   │   │   ├── 56
│   │   │   ├── 57
│   │   │   ├── 58
│   │   │   ├── 59
│   │   │   ├── 5a
│   │   │   ├── 5b
│   │   │   ├── 5c
│   │   │   ├── 5d
│   │   │   ├── 5e
│   │   │   ├── 5f
│   │   │   ├── 60
│   │   │   ├── 61
│   │   │   ├── 62
│   │   │   ├── 63
│   │   │   ├── 64
│   │   │   ├── 65
│   │   │   ├── 66
│   │   │   ├── 67
│   │   │   ├── 68
│   │   │   ├── 69
│   │   │   ├── 6a
│   │   │   ├── 6b
│   │   │   ├── 6c
│   │   │   ├── 6d
│   │   │   ├── 6e
│   │   │   ├── 6f
│   │   │   ├── 70
│   │   │   ├── 71
│   │   │   ├── 72
│   │   │   ├── 73
│   │   │   ├── 74
│   │   │   ├── 75
│   │   │   ├── 76
│   │   │   ├── 77
│   │   │   ├── 78
│   │   │   ├── 79
│   │   │   ├── 7a
│   │   │   ├── 7b
│   │   │   ├── 7c
│   │   │   ├── 7d
│   │   │   ├── 7e
│   │   │   ├── 7f
│   │   │   ├── 80
│   │   │   ├── 81
│   │   │   ├── 82
│   │   │   ├── 83
│   │   │   ├── 84
│   │   │   ├── 85
│   │   │   ├── 86
│   │   │   ├── 87
│   │   │   ├── 88
│   │   │   ├── 89
│   │   │   ├── 8a
│   │   │   ├── 8b
│   │   │   ├── 8c
│   │   │   ├── 8d
│   │   │   ├── 8e
│   │   │   ├── 8f
│   │   │   ├── 90
│   │   │   ├── 91
│   │   │   ├── 92
│   │   │   ├── 93
│   │   │   ├── 94
│   │   │   ├── 95
│   │   │   ├── 96
│   │   │   ├── 97
│   │   │   ├── 98
│   │   │   ├── 99
│   │   │   ├── 9a
│   │   │   ├── 9b
│   │   │   ├── 9c
│   │   │   ├── 9d
│   │   │   ├── 9e
│   │   │   ├── 9f
│   │   │   ├── a0
│   │   │   ├── a1
│   │   │   ├── a2
│   │   │   ├── a3
│   │   │   ├── a4
│   │   │   ├── a5
│   │   │   ├── a6
│   │   │   ├── a7
│   │   │   ├── a8
│   │   │   ├── a9
│   │   │   ├── aa
│   │   │   ├── ab
│   │   │   ├── ac
│   │   │   ├── ad
│   │   │   ├── ae
│   │   │   ├── af
│   │   │   ├── b0
│   │   │   ├── b1
│   │   │   ├── b2
│   │   │   ├── b3
│   │   │   ├── b4
│   │   │   ├── b5
│   │   │   ├── b6
│   │   │   ├── b7
│   │   │   ├── b8
│   │   │   ├── b9
│   │   │   ├── ba
│   │   │   ├── bb
│   │   │   ├── bc
│   │   │   ├── bd
│   │   │   ├── be
│   │   │   ├── bf
│   │   │   ├── c0
│   │   │   ├── c1
│   │   │   ├── c2
│   │   │   ├── c3
│   │   │   ├── c4
│   │   │   ├── c5
│   │   │   ├── c6
│   │   │   ├── c7
│   │   │   ├── c8
│   │   │   ├── c9
│   │   │   ├── ca
│   │   │   ├── cb
│   │   │   ├── cc
│   │   │   ├── cd
│   │   │   ├── ce
│   │   │   ├── cf
│   │   │   ├── d0
│   │   │   ├── d1
│   │   │   ├── d2
│   │   │   ├── d3
│   │   │   ├── d4
│   │   │   ├── d5
│   │   │   ├── d6
│   │   │   ├── d7
│   │   │   ├── d8
│   │   │   ├── d9
│   │   │   ├── da
│   │   │   ├── db
│   │   │   ├── dc
│   │   │   ├── dd
│   │   │   ├── de
│   │   │   ├── df
│   │   │   ├── e0
│   │   │   ├── e1
│   │   │   ├── e2
│   │   │   ├── e3
│   │   │   ├── e4
│   │   │   ├── e5
│   │   │   ├── e6
│   │   │   ├── e7
│   │   │   ├── e8
│   │   │   ├── e9
│   │   │   ├── ea
│   │   │   ├── eb
│   │   │   ├── ec
│   │   │   ├── ed
│   │   │   ├── ee
│   │   │   ├── ef
│   │   │   ├── f0
│   │   │   ├── f1
│   │   │   ├── f2
│   │   │   ├── f3
│   │   │   ├── f4
│   │   │   ├── f5
│   │   │   ├── f6
│   │   │   ├── f7
│   │   │   ├── f8
│   │   │   ├── f9
│   │   │   ├── fa
│   │   │   ├── fb
│   │   │   ├── fc
│   │   │   ├── fd
│   │   │   ├── fe
│   │   │   └── ff
│   │   └── packageinfo.vdf
│   ├── config
│   │   └── config.vdf
│   ├── depotcache
│   │   ├── 258552_4651939433683725827.manifest
│   │   └── 258554_1463338187864355560.manifest
│   ├── logs
│   │   ├── appinfo_log.txt
│   │   ├── bootstrap_log.txt
│   │   ├── configstore_log.txt
│   │   ├── connection_log.txt
│   │   ├── content_log.txt
│   │   ├── remote_connections.txt
│   │   ├── stderr.txt
│   │   └── workshop_log.txt
│   ├── steamapps
│   │   └── libraryfolders.vdf
│   └── userdata
│   └── anonymous
│   └── config
└── steamcmd
├── linux32
│   ├── crashhandler.so
│   ├── libstdc++.so.6
│   ├── libtier0_s.so
│   ├── libvstdlib_s.so
│   ├── steamclient.so
│   ├── steamcmd
│   ├── steamconsole.so
│   └── steamerrorreporter
├── package
│   ├── steamcmd_bins_linux.zip.vz.20ceb50ba4b10601c372338069ea28f8b7266be5_ 5982406
│   ├── steam_cmd_linux.installed
│   ├── steam_cmd_linux.manifest
│   ├── steamcmd_linux.zip.vz.a9486f22421cfdc5059797bd6ed4c0d5ce9eb41a_12222 34
│   └── steamcmd_public_all.zip.vz.bc6b0203ff2e44760c429cf5015ac527f71dc2dc_ 23465
├── public
│   ├── steambootstrapper_brazilian.txt
│   ├── steambootstrapper_bulgarian.txt
│   ├── steambootstrapper_czech.txt
│   ├── steambootstrapper_danish.txt
│   ├── steambootstrapper_dutch.txt
│   ├── steambootstrapper_english.txt
│   ├── steambootstrapper_finnish.txt
│   ├── steambootstrapper_french.txt
│   ├── steambootstrapper_german.txt
│   ├── steambootstrapper_greek.txt
│   ├── steambootstrapper_hungarian.txt
│   ├── steambootstrapper_italian.txt
│   ├── steambootstrapper_japanese.txt
│   ├── steambootstrapper_koreana.txt
│   ├── steambootstrapper_korean.txt
│   ├── steambootstrapper_norwegian.txt
│   ├── steambootstrapper_polish.txt
│   ├── steambootstrapper_portuguese.txt
│   ├── steambootstrapper_romanian.txt
│   ├── steambootstrapper_russian.txt
│   ├── steambootstrapper_schinese.txt
│   ├── steambootstrapper_spanish.txt
│   ├── steambootstrapper_swedish.txt
│   ├── steambootstrapper_tchinese.txt
│   ├── steambootstrapper_thai.txt
│   ├── steambootstrapper_turkish.txt
│   └── steambootstrapper_ukrainian.txt
├── steamcmd.sh
└── steam.sh