Italiano in fondo al documento​
English

the Raspberry Pi4 are micropc with very low consumption but with amazing capabilities.
they do not consume more than 7.6 W under load.
in this guide I will explain how to install the server on these beautiful hardware.
raspberripi4.jpeg




first of all buy our hardware

download the image of Operative System from
https://downloads.raspberrypi.org/imager/imager_amd64.deb
ubuntu for amd64.
or
https://ubuntu.com/download/raspberry-pi-core
or
https://ubuntu.com/download/raspberry-pi/thank-you?version=20.04&architecture=arm64+raspi


download the Balenaeather program

https://www.balena.io/etcher/?ref=etcher_footer


with this program you will receive your operating system in the microSD which will be the main disk of your server.

start your Raspberry (login with user and password according to the version you will receive will be different) and finish the configuration.

now install the various packages needed to start your server-


use the package version with this command:
sudo apt-get update
command all packages with this other command:
sudo apt-get upgrade


now we install mono:
sudo apt-get installs mono-complete git

install the development version of mono:
sudo apt-get install monodevelop


now let's install them libraries and the database for our server:
sudo apt-get install zlibc zlib1g zlib1g-dev
apt installs zlib1g-dev


now copy your OU server to your Raspberry
or transfer the file to your computer via WinSCP or unzip the file directly on the server.
from the command shell
1589320397590.png

move to the folder that contains the server

and run the command:
to compile the file: Ultima.dll

mcs -target: library -out: `pwd` / Ultima.dll -r: System.Drawing.dll -nowarn: 0618,0219,0414,1635 -d: MONO -d: ServUO -d: NEWTIMERS -nologist -optimize - not sure -recurse: `pwd` / Ultima / *. cs

to compile the ServeUO.exe file
mcs -win32icon: `pwd` / Server / servuo.ico -r:` pwd` / Ultima.dll, System.Drawing.dll -nowarn: 0618,0219,0414,1635 -target: exe -out: `pwd` / ServUO.exe -d: MONO -d: ServUO -d: NEWTIMERS -nologist -optimize -unsafe -recurse: `pwd` / Server / *. Cs

to follow the server automatically follow this guide:
.

p.s: if you want to try how my shard works on Raspberry Pi4
my dns is: 151.81.66.204 or almucantania.ddns.net
port: 2593



Italiano
i raspberry Pi4 sono dei micropc con consumi ridottissimi ma con capacità strabilianti.
non consumano più di 7,6 W sotto carico.
in questa guida spiegherò come installare il server su questi splendidi hardware.

innanzitutto acquistate il vostro hardware
raspberripi4.jpeg
scaricate l'immagine
https://downloads.raspberrypi.org/imager/imager_amd64.deb
ubuntu per amd64.
oppure
https://ubuntu.com/download/raspberry-pi-core
oppure
https://ubuntu.com/download/raspberry-pi/thank-you?version=20.04&architecture=arm64+raspi

download il programma Balenaeather
https://www.balena.io/etcher/?ref=etcher_footer

con questo programma potrete installare il vostro sistema operativo nella microSD che sarà il disco principale del vostro server.
avviate il vostro Raspberry (loggate con user e password secondo la versione che avrete scaricato saranno differenti ) e finite la configurazione.
adesso installate i vari pacchetti che servono a far partire il vostro server-

aggiorniamo le versione dei pacchetti con questo comando:
sudo apt-get update
aggiorniamo tutti i pacchetti con quest'altro comando:
sudo apt-get upgrade

adesso installiamo mono:
sudo apt-get install mono-complete git

installiamo la versione development di mono:
sudo apt-get install monodevelop

adesso installiamole librerie ed il database per il nostro server:
sudo apt-get install zlibc zlib1g zlib1g-dev
apt install zlib1g-dev

adesso copiate il vostro serverUO sul vostro Raspberry
o trasferite i file col il vostro computer tramite WinSCP o scompattate i file direttamente sul server.

dalla shell di comando
1589320397590.png

spostatevi sulla cartella che contiele il server
e lanciate il comando:
per compilare il file: Ultima.dll
mcs -target:library -out:`pwd`/Ultima.dll -r:System.Drawing.dll -nowarn:0618,0219,0414,1635 -d:MONO -d:ServUO -d:NEWTIMERS -nologo -optimize -unsafe -recurse:`pwd`/Ultima/*.cs

per compilare il file ServeUO.exe
mcs -win32icon:`pwd`/Server/servuo.ico -r:`pwd`/Ultima.dll,System.Drawing.dll -nowarn:0618,0219,0414,1635 -target:exe -out:`pwd`/ServUO.exe -d:MONO -d:ServUO -d:NEWTIMERS -nologo -optimize -unsafe -recurse:`pwd`/Server/*.cs

per far avviare il server in automatico seguite questa guida:
.


p.s: se volete provare come funziona il mio shard su Raspberry Pi4
il mio dns è: 151.81.66.204 oppure almucantania.ddns.net
port : 2593
 
Back