<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://opensimulator.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Legolover64</id>
		<title>OpenSimulator - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Legolover64"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Special:Contributions/Legolover64"/>
		<updated>2026-05-13T17:56:30Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.9</generator>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Running</id>
		<title>OpenSim: Running</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Running"/>
				<updated>2007-09-03T23:41:15Z</updated>
		
		<summary type="html">&lt;p&gt;Legolover64: /* Mac OS X */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are three ways to run OpenSim&lt;br /&gt;
&lt;br /&gt;
== StandAlone ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://localhost:9000 &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
Then start Second Life.app (by default in /Applications)&lt;br /&gt;
&lt;br /&gt;
== Local Grid ==&lt;br /&gt;
&lt;br /&gt;
Start the UGAS services - UGAS means User, Grid, Asset &amp;amp; Sim, in that order.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.Grid.UserServer.exe&lt;br /&gt;
 OpenSim.Grid.GridServer.exe&lt;br /&gt;
 OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
 &lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
Then start Second Life.app (by default in /Applications)&lt;br /&gt;
&lt;br /&gt;
== Public Grid (www.deepgrid.com, www.osgrid.org, or others) ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 SecondLife.exe -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 ./secondlife -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
In all cases, start up the client with a -loginuri argument to connect to the sim.&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
Then start Second Life.app (by default in /Applications)&lt;/div&gt;</summary>
		<author><name>Legolover64</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Running</id>
		<title>OpenSim: Running</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Running"/>
				<updated>2007-09-03T23:41:03Z</updated>
		
		<summary type="html">&lt;p&gt;Legolover64: /* Mac OS X */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are three ways to run OpenSim&lt;br /&gt;
&lt;br /&gt;
== StandAlone ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://localhost:9000 &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
Then start Second Life.app (by default in /Applications)&lt;br /&gt;
&lt;br /&gt;
== Local Grid ==&lt;br /&gt;
&lt;br /&gt;
Start the UGAS services - UGAS means User, Grid, Asset &amp;amp; Sim, in that order.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.Grid.UserServer.exe&lt;br /&gt;
 OpenSim.Grid.GridServer.exe&lt;br /&gt;
 OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
 &lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
== Public Grid (www.deepgrid.com, www.osgrid.org, or others) ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 SecondLife.exe -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 ./secondlife -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
In all cases, start up the client with a -loginuri argument to connect to the sim.&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
Then start Second Life.app (by default in /Applications)&lt;/div&gt;</summary>
		<author><name>Legolover64</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Running</id>
		<title>OpenSim: Running</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Running"/>
				<updated>2007-09-03T23:40:56Z</updated>
		
		<summary type="html">&lt;p&gt;Legolover64: /* Mac OS X */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are three ways to run OpenSim&lt;br /&gt;
&lt;br /&gt;
== StandAlone ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://localhost:9000 &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
== Local Grid ==&lt;br /&gt;
&lt;br /&gt;
Start the UGAS services - UGAS means User, Grid, Asset &amp;amp; Sim, in that order.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.Grid.UserServer.exe&lt;br /&gt;
 OpenSim.Grid.GridServer.exe&lt;br /&gt;
 OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
 &lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
== Public Grid (www.deepgrid.com, www.osgrid.org, or others) ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 SecondLife.exe -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 ./secondlife -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
In all cases, start up the client with a -loginuri argument to connect to the sim.&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
Then start Second Life.app (by default in /Applications)&lt;/div&gt;</summary>
		<author><name>Legolover64</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Running</id>
		<title>OpenSim: Running</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Running"/>
				<updated>2007-09-03T23:39:43Z</updated>
		
		<summary type="html">&lt;p&gt;Legolover64: /* Public Grid (www.deepgrid.com, www.osgrid.org, or others) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are three ways to run OpenSim&lt;br /&gt;
&lt;br /&gt;
== StandAlone ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://localhost:9000 &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
== Local Grid ==&lt;br /&gt;
&lt;br /&gt;
Start the UGAS services - UGAS means User, Grid, Asset &amp;amp; Sim, in that order.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.Grid.UserServer.exe&lt;br /&gt;
 OpenSim.Grid.GridServer.exe&lt;br /&gt;
 OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
 &lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
== Public Grid (www.deepgrid.com, www.osgrid.org, or others) ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 SecondLife.exe -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 ./secondlife -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
In all cases, start up the client with a -loginuri argument to connect to the sim.&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 -loginuri http://osgrid.org:8002         (for osgrid)&lt;/div&gt;</summary>
		<author><name>Legolover64</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Running</id>
		<title>OpenSim: Running</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Running"/>
				<updated>2007-09-03T23:37:47Z</updated>
		
		<summary type="html">&lt;p&gt;Legolover64: /* Local Grid */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are three ways to run OpenSim&lt;br /&gt;
&lt;br /&gt;
== StandAlone ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://localhost:9000 &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
== Local Grid ==&lt;br /&gt;
&lt;br /&gt;
Start the UGAS services - UGAS means User, Grid, Asset &amp;amp; Sim, in that order.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.Grid.UserServer.exe&lt;br /&gt;
 OpenSim.Grid.GridServer.exe&lt;br /&gt;
 OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
 &lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
== Public Grid (www.deepgrid.com, www.osgrid.org, or others) ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 SecondLife.exe -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 ./secondlife -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
In all cases, start up the client with a -loginuri argument to connect to the sim.&lt;/div&gt;</summary>
		<author><name>Legolover64</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Running</id>
		<title>OpenSim: Running</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Running"/>
				<updated>2007-09-03T23:37:11Z</updated>
		
		<summary type="html">&lt;p&gt;Legolover64: /* Local Grid */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are three ways to run OpenSim&lt;br /&gt;
&lt;br /&gt;
== StandAlone ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://localhost:9000 &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
== Local Grid ==&lt;br /&gt;
&lt;br /&gt;
Start the UGAS services - UGAS means User, Grid, Asset &amp;amp; Sim, in that order.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.Grid.UserServer.exe&lt;br /&gt;
 OpenSim.Grid.GridServer.exe&lt;br /&gt;
 OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
 &lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
-loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
== Public Grid (www.deepgrid.com, www.osgrid.org, or others) ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 SecondLife.exe -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 ./secondlife -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
In all cases, start up the client with a -loginuri argument to connect to the sim.&lt;/div&gt;</summary>
		<author><name>Legolover64</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Running</id>
		<title>OpenSim: Running</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Running"/>
				<updated>2007-09-03T23:35:12Z</updated>
		
		<summary type="html">&lt;p&gt;Legolover64: /* Mac OS X */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are three ways to run OpenSim&lt;br /&gt;
&lt;br /&gt;
== StandAlone ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://localhost:9000 &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select Show Package Contents. Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
== Local Grid ==&lt;br /&gt;
&lt;br /&gt;
Start the UGAS services - UGAS means User, Grid, Asset &amp;amp; Sim, in that order.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.Grid.UserServer.exe&lt;br /&gt;
 OpenSim.Grid.GridServer.exe&lt;br /&gt;
 OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
 &lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
== Public Grid (www.deepgrid.com, www.osgrid.org, or others) ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 SecondLife.exe -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 ./secondlife -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
In all cases, start up the client with a -loginuri argument to connect to the sim.&lt;/div&gt;</summary>
		<author><name>Legolover64</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Running</id>
		<title>OpenSim: Running</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Running"/>
				<updated>2007-09-03T23:34:44Z</updated>
		
		<summary type="html">&lt;p&gt;Legolover64: /* StandAlone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are three ways to run OpenSim&lt;br /&gt;
&lt;br /&gt;
== StandAlone ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://localhost:9000 &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
Browse to where your Second Life.app file is located (by default /Applications/Second Life.app) Right-click/control click it and select &amp;quot;Show Package Contents&amp;quot; Navigate to Contents and then Resources, and change the arguments.txt file to:&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
== Local Grid ==&lt;br /&gt;
&lt;br /&gt;
Start the UGAS services - UGAS means User, Grid, Asset &amp;amp; Sim, in that order.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.Grid.UserServer.exe&lt;br /&gt;
 OpenSim.Grid.GridServer.exe&lt;br /&gt;
 OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
 &lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
== Public Grid (www.deepgrid.com, www.osgrid.org, or others) ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 SecondLife.exe -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 ./secondlife -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
In all cases, start up the client with a -loginuri argument to connect to the sim.&lt;/div&gt;</summary>
		<author><name>Legolover64</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Build_Instructions</id>
		<title>Build Instructions</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Build_Instructions"/>
				<updated>2007-08-22T21:48:40Z</updated>
		
		<summary type="html">&lt;p&gt;Legolover64: Added Mac OS X to Linux header, as it's the same thing w/ same instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Installing from source=&lt;br /&gt;
&lt;br /&gt;
==MS Windows==&lt;br /&gt;
&lt;br /&gt;
OpenSim requires either the .Net framework version 2.0, or the latest Mono. It also is compiled with the C# and not the C++ IDE for those who are using the no-cost Express Editions from MS.&lt;br /&gt;
&lt;br /&gt;
=== Subversion Repository ===&lt;br /&gt;
&lt;br /&gt;
1. Get the source code from the svn repository:&lt;br /&gt;
&lt;br /&gt;
 svn://openmv.org/opensim/trunk&lt;br /&gt;
&lt;br /&gt;
=== Building ===&lt;br /&gt;
&lt;br /&gt;
2. In the top-level directory, run the 'runprebuild.bat' file. This will create both a VS2005 solution file, and a nant build file.&lt;br /&gt;
&lt;br /&gt;
3. Open the resulting sln file with visual studio, and build it there, or if you prefer to use nant, run nant in the same top-level directory. This will build the executables.&lt;br /&gt;
&lt;br /&gt;
=== Running ===&lt;br /&gt;
&lt;br /&gt;
Double-click on the OpenSim.exe executable file in the 'bin' directory. This will start up OpenSim in standalone mode.&lt;br /&gt;
&lt;br /&gt;
The debugger in VS2005 C# may be used to step through the code. For those that use a Cygwin shell, you may find that one or more dll's have permissions that cause problems running. Most find that a &amp;quot;chmod 777 *&amp;quot; from the bin directory solves this.&lt;br /&gt;
&lt;br /&gt;
==Linux/Mac OS X==&lt;br /&gt;
&lt;br /&gt;
=== Subversion Repository ===&lt;br /&gt;
&lt;br /&gt;
To check out the latest revision:&lt;br /&gt;
&lt;br /&gt;
 svn co svn://opensecondlife.org/opensim/trunk opensim.new/trunk&lt;br /&gt;
&lt;br /&gt;
Note: The libopenjpeg-libsl-...so is not really working. For this reason you should download the newest libsecondlife from http://www.libsecondlife.org, and build your own libopenjpeg library. If you use this instead of the SVN version, your sim will work fine.&lt;br /&gt;
&lt;br /&gt;
Note to Mac OS X users: OS X does not come packaged with subversion, so you will need to either install it or access the repository from a computer that does have subversion&lt;br /&gt;
&lt;br /&gt;
=== Building (Mono) ===&lt;br /&gt;
&lt;br /&gt;
 cd opensim.new/trunk&lt;br /&gt;
&lt;br /&gt;
 mono bin/Prebuild.exe /target nant&lt;br /&gt;
 nant -buildfile:OpenSim.build&lt;br /&gt;
&lt;br /&gt;
 mono bin/Prebuild.exe /target nant&lt;br /&gt;
 nant -buildfile:OpenSim.build&lt;br /&gt;
&lt;br /&gt;
(Yes, you must rerun the prebuild again after the first build, and then build again!)&lt;br /&gt;
&lt;br /&gt;
Later revisions(1657 and above) no longer require you to build twice.  Thus the procedure is simply as follows:&lt;br /&gt;
&lt;br /&gt;
 cd opensim.new/trunk&lt;br /&gt;
&lt;br /&gt;
 mono bin/Prebuild.exe /target nant&lt;br /&gt;
 nant -buildfile:OpenSim.build&lt;br /&gt;
&lt;br /&gt;
=== Running (Mono) ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
=Binary releases=&lt;br /&gt;
&lt;br /&gt;
Some recent pre-compiled releases are available at [http://www.lotusbell.com/opensim/ OpenSim binaries]. These are usually a few revs out-of-date.&lt;br /&gt;
&lt;br /&gt;
'''NB: This Link is currently non-functional -''' ''does anyone know where the Binaries now live??''&amp;lt;hr&amp;gt;&lt;br /&gt;
There are some older versions of the binaries [http://openmetaverse.org/opensim/builds/ here]&lt;/div&gt;</summary>
		<author><name>Legolover64</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Install</id>
		<title>OpenSim: Install</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Install"/>
				<updated>2007-08-22T21:48:40Z</updated>
		
		<summary type="html">&lt;p&gt;Legolover64: Added Mac OS X to Linux header, as it's the same thing w/ same instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Installing from source=&lt;br /&gt;
&lt;br /&gt;
==MS Windows==&lt;br /&gt;
&lt;br /&gt;
OpenSim requires either the .Net framework version 2.0, or the latest Mono. It also is compiled with the C# and not the C++ IDE for those who are using the no-cost Express Editions from MS.&lt;br /&gt;
&lt;br /&gt;
=== Subversion Repository ===&lt;br /&gt;
&lt;br /&gt;
1. Get the source code from the svn repository:&lt;br /&gt;
&lt;br /&gt;
 svn://openmv.org/opensim/trunk&lt;br /&gt;
&lt;br /&gt;
=== Building ===&lt;br /&gt;
&lt;br /&gt;
2. In the top-level directory, run the 'runprebuild.bat' file. This will create both a VS2005 solution file, and a nant build file.&lt;br /&gt;
&lt;br /&gt;
3. Open the resulting sln file with visual studio, and build it there, or if you prefer to use nant, run nant in the same top-level directory. This will build the executables.&lt;br /&gt;
&lt;br /&gt;
=== Running ===&lt;br /&gt;
&lt;br /&gt;
Double-click on the OpenSim.exe executable file in the 'bin' directory. This will start up OpenSim in standalone mode.&lt;br /&gt;
&lt;br /&gt;
The debugger in VS2005 C# may be used to step through the code. For those that use a Cygwin shell, you may find that one or more dll's have permissions that cause problems running. Most find that a &amp;quot;chmod 777 *&amp;quot; from the bin directory solves this.&lt;br /&gt;
&lt;br /&gt;
==Linux/Mac OS X==&lt;br /&gt;
&lt;br /&gt;
=== Subversion Repository ===&lt;br /&gt;
&lt;br /&gt;
To check out the latest revision:&lt;br /&gt;
&lt;br /&gt;
 svn co svn://opensecondlife.org/opensim/trunk opensim.new/trunk&lt;br /&gt;
&lt;br /&gt;
Note: The libopenjpeg-libsl-...so is not really working. For this reason you should download the newest libsecondlife from http://www.libsecondlife.org, and build your own libopenjpeg library. If you use this instead of the SVN version, your sim will work fine.&lt;br /&gt;
&lt;br /&gt;
Note to Mac OS X users: OS X does not come packaged with subversion, so you will need to either install it or access the repository from a computer that does have subversion&lt;br /&gt;
&lt;br /&gt;
=== Building (Mono) ===&lt;br /&gt;
&lt;br /&gt;
 cd opensim.new/trunk&lt;br /&gt;
&lt;br /&gt;
 mono bin/Prebuild.exe /target nant&lt;br /&gt;
 nant -buildfile:OpenSim.build&lt;br /&gt;
&lt;br /&gt;
 mono bin/Prebuild.exe /target nant&lt;br /&gt;
 nant -buildfile:OpenSim.build&lt;br /&gt;
&lt;br /&gt;
(Yes, you must rerun the prebuild again after the first build, and then build again!)&lt;br /&gt;
&lt;br /&gt;
Later revisions(1657 and above) no longer require you to build twice.  Thus the procedure is simply as follows:&lt;br /&gt;
&lt;br /&gt;
 cd opensim.new/trunk&lt;br /&gt;
&lt;br /&gt;
 mono bin/Prebuild.exe /target nant&lt;br /&gt;
 nant -buildfile:OpenSim.build&lt;br /&gt;
&lt;br /&gt;
=== Running (Mono) ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
=Binary releases=&lt;br /&gt;
&lt;br /&gt;
Some recent pre-compiled releases are available at [http://www.lotusbell.com/opensim/ OpenSim binaries]. These are usually a few revs out-of-date.&lt;br /&gt;
&lt;br /&gt;
'''NB: This Link is currently non-functional -''' ''does anyone know where the Binaries now live??''&amp;lt;hr&amp;gt;&lt;br /&gt;
There are some older versions of the binaries [http://openmetaverse.org/opensim/builds/ here]&lt;/div&gt;</summary>
		<author><name>Legolover64</name></author>	</entry>

	</feed>